| Age | Commit message (Expand) | Author | Lines |
| 2023-08-22 | add regression test for not memcpying padding bytes | kadiwa | -0/+14 |
| 2023-08-18 | tests: Fix tests for LoongArch64 | WANG Rui | -2/+2 |
| 2023-08-17 | Bless codegen tests. | Camille GILLOT | -16/+16 |
| 2023-08-16 | Auto merge of #114850 - khei4:khei4/trailing_zero_codegen, r=nikic | bors | -0/+22 |
| 2023-08-16 | add codegen test for issue 107554 | khei4 | -0/+22 |
| 2023-08-15 | Cherry-pick test for issue #114312 | DianQK | -0/+27 |
| 2023-08-12 | Add test for method debuginfo declaration. | DianQK | -0/+26 |
| 2023-08-11 | Use the same DISubprogram for each instance of the same inlined function with... | Daniel Paoliello | -0/+26 |
| 2023-08-10 | Tell LLVM that the negation in `<*const T>::sub` cannot overflow | Scott McMurray | -0/+34 |
| 2023-08-07 | Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -1/+1 |
| 2023-08-07 | Rollup merge of #114382 - scottmcm:compare-bytes-intrinsic, r=cjgillot | Matthias Krüger | -0/+34 |
| 2023-08-07 | Rollup merge of #114230 - workingjubilee:codegen-tests-that-nest, r=Mark-Simu... | Matthias Krüger | -178/+0 |
| 2023-08-07 | Rollup merge of #114229 - workingjubilee:nest-sanitizer-dir, r=Mark-Simulacrum | Matthias Krüger | -54/+54 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -0/+34 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -4/+4 |
| 2023-07-29 | Remove LLVM 14 codegen tests | Jubilee Young | -178/+0 |
| 2023-07-29 | tests/codegen/c-variadic* -> cffi/c-variadic* | Jubilee Young | -0/+0 |
| 2023-07-29 | tests/codegen/ffi-* -> cffi/ffi-* | Jubilee Young | -0/+0 |
| 2023-07-29 | tests/codegen/naked-* -> naked-fn/naked-* | Jubilee Young | -0/+0 |
| 2023-07-29 | tests/codegen/*simd*.rs -> simd/*simd* | Jubilee Young | -0/+0 |
| 2023-07-29 | tests/codegen/*-macos-* -> macos/* | Jubilee Young | -0/+0 |
| 2023-07-29 | tests/codegen/enum-* -> enum/enum-* | Jubilee Young | -0/+0 |
| 2023-07-29 | Fix sanitizer tests depending on filename | Jubilee Young | -54/+54 |
| 2023-07-29 | tests/codegen/sanitizer{-,_}* -> sanitizer/* | Jubilee Young | -0/+0 |
| 2023-07-29 | Replace ignore-everything with only-arch | Jubilee Young | -108/+39 |
| 2023-07-29 | mv tests/codegen/repr-* tests/codegen/repr | Jubilee Young | -0/+0 |
| 2023-07-29 | Ignore an AVR-inapplicable test | Jubilee Young | -0/+1 |
| 2023-07-29 | cg_llvm: simplify llvm.masked.gather/scatter naming with opaque pointers | Erik Desjardins | -4/+4 |
| 2023-07-27 | CHECK only for opaque ptr | Josh Stone | -247/+247 |
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -27/+2 |
| 2023-07-27 | Auto merge of #113708 - rcvalle:rust-cfi-fix-100778, r=compiler-errors | bors | -0/+59 |
| 2023-07-23 | Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubilee | bors | -0/+33 |
| 2023-07-21 | Support `.comment` section like GCC/Clang (`!llvm.ident`) | Miguel Ojeda | -0/+15 |
| 2023-07-20 | Get `!nonnull` metadata consistently in slice iterators, without needing `ass... | Scott McMurray | -2/+42 |
| 2023-07-20 | Auto merge of #113758 - cjgillot:move-dse, r=JakobDegen,oli-obk | bors | -2/+3 |
| 2023-07-19 | Make test order-independent. | Camille GILLOT | -1/+1 |
| 2023-07-19 | Enable MIR opts for test. | Camille GILLOT | -1/+2 |
| 2023-07-19 | Turn copy into moves during DSE. | Camille GILLOT | -2/+2 |
| 2023-07-18 | Add the `no-builtins` attribute to functions when `no_builtins` is applied at... | DianQK | -0/+24 |
| 2023-07-17 | CFI: Fix ICE: encode_const: unexpected type [usize | Ramon de C Valle | -0/+59 |
| 2023-07-16 | Add codegen test ensuring always-inline closures don't bypass target features | Caleb Zulawski | -0/+33 |
| 2023-07-15 | Auto merge of #112157 - erikdesjardins:align, r=nikic | bors | -8/+557 |
| 2023-07-14 | i686-windows: make requested alignment > 4 special case apply transitively | Erik Desjardins | -2/+4 |
| 2023-07-14 | Auto merge of #109025 - cjgillot:refprop-dbg, r=JakobDegen | bors | -23/+27 |
| 2023-07-14 | Bless codegen test. | Camille GILLOT | -1/+1 |
| 2023-07-11 | Reenable all cases of simd-wide-sum | Jubilee Young | -4/+3 |
| 2023-07-11 | Add mir-opt3 rev to simd-wide-sum test | Jubilee Young | -0/+5 |
| 2023-07-10 | aarch64-linux: properly handle 128bit aligned aggregates | Erik Desjardins | -0/+150 |
| 2023-07-10 | repr(align) <= 4 should still be byval | Erik Desjardins | -7/+4 |