| Age | Commit message (Expand) | Author | Lines |
| 2024-09-25 | Pass Module Analysis Manager to Standard Instrumentations | Aleksei Romanov | -5/+6 |
| 2024-09-22 | Auto merge of #130446 - durin42:llvm-20-fix-CommandLineArgs, r=workingjubilee | bors | -1/+19 |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -38/+4 |
| 2024-09-18 | llvm-wrapper: adapt for LLVM API changes, second try | Krasimir Georgiev | -0/+4 |
| 2024-09-17 | Rollup merge of #130477 - tmandry:revert-llvm-20-lto, r=tmandry | Matthias Krüger | -7/+3 |
| 2024-09-16 | Revert "Rollup merge of #129749 - krasimirgg:llvm-20-lto, r=nikic" | Tyler Mandry | -7/+3 |
| 2024-09-16 | PassWrapper: clang-format has spoken | Augie Fackler | -1/+2 |
| 2024-09-16 | rustc_llvm: adapt to flattened CLI args in LLVM | Augie Fackler | -1/+18 |
| 2024-09-16 | rustc_llvm: update for llvm/llvm-project@2ae968a0d9fb61606b020e898d884c82dd0e... | Augie Fackler | -1/+0 |
| 2024-08-31 | Rollup merge of #129749 - krasimirgg:llvm-20-lto, r=nikic | Matthias Krüger | -3/+7 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -1/+8 |
| 2024-08-29 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -3/+7 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -1/+8 |
| 2024-08-21 | llvm-wrapper: adapt for LLVM 20 API changes | Krasimir Georgiev | -0/+11 |
| 2024-07-02 | Rename the `asm-comments` compiler flag to `verbose-asm` | Trevor Gross | -2/+2 |
| 2024-07-02 | Always preserve user-written comments in assembly | Trevor Gross | -1/+2 |
| 2024-06-26 | Format C++ files in `llvm-wrapper` | DianQK | -243/+227 |
| 2024-05-29 | Teach rustc about the Xtensa arch. | Scott Mabin | -0/+7 |
| 2024-05-23 | thinlto: only build summary file if needed | Augie Fackler | -2/+5 |
| 2024-05-22 | rustc_codegen_llvm: add support for writing summary bitcode | Augie Fackler | -1/+13 |
| 2024-03-17 | Update the minimum external LLVM to 17 | Josh Stone | -36/+4 |
| 2024-03-07 | PassWrapper: update for llvm/llvm-project@a3319371970b | Augie Fackler | -0/+16 |
| 2024-03-05 | Explicitly assign constructed C++ classes | Jubilee Young | -21/+21 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -0/+16 |
| 2024-02-13 | Auto merge of #120055 - nikic:llvm-18, r=cuviper | bors | -4/+4 |
| 2024-02-13 | Use MCSubtargetInfo::getAllProcessorFeatures() | Nikita Popov | -4/+4 |
| 2024-02-12 | PassWrapper: adapt for llvm/llvm-project@93cdd1b5cfa3735c599949b77e24dbfbe570... | Augie Fackler | -0/+15 |
| 2024-02-06 | review | klensy | -6/+2 |
| 2024-02-06 | llvm-wrapper: remove llvm 12 hack | klensy | -6/+1 |
| 2024-01-12 | Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix" | DianQK | -2/+7 |
| 2024-01-05 | Pass LLVM error message back to pass wrapper. | Ao Li | -1/+3 |
| 2023-12-16 | Auto merge of #110494 - majaha:noTrapAfterNoreturn, r=nikic | bors | -0/+8 |
| 2023-12-12 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -1/+3 |
| 2023-12-11 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -0/+4 |
| 2023-12-07 | Add emulated TLS support | quininer | -7/+3 |
| 2023-12-01 | Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix | bors | -7/+2 |
| 2023-11-27 | Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper | bors | -27/+0 |
| 2023-11-23 | remove unused pub fn | klensy | -26/+0 |
| 2023-11-21 | Update the minimum external LLVM to 16. | Dario Nieuwenhuis | -27/+0 |
| 2023-11-21 | Tighten up linkage settings for LLVM bindings | Ben Kimock | -3/+3 |
| 2023-11-03 | Use the LLVM option NoTrapAfterNoreturn | Matt Harding | -0/+8 |
| 2023-10-21 | Treat extern in compiler-builtins as `used` | DianQK | -103/+1 |
| 2023-10-16 | Add `PreservedSymbols` from LLVM to LTO. | DianQK | -1/+103 |
| 2023-10-15 | Removes the useless DisableSimplifyLibCalls parameter. | DianQK | -7/+2 |
| 2023-10-06 | fix to register analysis pass from llvm plugin | Emanuele Vannacci | -14/+14 |
| 2023-09-25 | Pass name of object file to LLVM so it can correctly emit S_OBJNAME | Florian Schmiderer | -0/+4 |
| 2023-09-15 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -5/+19 |
| 2023-09-09 | Rollup merge of #115358 - durin42:compress-debuginfo, r=oli-obk | Matthias Krüger | -0/+11 |
| 2023-09-08 | Auto merge of #115641 - durin42:llvm-18-fatlto-take-2, r=nikic | bors | -0/+33 |
| 2023-09-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -0/+11 |