| Age | Commit message (Expand) | Author | Lines |
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -1/+11 |
| 2023-12-07 | Add emulated TLS support | quininer | -1/+1 |
| 2023-12-01 | Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix | bors | -7/+1 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+1 |
| 2023-11-23 | remove unused pub fn | klensy | -7/+0 |
| 2023-11-21 | Tighten up linkage settings for LLVM bindings | Ben Kimock | -173/+199 |
| 2023-11-03 | consts: remove dead code around `i1` constant values | Augie Fackler | -1/+0 |
| 2023-10-15 | Removes the useless DisableSimplifyLibCalls parameter. | DianQK | -7/+1 |
| 2023-09-25 | Pass name of object file to LLVM so it can correctly emit S_OBJNAME | Florian Schmiderer | -0/+1 |
| 2023-09-24 | Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointers | Florian Schmiderer | -2/+4 |
| 2023-09-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -0/+5 |
| 2023-09-08 | lto: load bitcode sections by name | Augie Fackler | -0/+6 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+3 |
| 2023-08-26 | Use `preserve_mostcc` for `extern "rust-cold"` | Scott McMurray | -0/+5 |
| 2023-08-10 | Auto merge of #114005 - Zalathar:no-cstr, r=jackh726 | bors | -1/+7 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -0/+4 |
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -0/+1 |
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -0/+4 |
| 2023-08-04 | coverage: Don't convert symbol names to `CString` for FFI | Zalathar | -1/+5 |
| 2023-08-04 | coverage: Don't convert filenames to `CString` for FFI | Zalathar | -0/+2 |
| 2023-08-02 | coverage: Consolidate FFI types into one module | Zalathar | -202/+2 |
| 2023-08-01 | Auto merge of #113339 - lqd:respect-filters, r=tmiasko | bors | -1/+1 |
| 2023-07-29 | cg_llvm: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -1/+1 |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -1/+6 |
| 2023-07-20 | Implement printing to file in PassWrapper | David Tolnay | -1/+6 |
| 2023-07-20 | address feedback from nikic and oli-obk https://github.com/rust-lang/rust/pul... | khei4 | -2/+2 |
| 2023-07-17 | print on rustc_codegen_llvm and rename malloc and cpy c_char | khei4 | -2/+2 |
| 2023-07-16 | rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics. | Patrick Walton | -0/+3 |
| 2023-07-14 | make opt diagnostic kinds printable | Rémy Rakic | -1/+1 |
| 2023-07-13 | Remove `LLVMRustCoverageHashCString` | Zalathar | -1/+0 |
| 2023-07-10 | Reuse LLVMConstInBoundsGEP2 | Jubilee Young | -1/+1 |
| 2023-07-06 | Rollup merge of #112791 - WaffleLapkin:wag_the_llvm, r=cuviper | fee1-dead | -0/+11 |
| 2023-07-05 | Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA | Zalathar | -1/+1 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -0/+1 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -0/+1 |
| 2023-06-30 | llvm ffi: Expose `CallInst->setTailCallKind` | Maybe Waffle | -0/+11 |
| 2023-06-30 | Auto merge of #113162 - matthiaskrgr:rollup-fct3wj7, r=matthiaskrgr | bors | -0/+1 |
| 2023-06-29 | Simplify the `bundles` vectors. | Nicholas Nethercote | -2/+2 |
| 2023-06-07 | add wasm eh intrinsics | Jan-Mirko Otter | -0/+1 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -0/+1 |
| 2023-05-18 | Auto merge of #111364 - cuviper:unhack-thinlto, r=nikic | bors | -6/+0 |
| 2023-05-09 | Isolate coverage FFI type layouts from their underlying LLVM C++ types | Zalathar | -2/+6 |
| 2023-05-08 | Remove the ThinLTO CU hack | Josh Stone | -6/+0 |
| 2023-05-06 | Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoerister | Matthias Krüger | -0/+15 |
| 2023-05-04 | moved default CPU message inline | James Dietz | -1/+1 |
| 2023-05-03 | debuginfo: split method declaration and definition | Josh Stone | -0/+15 |
| 2023-04-19 | Recognize AIX style archive kind | Qiu Chaofan | -0/+2 |
| 2023-04-08 | Auto merge of #109862 - klensy:llvm-dd, r=nikic | bors | -17/+25 |
| 2023-04-08 | fixup: use Bool instead of bool | klensy | -1/+1 |
| 2023-04-05 | review | klensy | -2/+1 |