| Age | Commit message (Expand) | Author | Lines |
| 2022-07-27 | Rollup merge of #99759 - bjorn3:remove_llvm_dead_code, r=nikic | Yuki Okushi | -54/+0 |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -0/+72 |
| 2022-07-26 | Remove dead code from cg_llvm | bjorn3 | -54/+0 |
| 2022-07-23 | Auto merge of #98208 - ivanloz:master, r=nagisa | bors | -0/+3 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -2/+7 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -0/+3 |
| 2022-07-20 | Auto merge of #98843 - Urgau:check-cfg-stage0, r=Mark-Simulacrum | bors | -33/+29 |
| 2022-07-18 | Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te... | Dylan DPC | -0/+3 |
| 2022-07-16 | Auto merge of #95685 - oxidecomputer:restore-static-dwarf, r=pnkfelix | bors | -2/+2 |
| 2022-07-14 | rustc: add ability to output regular LTO bitcode modules | Ziv Dunkelman | -2/+7 |
| 2022-07-12 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -0/+6 |
| 2022-07-06 | Stop emitting CET prologues for naked functions | Jubilee Young | -0/+3 |
| 2022-07-03 | Add cargo:rustc-check-cfg to rustc_llvm build script | Urgau | -33/+29 |
| 2022-06-30 | llvm-wrapper: adapt for LLVMConstExtractValue removal | Krasimir Georgiev | -0/+8 |
| 2022-06-28 | llvm-wrapper: adapt for an LLVM API change | Krasimir Georgiev | -0/+2 |
| 2022-06-14 | Add metadata generation for vtables when using VFE | flip1995 | -0/+5 |
| 2022-06-14 | Add LLVM module flags required for the VFE opt | flip1995 | -0/+5 |
| 2022-06-07 | RustWrapper: adapt to APInt API changes in LLVM 15 | Augie Fackler | -0/+8 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -4/+5 |
| 2022-04-28 | RustWrapper: explicitly don't handle DXILPointerTyID | Augie Fackler | -0/+5 |
| 2022-04-20 | Stub out more PassManagerBuilder functions | Nikita Popov | -1/+52 |
| 2022-04-20 | Stub out various legacy PM functions with LLVM 15 | Nikita Popov | -0/+44 |
| 2022-04-20 | Add missing include | Nikita Popov | -0/+1 |
| 2022-04-15 | Add codegen for global_asm! sym operands | Amanieu d'Antras | -0/+6 |
| 2022-04-10 | Respect -Z verify-llvm-ir and other flags that add extra passes when combined... | Luqman Aden | -0/+7 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 2022-04-05 | Revert "Work around invalid DWARF bugs for fat LTO" | Cliff L. Biffle | -2/+2 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -1/+1 |
| 2022-03-10 | RustWrapper: add missing include | Augie Fackler | -0/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -6/+66 |
| 2022-03-03 | Pass LLVM string attributes as string slices | Tomasz Miąsko | -6/+0 |
| 2022-03-02 | Auto merge of #94229 - erikdesjardins:rem2, r=nikic | bors | -26/+0 |
| 2022-02-28 | Remove LLVM attribute removal | Erik Desjardins | -26/+0 |
| 2022-02-27 | Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa" | Erik Desjardins | -8/+0 |
| 2022-02-26 | AttrBuilder doesn't take a context in old LLVM | Erik Desjardins | -4/+7 |
| 2022-02-26 | use attrbuilder to remove attrs in old LLVM | Erik Desjardins | -4/+7 |
| 2022-02-26 | Add LLVM attributes in batches instead of individually | Erik Desjardins | -105/+60 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -0/+3 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -0/+3 |
| 2022-02-14 | llvm: migrate to new parameter-bearing uwtable attr | Augie Fackler | -0/+11 |
| 2022-02-05 | Apply noundef attribute to &T, &mut T, Box<T>, bool | Erik Desjardins | -0/+3 |
| 2022-01-27 | Windows: Disable LLVM crash dialog boxes. | Eric Huss | -0/+4 |
| 2022-01-24 | Use error-on-mismatch policy for PAuth module flags. | Jacob Bramley | -3/+6 |
| 2022-01-14 | Remove LLVMRustMarkAllFunctionsNounwind | Amanieu d'Antras | -19/+0 |
| 2022-01-06 | Rollup merge of #92559 - durin42:llvm-14-attributemask, r=nikic | Matthias Krüger | -5/+3 |
| 2022-01-05 | RustWrapper: simplify removing attributes | Augie Fackler | -7/+3 |
| 2022-01-04 | RustWrapper: adapt to new AttributeMask API | Augie Fackler | -2/+4 |
| 2022-01-03 | RustWrapper: adapt for an LLVM API change | Krasimir Georgiev | -4/+4 |
| 2022-01-01 | Auto merge of #92419 - erikdesjardins:coldland, r=nagisa | bors | -0/+8 |