about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2023-06-14use indexed loop instead of ptr bumpingThe 8472-8/+0
2023-06-12add codegen test for slice::Iter::foldThe 8472-0/+14
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
2023-05-21Auto merge of #111697 - rcvalle:rust-cfi-fix-111510, r=bjorn3bors-48/+137
2023-05-20make noalias-box-off filecheck more preciseErik Desjardins-2/+5
2023-05-20ensure !Unpin types do not get noaliasErik Desjardins-19/+23
2023-05-20Apply `noalias`, `nonnull`, `dereferenceable`, and `align` attributes uncondi...Patrick Walton-1/+1
2023-05-20Fix noalias box testPatrick Walton-1/+1
2023-05-20[rustc_ty_utils] Add the LLVM `noalias` parameter attribute to `drop_in_place...Patrick Walton-0/+34
2023-05-18Also assume wrap-around discriminants in `as` MIR buildingScott McMurray-9/+3
2023-05-17CFI: Fix encode_ty: unexpected Param(B/#1)Ramon de C Valle-48/+137
2023-05-16Auto merge of #111556 - cjgillot:copy-prop-nrvo, r=oli-obkbors-9/+6
2023-05-16Fix duplicate `arcinner_layout_for_value_layout` callsmarc0246-0/+28
2023-05-15Rollup merge of #111525 - scottmcm:slice-position-tweak, r=Mark-SimulacrumMatthias Krüger-7/+27
2023-05-14Merge return place with other locals in CopyProp.Camille GILLOT-9/+6
2023-05-14Auto merge of #111517 - lukas-code:addr-of-mutate, r=tmiaskobors-0/+34
2023-05-12Stop checking for the absense of something that doesn't existScott McMurray-7/+27