| Age | Commit message (Expand) | Author | Lines |
| 2023-04-12 | Auto merge of #109895 - nikic:llvm-16-tests, r=cuviper | bors | -0/+118 |
| 2023-04-11 | Make test compatible with 32-bit | Nikita Popov | -1/+1 |
| 2023-04-11 | Add ignore-debug to two tests | Nikita Popov | -0/+2 |
| 2023-04-09 | Handle not all immediates having `abi::Scalar`s | Scott McMurray | -1/+92 |
| 2023-04-06 | Check `CastKind::Transmute` sizes in a better way | Scott McMurray | -1/+73 |
| 2023-04-05 | Auto merge of #107925 - thomcc:sip13, r=cjgillot | bors | -4/+4 |
| 2023-04-05 | Auto merge of #108905 - ferrocene:pa-compiletest-ignore, r=ehuss | bors | -76/+13 |
| 2023-04-05 | Fix codegen tests with hard-coded hashes | Rémy Rakic | -2/+2 |
| 2023-04-05 | Fix a codegen test with some hard-coded hashes | Thom Chiovoloni | -2/+2 |
| 2023-04-05 | Auto merge of #109843 - scottmcm:better-transmute, r=WaffleLapkin | bors | -54/+194 |
| 2023-04-04 | Allow `transmute`s to produce `OperandValue`s instead of always using `alloca`s | Scott McMurray | -54/+194 |
| 2023-04-04 | Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister | bors | -0/+81 |
| 2023-04-03 | Add codegen tests for issues fixed by LLVM 16 | Nikita Popov | -0/+116 |
| 2023-04-03 | llvm 16 finally reconizes some additional vec in-place conversions as noops | The 8472 | -11/+31 |
| 2023-04-03 | remove unknown xcore arch | Pietro Albini | -1/+0 |
| 2023-04-03 | make 32bit ignore more accurate | Pietro Albini | -5/+1 |
| 2023-04-03 | remove a bunch of unknown archs from the global_asm tests | Pietro Albini | -66/+12 |
| 2023-04-03 | remove invalid ignore-powerpc64le | Pietro Albini | -4/+0 |
| 2023-03-31 | More in-depth documentation for the new debuginfo options | Julia Tatz | -9/+6 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -0/+84 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+2 |
| 2023-03-27 | update codegen test expectations | Rémy Rakic | -2/+2 |
| 2023-03-25 | Auto merge of #109474 - nikic:llvm-16-again, r=cuviper | bors | -3/+3 |
| 2023-03-24 | Auto merge of #109220 - nikic:poison, r=cuviper | bors | -1/+1 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+2 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -27/+210 |
| 2023-03-23 | Auto merge of #109172 - scottmcm:move-codegen-issues-tests, r=WaffleLapkin | bors | -0/+0 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -27/+210 |
| 2023-03-22 | Rollup merge of #109394 - krasimirgg:llvm-17-vec-panic, r=nikic | Matthias Krüger | -9/+14 |
| 2023-03-22 | Increase array size in array-map.rs | Nikita Popov | -3/+3 |
| 2023-03-21 | Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomcc | bors | -0/+19 |
| 2023-03-20 | adapt tests/codegen/vec-shrink-panik for LLVM 17 | Krasimir Georgiev | -9/+14 |
| 2023-03-20 | Also move the auxiliary file | Scott McMurray | -0/+0 |
| 2023-03-20 | mv tests/codegen/issue-* tests/codegen/issues/ | Scott McMurray | -0/+0 |
| 2023-03-18 | Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper" | Nikita Popov | -3/+3 |
| 2023-03-18 | Auto merge of #107224 - nikic:llvm-16, r=cuviper | bors | -3/+3 |
| 2023-03-17 | Increase array size in array-map.rs | Nikita Popov | -3/+3 |
| 2023-03-17 | Rollup merge of #109181 - durin42:v0-mangle-inherit_overflow, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -4/+4 |
| 2023-03-16 | Use poison instead of undef | Nikita Popov | -1/+1 |
| 2023-03-15 | inherit_overflow: adapt pattern to also work with v0 mangling | Augie Fackler | -1/+1 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -6/+200 |
| 2023-03-15 | Split the mem-replace codegen test | Scott McMurray | -22/+36 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -51/+96 |
| 2023-03-14 | ICE when checking LocalInfo on runtime MIR. | Camille GILLOT | -4/+4 |
| 2023-03-13 | Rollup merge of #109081 - krasimirgg:llvm-17-simd-wide-sum, r=nikic | Matthias Krüger | -1/+1 |
| 2023-03-13 | simd-wide-sum test: adapt for LLVM 17 codegen change | Krasimir Georgiev | -1/+1 |
| 2023-03-13 | Auto merge of #108623 - scottmcm:try-different-as-slice-impl, r=the8472 | bors | -5/+13 |
| 2023-03-12 | Add a codegen test to confirm this fixes 73258 | Scott McMurray | -0/+38 |
| 2023-03-12 | Add a codegen test to confirm this fixes 106369 | Scott McMurray | -0/+15 |