| Age | Commit message (Expand) | Author | Lines |
| 2024-10-16 | llvm: Match aarch64 data layout to new LLVM layout | Matthew Maurer | -0/+10 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+5 |
| 2024-10-08 | Dont ICE when encountering post-mono layout cycle error | Michael Goulet | -5/+6 |
| 2024-09-25 | Add missing module flags for function-return=thunk-extern | Alice Ryhl | -1/+13 |
| 2024-09-24 | Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic | bors | -5/+13 |
| 2024-09-23 | format | Luv-Ray | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -3/+3 |
| 2024-09-19 | MetadataType type cast | Luv-Ray | -3/+3 |
| 2024-09-19 | move place | Luv-Ray | -8/+8 |
| 2024-09-19 | wrap `LLVMSetMetadata` | Luv-Ray | -1/+10 |
| 2024-09-19 | Reformat some comments. | Nicholas Nethercote | -1/+2 |
| 2024-09-19 | Fix a comment. | Nicholas Nethercote | -2/+2 |
| 2024-09-19 | replace some deprecated functions | Luv-Ray | -4/+3 |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -8/+0 |
| 2024-09-17 | Use associative type defaults in `{Layout,FnAbi}OfHelpers`. | Nicholas Nethercote | -6/+0 |
| 2024-09-17 | Rename supertraits of `CodegenMethods`. | Nicholas Nethercote | -1/+1 |
| 2024-09-10 | Add -Z small-data-threshold | Paul Menage | -1/+19 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -4/+6 |
| 2024-08-21 | Add missing module flags for CFI and KCFI sanitizers | Sami Tolvanen | -0/+31 |
| 2024-08-20 | Avoid extra `cast()`s after `CStr::as_ptr()` | Josh Stone | -11/+11 |
| 2024-08-17 | Fix `is_val_statically_known` for floats | beetrees | -0/+2 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_codegen_llvm`. | Nicholas Nethercote | -4/+6 |
| 2024-08-07 | Rollup merge of #128221 - calebzulawski:implied-target-features, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-08-07 | Don't use LLVM to compute -Ctarget-feature | Caleb Zulawski | -1/+1 |
| 2024-08-07 | Don't use LLVM's target features | Caleb Zulawski | -1/+1 |
| 2024-08-01 | Specify the integer type of the `powi` LLVM intrinsic | Trevor Gross | -4/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -20/+17 |
| 2024-07-16 | Fix unsafe_op_in_unsafe_fn in compiler | Michael Goulet | -110/+149 |
| 2024-07-02 | Fix spans | Michael Goulet | -2/+2 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -0/+1 |
| 2024-06-21 | Remove check_overflow method from MiscMethods | bjorn3 | -8/+0 |
| 2024-06-21 | Move vcall_visibility_metadata optimization hint out of a debuginfo generatio... | bjorn3 | -0/+10 |
| 2024-06-12 | Adjust LoongArch64 data layouts for LLVM update | Hans Wennborg | -0/+8 |
| 2024-05-06 | Adjust 64-bit ARM data layouts for LLVM update | Matthew Maurer | -0/+9 |
| 2024-04-22 | Stabilize the size of incr comp object file names | Ben Kimock | -2/+3 |
| 2024-04-09 | Pass value and valueLen to create a StringRef | Levi Zim | -7/+5 |
| 2024-04-09 | Set target-abi module flag for RISC-V targets | kxxt | -15/+33 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -5/+1 |
| 2024-03-20 | Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -0/+1 |
| 2024-03-17 | Update the minimum external LLVM to 17 | Josh Stone | -11/+0 |
| 2024-03-12 | Remove unused fields in some structures | Arthur Carcano | -5/+1 |
| 2024-03-11 | Rollup merge of #122166 - beetrees:remove-field-remapping, r=davidtwco | Jubilee | -11/+2 |
| 2024-03-10 | use Instance::expect_resolve() instead of unwraping Instance::resolve() | Ralf Jung | -5/+6 |
| 2024-03-08 | Remove handling for previously dropped LLVM version | beetrees | -10/+4 |
| 2024-03-08 | Remove the unused `field_remapping` field from `TypeLowering` | beetrees | -11/+2 |
| 2024-03-01 | Add `f16` and `f128` LLVM intrinsics | Trevor Gross | -0/+48 |
| 2024-01-29 | Avoid ICE when is_val_statically_known is not of a supported type | Alex Huang | -0/+1 |
| 2024-01-27 | Auto merge of #120062 - davidtwco:llvm-data-layout-check, r=wesleywiser | bors | -29/+9 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -0/+14 |