| Age | Commit message (Expand) | Author | Lines |
| 2024-08-11 | Add range attribute to scalar function results and arguments | Andreas Jonson | -14/+70 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -2/+6 |
| 2024-08-11 | Fix review comments and other improvements | bjorn3 | -2/+2 |
| 2024-08-10 | Add fixme for removing LlvmArchiveBuilder in the future | bjorn3 | -0/+4 |
| 2024-08-10 | Use ArArchiveBuilder with the LLVM backend too | bjorn3 | -3/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-08-09 | fix: get llvm type of global val | yifei | -1/+2 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -2/+2 |
| 2024-08-08 | Do normalize when computing struct tails in codegen | Michael Goulet | -2/+3 |
| 2024-08-08 | const vector passed to codegen | James Barford-Evans | -5/+5 |
| 2024-08-07 | Rollup merge of #128679 - RalfJung:codegen-fn-attrs, r=nikic | Matthias Krüger | -11/+28 |
| 2024-08-07 | Rollup merge of #128221 - calebzulawski:implied-target-features, r=Amanieu | Matthias Krüger | -157/+170 |
| 2024-08-07 | codegen: better centralize function attribute computation | Ralf Jung | -11/+28 |
| 2024-08-07 | Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu | Guillaume Gomez | -256/+26 |
| 2024-08-07 | Disallow enabling features without their implied features | Caleb Zulawski | -2/+4 |
| 2024-08-07 | Hide implicit target features from diagnostics when possible | Caleb Zulawski | -1/+1 |
| 2024-08-07 | Add implied features to non-target-feature functions | Caleb Zulawski | -5/+21 |
| 2024-08-07 | Remove redundant implied features | Caleb Zulawski | -34/+2 |
| 2024-08-07 | Don't use LLVM to compute -Ctarget-feature | Caleb Zulawski | -110/+112 |
| 2024-08-07 | Don't use LLVM's target features | Caleb Zulawski | -18/+57 |
| 2024-08-07 | Refactor and fill out target feature lists | Caleb Zulawski | -13/+15 |
| 2024-08-07 | Add implied target features to target_feature attribute | Caleb Zulawski | -16/+0 |
| 2024-08-06 | Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay | Trevor Gross | -8/+8 |
| 2024-08-05 | RISC-V also has sane nontemporal stores | Ralf Jung | -1/+2 |
| 2024-08-05 | nontemporal_store: make sure that the intrinsic is truly just a hint | Ralf Jung | -7/+23 |
| 2024-08-04 | Fix warning. | Kyle Huey | -1/+1 |
| 2024-08-04 | Use Span::is_dummy(). | Kyle Huey | -1/+1 |
| 2024-08-04 | Implement a implicit target feature mechanism | daxpedda | -0/+16 |
| 2024-08-03 | Special case DUMMY_SP to emit line 0/column 0 locations on DWARF platforms. | Kyle Huey | -2/+7 |
| 2024-08-01 | Specify the integer type of the `powi` LLVM intrinsic | Trevor Gross | -8/+8 |
| 2024-07-31 | Rollup merge of #127830 - tgross35:archive-failure-message, r=BoxyUwU | Matthias Krüger | -1/+3 |
| 2024-07-30 | Move mingw dlltool invocation to cg_ssa | bjorn3 | -159/+12 |
| 2024-07-30 | Move computation of decorated names out of the create_dll_import_lib method | bjorn3 | -18/+3 |
| 2024-07-30 | Move is_mingw_gnu_toolchain and i686_decorated_name to cg_ssa | bjorn3 | -70/+8 |
| 2024-07-30 | Move temp file name generation out of the create_dll_import_lib method | bjorn3 | -10/+4 |
| 2024-07-30 | Auto merge of #128378 - matthiaskrgr:rollup-i3qz9uo, r=matthiaskrgr | bors | -3/+28 |
| 2024-07-30 | Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic | bors | -1/+41 |
| 2024-07-30 | Rollup merge of #128141 - nikic:aarch64-bti, r=DianQK,cuviper | Matthias Krüger | -3/+28 |
| 2024-07-29 | Add `-Z embed-source=yes` to embed source code in DWARF debug info | Mrmaxmeier | -0/+11 |
| 2024-07-29 | Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 | bors | -0/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -471/+374 |
| 2024-07-28 | Rollup merge of #127860 - klensy:dedup, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2024-07-28 | Force LLVM to use CMOV for binary search | Amanieu d'Antras | -1/+41 |
| 2024-07-28 | dedup object | klensy | -1/+1 |
| 2024-07-25 | LLVM: LLVM-20.0 removes MMX types | Matthew Maurer | -2/+0 |
| 2024-07-25 | Auto merge of #127995 - workingjubilee:say-turings-prayer, r=BoxyUwU | bors | -33/+27 |
| 2024-07-24 | Set branch protection function attributes | Nikita Popov | -3/+28 |
| 2024-07-22 | Rollup merge of #127506 - liushuyu:s390x-target-features, r=davidtwco | Trevor Gross | -1/+27 |
| 2024-07-20 | compiler: Never debug_assert in codegen | Jubilee Young | -33/+27 |
| 2024-07-19 | Rollup merge of #121533 - ratmice:wasm_init_fini_array, r=nnethercote | Trevor Gross | -2/+8 |