| Age | Commit message (Expand) | Author | Lines |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -1/+9 |
| 2023-10-09 | Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse call | bjorn3 | -2/+0 |
| 2023-09-29 | Auto merge of #115986 - onur-ozkan:fix-cross-compilation-lto-problem, r=wesle... | bors | -3/+12 |
| 2023-09-25 | Pass name of object file to LLVM so it can correctly emit S_OBJNAME | Florian Schmiderer | -5/+16 |
| 2023-09-24 | Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointers | Florian Schmiderer | -30/+127 |
| 2023-09-23 | allow LTO on `proc-macro` crates with `-Zdylib-lto` | onur-ozkan | -3/+12 |
| 2023-09-10 | Remove `verbose_generic_activity_with_arg` | John Kåre Alsaker | -1/+1 |
| 2023-09-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -1/+22 |
| 2023-09-08 | lto: handle Apple platforms correctly by eliding __LLVM, from section name | Augie Fackler | -1/+4 |
| 2023-09-08 | lto: load bitcode sections by name | Augie Fackler | -16/+47 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+20 |
| 2023-09-01 | remove unnecessary heap allocation | XXIV | -2/+2 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -0/+3 |
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -0/+2 |
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -0/+3 |
| 2023-08-01 | Auto merge of #113339 - lqd:respect-filters, r=tmiasko | bors | -23/+16 |
| 2023-08-01 | remove remark filtering on the rust side | Rémy Rakic | -23/+16 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -4/+3 |
| 2023-07-31 | Use standard Rust capitalization rules for names containing "LTO". | Nicholas Nethercote | -5/+5 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -11/+11 |
| 2023-07-29 | cg_llvm: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -4/+3 |
| 2023-07-19 | Auto merge of #112591 - jfgoog:better-dlltool-diagnostics, r=WaffleLapkin | bors | -19/+24 |
| 2023-07-17 | Better diagnostics for dlltool errors. | James Farrell | -19/+24 |
| 2023-07-05 | Revert "use new c literals instead of cstr! macro" | León Orell Valerian Liehr | -9/+9 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -5/+46 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -5/+46 |
| 2023-06-08 | Use `c`-prefixed string | Kai Luo | -6/+6 |
| 2023-06-08 | Support embedding bitcode on AIX | Kai Luo | -2/+19 |
| 2023-05-31 | use new c literals instead of cstr! macro | klensy | -5/+5 |
| 2023-05-08 | Remove the ThinLTO CU hack | Josh Stone | -49/+0 |
| 2023-05-06 | Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiasko | Matthias Krüger | -0/+10 |
| 2023-05-04 | Output LLVM optimization remark kind in `-Cremark` output | Jakub Beránek | -0/+10 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -4/+8 |
| 2023-04-04 | replace LLVMRustAppendModuleInlineAsm with LLVMAppendModuleInlineAsm, LLVMRus... | klensy | -2/+2 |
| 2023-03-29 | Auto merge of #108792 - Amanieu:ohos, r=petrochenkov | bors | -0/+3 |
| 2023-03-28 | Add OpenHarmony targets | Amanieu d'Antras | -0/+3 |
| 2023-03-24 | Update ar_archive_writer to 0.1.3 | bjorn3 | -1/+1 |
| 2023-03-22 | Use -m option instead of looking for a cross-compiling version of dlltool | Daniel Paoliello | -14/+25 |
| 2023-02-25 | record llvm cgu instruction stats | csmoe | -0/+21 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -0/+4 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -10/+5 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -0/+4 |
| 2023-02-06 | Specify dlltool prefix when generating import libs | Rafael Rivera | -0/+8 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -69/+60 |
| 2023-01-27 | Revert back to LlvmArchiveBuilder on all platforms | bjorn3 | -1/+3 |
| 2023-01-27 | Revert "Remove macOS fat archive support from LlvmArchiveBuilder" | bjorn3 | -4/+10 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -4/+4 |
| 2022-12-20 | Remove wrapper functions for some unstable options | Nilstrieb | -1/+1 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-12-14 | Auto merge of #105221 - alex:fat-archive-cleanup, r=bjorn3 | bors | -10/+4 |