| Age | Commit message (Expand) | Author | Lines |
| 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-03-10 | RustWrapper: add missing include | Augie Fackler | -0/+1 |
| 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 |
| 2021-12-30 | keep noinline for system llvm < 14 | Erik Desjardins | -0/+8 |
| 2021-12-13 | Use the existing llvm-plugins option for both legacy and new pm registration | Axel Cohen | -4/+4 |
| 2021-12-13 | Add a codegen option to allow loading LLVM pass plugins | Axel Cohen | -1/+17 |
| 2021-12-03 | LLVM codgen support for unwinding inline assembly | cynecx | -0/+8 |
| 2021-12-03 | Adjust llvm wrapper for unwinding support for inlineasm | cynecx | -2/+3 |
| 2021-12-01 | Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandry | Matthias Krüger | -2/+7 |
| 2021-11-28 | Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikic | Matthias Krüger | -0/+93 |
| 2021-11-23 | Update CoverageMappingFormat Support to Version6 | Arpad Borsos | -2/+7 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -0/+9 |
| 2021-11-19 | Make `LLVMRustGetOrInsertGlobal` always return a `GlobalVariable` | Josh Stone | -1/+11 |
| 2021-11-16 | Recognize machine optimization remarks | Tomasz Miąsko | -0/+3 |
| 2021-11-16 | Emit LLVM optimization remarks when enabled with `-Cremark` | Tomasz Miąsko | -0/+90 |
| 2021-11-11 | PassWrapper: additional sanitizer update to match clang | Krasimir Georgiev | -1/+0 |
| 2021-11-09 | Didn't mean to invert this boolean. | Augie Fackler | -1/+1 |
| 2021-11-09 | rustc_llvm: update PassWrapper for recent LLVM | Augie Fackler | -6/+9 |
| 2021-11-05 | Initialize LLVM time trace profiler on each code generation thread | Tomasz Miąsko | -0/+4 |
| 2021-10-25 | Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2021-10-22 | Update the minimum external LLVM to 12 | Josh Stone | -98/+2 |
| 2021-10-22 | Update the minimum external LLVM to 11 | Josh Stone | -114/+0 |
| 2021-10-18 | RustWrapper: adapt for an LLVM API change | Krasimir Georgiev | -1/+5 |
| 2021-10-11 | Add -Z no-unique-section-names to reduce ELF header bloat. | Javier Blazquez | -0/+2 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -4/+7 |
| 2021-10-07 | Rollup merge of #87918 - mikebenfield:pr-afdo, r=nikic | Jubilee | -9/+21 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -9/+21 |
| 2021-10-05 | RustWrapper: adapt for LLVM API change of fatal_error_handler_t | Krasimir Georgiev | -0/+4 |
| 2021-09-27 | PassWrapper: handle function rename from upstream D36850 | Augie Fackler | -0/+4 |
| 2021-09-25 | Use correct pipeline for LTO at O0 | Nikita Popov | -1/+4 |
| 2021-09-22 | Rollup merge of #89041 - sticnarf:sticnarf/fat-lto-dwarf, r=nagisa | the8472 | -2/+2 |