| Age | Commit message (Expand) | Author | Lines | 
|---|
| 2024-04-25 | Auto merge of #121298 - nikic:writable, r=cuviper | bors | -0/+10 | 
| 2024-04-25 | Set writable and dead_on_unwind attributes for sret arguments | Nikita Popov | -0/+10 | 
| 2024-04-20 | Rollup merge of #124132 - RalfJung:OpBundlesIndirect, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+3 | 
| 2024-04-20 | coverage. Lowering MC/DC statements to llvm-ir | zhuyunxing | -0/+27 | 
| 2024-04-18 | llvm RustWrapper: explain OpBundlesIndirect argument type | Ralf Jung | -0/+3 | 
| 2024-04-14 | Fix UB in LLVM FFI when passing zero or >1 bundle | Mark Rousskov | -6/+29 | 
| 2024-04-10 | Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQK | Matthias Krüger | -1/+11 | 
| 2024-04-09 | Pass value and valueLen to create a StringRef | Levi Zim | -3/+4 | 
| 2024-04-09 | Set target-abi module flag for RISC-V targets | kxxt | -1/+10 | 
| 2024-04-07 | Remove unnecessary cast from `LLVMRustGetInstrProfIncrementIntrinsic` | Zalathar | -2/+2 | 
| 2024-03-26 | RustWrapper: update call for llvm/llvm-project@44d037cc258dcf179d2c48c93996bb... | Augie Fackler | -0/+4 | 
| 2024-03-17 | Update the minimum external LLVM to 17 | Josh Stone | -16/+0 | 
| 2024-03-15 | Install the bad-alloc handler before fatal errors | Josh Stone | -1/+1 | 
| 2024-03-15 | Aggressively ignore write errors during bad-alloc | Josh Stone | -3/+3 | 
| 2024-03-15 | Register LLVM handlers for bad-alloc / OOM | Josh Stone | -1/+24 | 
| 2024-03-12 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -2/+7 | 
| 2024-03-10 | Fix 32-bit overflows in LLVM composite constants | erer1243 | -8/+34 | 
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+25 | 
| 2024-03-07 | Rollup merge of #122062 - workingjubilee:initialize-my-fist, r=cuviper | Matthias Krüger | -20/+20 | 
| 2024-03-05 | Explicitly assign constructed C++ classes | Jubilee Young | -20/+20 | 
| 2024-03-05 | Clarify FatalErrorHandler | Jubilee Young | -2/+12 | 
| 2024-02-26 | Rollup merge of #121389 - klensy:llvm-warn-fix, r=nikic | Matthias Krüger | -1/+1 | 
| 2024-02-24 | Add callbr support to LLVM wrapper | Gary Guo | -0/+25 | 
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -7/+6 | 
| 2024-02-21 | make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas... | Ralf Jung | -0/+15 | 
| 2024-02-21 | llvm-wrapper: fix warning C4244 | klensy | -1/+1 | 
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -1/+24 | 
| 2024-02-12 | llvm-wrapper: adapt for LLVM API change: Add support for EXPORTAS name types | Hans Wennborg | -0/+3 | 
| 2024-01-30 | Remove `ffi_returns_twice` feature | clubby789 | -2/+0 | 
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -2/+23 | 
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+2 | 
| 2023-11-21 | Update the minimum external LLVM to 16. | Dario Nieuwenhuis | -50/+1 | 
| 2023-11-16 | Auto merge of #117948 - aeubanks:dibuilder, r=durin42 | bors | -0/+3 | 
| 2023-11-15 | llvm-wrapper: Pass newly added param to DIBuilder::createEnumerationType() | Arthur Eubanks | -1/+5 | 
| 2023-11-15 | 17 -> 18 | Arthur Eubanks | -1/+1 | 
| 2023-11-15 | [llvm-wrapper] Pass newly added param to DIBuilder::createStaticMemberType() | Arthur Eubanks | -0/+3 | 
| 2023-09-08 | debuginfo: add compiler option to allow compressed debuginfo sections | Augie Fackler | -0/+16 | 
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -0/+11 | 
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -3/+6 | 
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -0/+11 | 
| 2023-08-04 | Add hotness data to LLVM remarks | Jakub Beránek | -0/+3 | 
| 2023-08-01 | Auto merge of #113339 - lqd:respect-filters, r=tmiasko | bors | -3/+10 | 
| 2023-08-01 | filter LLVM diagnostics before crossing the rust bridge | Rémy Rakic | -3/+10 | 
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -41/+0 | 
| 2023-07-20 | address feedback from nikic and oli-obk https://github.com/rust-lang/rust/pul... | khei4 | -6/+8 | 
| 2023-07-17 | print on rustc_codegen_llvm and rename malloc and cpy c_char | khei4 | -8/+18 | 
| 2023-07-16 | rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics. | Patrick Walton | -0/+6 | 
| 2023-07-10 | Reuse LLVMConstInBoundsGEP2 | Jubilee Young | -11/+0 | 
| 2023-07-06 | Rollup merge of #112791 - WaffleLapkin:wag_the_llvm, r=cuviper | fee1-dead | -0/+26 | 
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -7/+83 |