about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
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
2023-05-23Auto merge of #111882 - matthiaskrgr:rollup-1xyv5mq, r=matthiaskrgrbors-9/+71
2023-05-23Rollup merge of #111851 - rcvalle:rust-cfi-fix-111515, r=bjorn3Matthias Krüger-9/+71
2023-05-23CFI: Fix encode_region: unexpected ReEarlyBound(0, 'a)Ramon de C Valle-9/+71
2023-05-23Auto merge of #107294 - JamieCunliffe:neon-fp, r=Amanieubors-0/+29
2023-05-23codegen: add needs-unwind to tests that require itPietro Albini-0/+9
2023-05-23codegen: do not require the uwtables attributePietro Albini-1/+1
2023-05-23codegen: allow the dso_local attributePietro Albini-50/+50
2023-05-23codegen: allow extra attributes to functions when panic=abortPietro Albini-4/+4
2023-05-23Auto merge of #111869 - Dylan-DPC:rollup-9pydw08, r=Dylan-DPCbors-9/+3
2023-05-23Rollup merge of #111579 - scottmcm:enum-as-signed, r=oli-obkDylan DPC-9/+3
2023-05-23Auto merge of #111807 - erikdesjardins:noalias, r=oli-obkbors-1/+42
2023-05-22drop-in-place-noalias test: needs -O to ensure attributes are added on nopt b...Erik Desjardins-1/+1
2023-05-22Auto merge of #111634 - marc0246:arc-new-uninit-bloat, r=thomccbors-0/+28
2023-05-22Create a structure to define the features from to_llvm_features.Jamie Cunliffe-5/+5
2023-05-22Make v8a match optional in the test feature list.Jamie Cunliffe-4/+8
2023-05-22Only disable folded features when it makes sense.Jamie Cunliffe-0/+25