about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
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
2023-06-16[libs] Simplify `unchecked_{shl,shr}`Scott McMurray-0/+4
2023-06-16Rollup merge of #112474 - ldm0:ldm_enum_debuginfo_128_support, r=compiler-errorsMichael Goulet-2/+29
2023-06-14use indexed loop instead of ptr bumpingThe 8472-8/+0
2023-06-14update codegent test to be independent of panic strategyPietro Albini-1/+1
2023-06-12add codegen test for slice::Iter::foldThe 8472-0/+14
2023-06-11cg_llvm: use index-based loop in write_operand_repeatedlyErik Desjardins-0/+12
2023-06-10Add testldm0-0/+27
2023-06-10Fix codegen testsldm0-2/+2
2023-06-04Use `load`-`store` instead of `memcpy` for short integer arraysScott McMurray-15/+65
2023-06-04Add a codegen test for manually swapping a small `Copy` typeScott McMurray-0/+20
2023-06-03Rollup merge of #111878 - ferrocene:pa-codegen-tests, r=Mark-SimulacrumMatthias Krüger-55/+64
2023-06-02Rollup merge of #112182 - rcvalle:rust-cfi-fix-111185, r=compiler-errorsMatthias Krüger-3/+3
2023-06-01CFI: Fix cfi with repr(transparent): transform_ty: unexpected Alias(ProjRamon de C Valle-3/+3
2023-06-01Auto merge of #112002 - saethlin:enable-sroa, r=oli-obk,scottmcmbors-3/+4
2023-05-31Add a distinct `OperandValue::ZeroSized` variant for ZSTsScott McMurray-4/+71
2023-05-31Enable ScalarReplacementOfAggregatesBen Kimock-3/+4
2023-05-31Auto merge of #111913 - oli-obk:valtrees2, r=lcnrbors-0/+2
2023-05-31Explain the reason for why a test existsOli Scherer-0/+2
2023-05-31Rollup merge of #112096 - workingjubilee:array-unzip, r=scottmcmMatthias Krüger-15/+3
2023-05-30Test from_fn autovectorizesScottMcMurray-0/+10
2023-05-30Auto merge of #111768 - oli-obk:pair_const_llvm, r=cjgillotbors-0/+8
2023-05-30Remove array_zipJubilee Young-22/+0
2023-05-26Add SafeStack support to rustcWesley Wiser-0/+11
2023-05-26Stop creating intermediate places just to immediate convert them to operandsOli Scherer-3/+1
2023-05-26Add regression testOli Scherer-0/+10
2023-05-25Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelixbors-4/+4