about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2023-04-30tests: Add tests for LoongArch64WANG Rui-0/+334
2023-04-29Auto merge of #108106 - the8472:layout-opt, r=wesleywiserbors-21/+12
2023-04-28fix codegen testThe 8472-3/+6
2023-04-27Also use `mir::Offset` for pointer `add`Scott McMurray-0/+34
2023-04-27bless testsThe 8472-21/+9
2023-04-24Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obkMatthias Krüger-33/+9
2023-04-22Add `intrinsics::transmute_unchecked`Scott McMurray-33/+9
2023-04-22Turn on ConstDebugInfo pass.Wesley Wiser-0/+28
2023-04-20Auto merge of #109993 - scottmcm:transmute-niches, r=oli-obkbors-11/+304
2023-04-19Add transmute optimization tests and some extra commentsScott McMurray-0/+109
2023-04-18Rollup merge of #110441 - kadiwa4:typos, r=thomccGuillaume Gomez-1/+1
2023-04-18Auto merge of #110242 - cuviper:vanilla-llvm-16, r=Mark-Simulacrumbors-0/+2
2023-04-17Rollup merge of #110455 - durin42:tls-D148269-fix, r=nikicMatthias Krüger-4/+4
2023-04-17Rollup merge of #110313 - fee1-dead-contrib:repr_align_method, r=WaffleLapkinMatthias Krüger-0/+40
2023-04-17tests: adapt for LLVM change 5b386b864c7619897c51a1da97d78f1cf6f3eff6Augie Fackler-4/+4
2023-04-17typoskadiwa-1/+1
2023-04-17Auto merge of #109247 - saethlin:inline-without-inline, r=oli-obkbors-5/+7
2023-04-16ci: add a runner for vanilla LLVM 16Josh Stone-0/+2
2023-04-16Allow all associated functions and add testDeadbeef-0/+31
2023-04-15Bless codegen test.Camille GILLOT-3/+0
2023-04-14Update codegen test.Camille GILLOT-2/+5
2023-04-14allow `repr(align = x)` on inherent methodsDeadbeef-0/+9
2023-04-13`assume` value ranges in `transmute`Scott McMurray-11/+195
2023-04-13Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle...bors-0/+20
2023-04-12Auto merge of #109895 - nikic:llvm-16-tests, r=cuviperbors-0/+118
2023-04-11Make test compatible with 32-bitNikita Popov-1/+1
2023-04-11Add ignore-debug to two testsNikita Popov-0/+2
2023-04-11Preserve argument indexes when inlining MIRDavid Lattimore-0/+20
2023-04-09Handle not all immediates having `abi::Scalar`sScott McMurray-1/+92
2023-04-07Give the cross-crate generic some work to doBen Kimock-2/+4
2023-04-07Permit MIR inlining without #[inline]Ben Kimock-3/+3
2023-04-06Check `CastKind::Transmute` sizes in a better wayScott McMurray-1/+73
2023-04-05Auto merge of #107925 - thomcc:sip13, r=cjgillotbors-4/+4
2023-04-05Auto merge of #108905 - ferrocene:pa-compiletest-ignore, r=ehussbors-76/+13
2023-04-05Fix codegen tests with hard-coded hashesRémy Rakic-2/+2
2023-04-05Fix a codegen test with some hard-coded hashesThom Chiovoloni-2/+2
2023-04-05Auto merge of #109843 - scottmcm:better-transmute, r=WaffleLapkinbors-54/+194
2023-04-04Allow `transmute`s to produce `OperandValue`s instead of always using `alloca`sScott McMurray-54/+194
2023-04-04Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoeristerbors-0/+81
2023-04-03Add codegen tests for issues fixed by LLVM 16Nikita Popov-0/+116
2023-04-03llvm 16 finally reconizes some additional vec in-place conversions as noopsThe 8472-11/+31
2023-04-03remove unknown xcore archPietro Albini-1/+0
2023-04-03make 32bit ignore more accuratePietro Albini-5/+1
2023-04-03remove a bunch of unknown archs from the global_asm testsPietro Albini-66/+12
2023-04-03remove invalid ignore-powerpc64lePietro Albini-4/+0
2023-03-31More in-depth documentation for the new debuginfo optionsJulia Tatz-9/+6
2023-03-31Preserve, clarify, and extend debug informationJulia Tatz-0/+84
2023-03-31Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obkbors-0/+2
2023-03-27update codegen test expectationsRémy Rakic-2/+2
2023-03-25Auto merge of #109474 - nikic:llvm-16-again, r=cuviperbors-3/+3