| Age | Commit message (Expand) | Author | Lines |
| 2023-04-30 | tests: Add tests for LoongArch64 | WANG Rui | -0/+334 |
| 2023-04-29 | Auto merge of #108106 - the8472:layout-opt, r=wesleywiser | bors | -21/+12 |
| 2023-04-28 | fix codegen test | The 8472 | -3/+6 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -0/+34 |
| 2023-04-27 | bless tests | The 8472 | -21/+9 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -33/+9 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -33/+9 |
| 2023-04-22 | Turn on ConstDebugInfo pass. | Wesley Wiser | -0/+28 |
| 2023-04-20 | Auto merge of #109993 - scottmcm:transmute-niches, r=oli-obk | bors | -11/+304 |
| 2023-04-19 | Add transmute optimization tests and some extra comments | Scott McMurray | -0/+109 |
| 2023-04-18 | Rollup merge of #110441 - kadiwa4:typos, r=thomcc | Guillaume Gomez | -1/+1 |
| 2023-04-18 | Auto merge of #110242 - cuviper:vanilla-llvm-16, r=Mark-Simulacrum | bors | -0/+2 |
| 2023-04-17 | Rollup merge of #110455 - durin42:tls-D148269-fix, r=nikic | Matthias Krüger | -4/+4 |
| 2023-04-17 | Rollup merge of #110313 - fee1-dead-contrib:repr_align_method, r=WaffleLapkin | Matthias Krüger | -0/+40 |
| 2023-04-17 | tests: adapt for LLVM change 5b386b864c7619897c51a1da97d78f1cf6f3eff6 | Augie Fackler | -4/+4 |
| 2023-04-17 | typos | kadiwa | -1/+1 |
| 2023-04-17 | Auto merge of #109247 - saethlin:inline-without-inline, r=oli-obk | bors | -5/+7 |
| 2023-04-16 | ci: add a runner for vanilla LLVM 16 | Josh Stone | -0/+2 |
| 2023-04-16 | Allow all associated functions and add test | Deadbeef | -0/+31 |
| 2023-04-15 | Bless codegen test. | Camille GILLOT | -3/+0 |
| 2023-04-14 | Update codegen test. | Camille GILLOT | -2/+5 |
| 2023-04-14 | allow `repr(align = x)` on inherent methods | Deadbeef | -0/+9 |
| 2023-04-13 | `assume` value ranges in `transmute` | Scott McMurray | -11/+195 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -0/+20 |
| 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-11 | Preserve argument indexes when inlining MIR | David Lattimore | -0/+20 |
| 2023-04-09 | Handle not all immediates having `abi::Scalar`s | Scott McMurray | -1/+92 |
| 2023-04-07 | Give the cross-crate generic some work to do | Ben Kimock | -2/+4 |
| 2023-04-07 | Permit MIR inlining without #[inline] | Ben Kimock | -3/+3 |
| 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 |