| Age | Commit message (Expand) | Author | Lines |
| 2022-01-05 | Disable LLVM newPM by default | Simonas Kazlauskas | -8/+4 |
| 2021-11-23 | Feat: make cg_ssa get_param borrow the builder mutable | rdambrosio | -1/+1 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -1/+41 |
| 2021-11-18 | Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplett | bors | -5/+7 |
| 2021-11-14 | Remove workaround for the forward progress handling in LLVM | Andreas Jonson | -10/+0 |
| 2021-11-10 | Disable `.debug_aranges` for all wasm targets | Alex Crichton | -8/+2 |
| 2021-11-10 | Rollup merge of #88868 - calebzulawski:feature/simd_bitmask, r=workingjubilee | Matthias Krüger | -32/+69 |
| 2021-11-10 | Use more robust checks in rustc for wasm | Alex Crichton | -3/+3 |
| 2021-11-10 | Update more rustc/libtest things for wasm64 | Alex Crichton | -4/+4 |
| 2021-11-10 | Fix a crash with wasm64 in LLVM | Alex Crichton | -1/+9 |
| 2021-11-10 | Add comment regarding bit order | Caleb Zulawski | -0/+3 |
| 2021-11-09 | Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwco | Matthias Krüger | -0/+46 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -1/+1 |
| 2021-11-08 | Record more artifact sizes during self-profiling. | Michael Woerister | -0/+46 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -1/+1 |
| 2021-11-07 | Rename functions reflect that inline const is also "typeck_child" | Gary Guo | -1/+1 |
| 2021-11-06 | Auto merge of #90617 - tmiasko:time-trace-threads, r=wesleywiser | bors | -5/+51 |
| 2021-11-06 | Fix off-by-one error uncovered by std::simd tests | Caleb Zulawski | -2/+2 |
| 2021-11-06 | Allow simd_select_bitmask to take byte arrays | Caleb Zulawski | -20/+31 |
| 2021-11-06 | Allow simd_bitmask to return byte arrays | Caleb Zulawski | -12/+35 |
| 2021-11-05 | Move outline-atomics to aarch64-linux target definitions | Josh Stone | -5/+0 |
| 2021-11-05 | Remove some minor checks for LLVM < 12 | Josh Stone | -15/+6 |
| 2021-11-05 | Initialize LLVM time trace profiler on each code generation thread | Tomasz Miąsko | -5/+51 |
| 2021-11-03 | Update aarch64 `target_feature` list for LLVM 12. | Adam Gemmell | -0/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -0/+48 |
| 2021-10-26 | Properly check `target_features` not to trigger an assertion | Yuki Okushi | -2/+6 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+48 |
| 2021-10-25 | Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2021-10-25 | Auto merge of #89808 - tmiasko:llvm-multithreaded, r=nagisa | bors | -16/+6 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-22 | Update the minimum external LLVM to 11 | Josh Stone | -2/+1 |
| 2021-10-20 | Make hash_result an Option. | Camille GILLOT | -2/+7 |
| 2021-10-20 | Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiser | Yuki Okushi | -1/+1 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-12 | Cleanup LLVM multi-threading checks | Tomasz Miąsko | -16/+6 |
| 2021-10-12 | Remap ssa RealPredicate to llvm RealPredicate | Tomasz Miąsko | -0/+28 |
| 2021-10-11 | Add -Z no-unique-section-names to reduce ELF header bloat. | Javier Blazquez | -0/+3 |
| 2021-10-11 | Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser | bors | -36/+50 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -1/+1 |
| 2021-10-08 | Default to disabling the new pass manager for the s390x targets. | Hans Kratz | -4/+13 |
| 2021-10-08 | Create more accurate debuginfo for vtables. | Michael Woerister | -36/+50 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -7/+14 |
| 2021-10-07 | Rollup merge of #87918 - mikebenfield:pr-afdo, r=nikic | Jubilee | -0/+22 |
| 2021-10-07 | Rollup merge of #89298 - gcohara:issue89193, r=workingjubilee | Guillaume Gomez | -8/+25 |
| 2021-10-07 | Update to measureme v10 | Ryan Levick | -1/+1 |
| 2021-10-07 | Add support for artifact size profiling | Ryan Levick | -1/+1 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+22 |
| 2021-10-06 | add platform support details file for armv7-unknown-linux-uclibc | Jonah Petri | -2/+1 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -0/+1 |