about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2023-08-01Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3bors-4/+4
2023-07-29Replace ignore-everything with only-archJubilee Young-108/+39
2023-07-29mv tests/codegen/repr-* tests/codegen/reprJubilee Young-0/+0
2023-07-29Ignore an AVR-inapplicable testJubilee Young-0/+1
2023-07-29cg_llvm: simplify llvm.masked.gather/scatter naming with opaque pointersErik Desjardins-4/+4
2023-07-27CHECK only for opaque ptrJosh Stone-247/+247
2023-07-27Update the minimum external LLVM to 15Josh Stone-27/+2
2023-07-27Auto merge of #113708 - rcvalle:rust-cfi-fix-100778, r=compiler-errorsbors-0/+59
2023-07-23Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubileebors-0/+33
2023-07-21Support `.comment` section like GCC/Clang (`!llvm.ident`)Miguel Ojeda-0/+15
2023-07-20Get `!nonnull` metadata consistently in slice iterators, without needing `ass...Scott McMurray-2/+42
2023-07-20Auto merge of #113758 - cjgillot:move-dse, r=JakobDegen,oli-obkbors-2/+3
2023-07-19Make test order-independent.Camille GILLOT-1/+1
2023-07-19Enable MIR opts for test.Camille GILLOT-1/+2
2023-07-19Turn copy into moves during DSE.Camille GILLOT-2/+2
2023-07-18Add the `no-builtins` attribute to functions when `no_builtins` is applied at...DianQK-0/+24
2023-07-17CFI: Fix ICE: encode_const: unexpected type [usizeRamon de C Valle-0/+59
2023-07-16Add codegen test ensuring always-inline closures don't bypass target featuresCaleb Zulawski-0/+33
2023-07-15Auto merge of #112157 - erikdesjardins:align, r=nikicbors-8/+557
2023-07-14i686-windows: make requested alignment > 4 special case apply transitivelyErik Desjardins-2/+4
2023-07-14Auto merge of #109025 - cjgillot:refprop-dbg, r=JakobDegenbors-23/+27
2023-07-14Bless codegen test.Camille GILLOT-1/+1
2023-07-11Reenable all cases of simd-wide-sumJubilee Young-4/+3
2023-07-11Add mir-opt3 rev to simd-wide-sum testJubilee Young-0/+5
2023-07-10aarch64-linux: properly handle 128bit aligned aggregatesErik Desjardins-0/+150
2023-07-10repr(align) <= 4 should still be byvalErik Desjardins-7/+4
2023-07-10align-byval test: add cases for lower requested alignment, wrapped, and repr(...Erik Desjardins-3/+100
2023-07-10ensure byval allocas are sufficiently alignedErik Desjardins-15/+101
2023-07-10align-byval test: add cases for <= align 4Erik Desjardins-2/+50
2023-07-10align-byval test: add cases distinguishing natural vs forced/requested alignmentErik Desjardins-10/+62
2023-07-10align-byval test: add x86Erik Desjardins-3/+12
2023-07-10add align attr to addr-of-mutate testErik Desjardins-3/+3
2023-07-10implement vector-containing aggregate alignment for x86 darwinErik Desjardins-0/+58
2023-07-10update array-map test for removed allocaErik Desjardins-1/+0
2023-07-10align-byval test: use revisions to test different targetsErik Desjardins-40/+35
2023-07-10rustc_target: Add alignment to indirectly-passed by-value types, correcting thePatrick Walton-4/+60
2023-07-10Perform reference propagation earlier.Camille GILLOT-16/+16
2023-07-10Fortify codegen test.Camille GILLOT-6/+10
2023-07-09Rollup merge of #113247 - mirkootter:test-wasm-exceptions-nostd, r=Mark-Simul...Matthias Krüger-0/+52
2023-07-08Always name the return place.Camille GILLOT-193/+190
2023-07-02test-various: run codegen and assembly testsJan-Mirko Otter-0/+1
2023-07-01add codegen-test: wasm-exceptionsJan-Mirko Otter-0/+51
2023-06-27Auto merge of #112516 - erikdesjardins:loop, r=davidtwcobors-0/+12
2023-06-23Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e...bors-1/+13
2023-06-23Auto merge of #112974 - matthiaskrgr:rollup-hnk7ans, r=matthiaskrgrbors-1/+1
2023-06-23Rollup merge of #112616 - ferrocene:pa-more-test-suite-fixes, r=NilstriebMatthias Krüger-1/+1
2023-06-23tests: be even more permissive on attributes in one testAugie Fackler-17/+17
2023-06-22tests: be more permissive on attributes in one testAugie Fackler-1/+1
2023-06-22Fix a codegen testOli Scherer-1/+13
2023-06-19Auto merge of #112724 - scottmcm:simpler-unchecked-shifts, r=Mark-Simulacrumbors-0/+4