about summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2022-05-14Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472bors-0/+54
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-0/+36
2022-05-09fix codegen test failureRalf Jung-1/+1
2022-05-01Tweak the calloc optimization to only apply to shortish-arraysScott McMurray-0/+32
2022-04-29Fix duplicate directory separator in --remap-path-prefix.Michael Woerister-1/+1
2022-04-25Rollup merge of #96215 - nikic:legacy-pm-removal, r=nagisaMatthias Krüger-7/+5
2022-04-20Rollup merge of #93313 - tmiasko:uninhabited, r=tmandryDylan DPC-1/+1
2022-04-20Drop inaccurate commentNikita Popov-5/+1
2022-04-19Rollup merge of #95740 - Amanieu:kreg0, r=nagisaDylan DPC-4/+4
2022-04-19asm: Add a kreg0 register class on x86 which includes k0Amanieu d'Antras-4/+4
2022-04-19Don't use new-llvm-pass-manager=no in testNikita Popov-3/+5
2022-04-18Auto merge of #95695 - the8472:vec-codegen-tests, r=Mark-Simulacrumbors-4/+63
2022-04-17Auto merge of #96002 - nnethercote:speed-up-Vec-clear-2, r=m-ou-sebors-11/+0
2022-04-15add codegen smoke testRalf Jung-0/+26
2022-04-13Add codegen tests for additional cases where noop iterators get optimized awayThe 8472-4/+63
2022-04-13Speed up Vec::clear().Nicholas Nethercote-11/+0
2022-04-11Rollup merge of #95864 - luqmana:inline-asm-unwind-store-miscompile, r=AmanieuDylan DPC-2/+15
2022-04-11Fix tests broken by deaggregation changeJakob Degen-1/+1
2022-04-09Update asm-may_unwind test to handle use of asm with outputs.Luqman Aden-2/+15
2022-04-02Fix `array::IntoIter::fold` to use the optimized `Range::fold`Scott McMurray-0/+54
2022-03-31Rollup merge of #95011 - michaelwoerister:awaitee_field, r=tmandryDylan DPC-0/+23
2022-03-30async: Give predictable, reserved name to binding generated from .await expre...Michael Woerister-0/+23
2022-03-24Check if call return type is visibly uninhabited when building MIRTomasz Miąsko-1/+1
2022-03-23Update allocation idOli Scherer-1/+1
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-2/+2
2022-03-14debuginfo: change cpp-like naming for generator environments so that NatVis w...Michael Woerister-2/+2
2022-03-14debuginfo: Refactor debuginfo generation for typesMichael Woerister-11/+9
2022-03-10short-circuit the easy cases in `is_copy_modulo_regions`Scott McMurray-1/+11
2022-03-10mir-opt: Replace clone on primitives with copyScott McMurray-2/+2
2022-03-04Always include global target features in function attributesTomasz Miąsko-3/+3
2022-03-04Auto merge of #94570 - shampoofactory:reopen-91719, r=workingjubileebors-49/+66
2022-03-04Auto merge of #94159 - erikdesjardins:align-load, r=nikicbors-8/+36
2022-03-03Add a missing `#[no_mangle]`scottmcm-0/+1
2022-03-03Add autovectorization codegen testJubilee Young-0/+31
2022-03-03Redo the array-equality codegen tests for the different thresholdScott McMurray-10/+31
2022-03-03Revert #26494 regressionVin Singh-40/+4
2022-03-02make test work on noopt builderErik Desjardins-1/+1
2022-03-03Rollup merge of #94505 - cuviper:mono-item-sort-local, r=michaelwoerister,dav...Dylan DPC-9/+9
2022-03-02fix tests on platforms where Align16 is represented as i128Erik Desjardins-1/+1
2022-03-01Use CHECK-DAG in codegen/debuginfo-generic-closure-env-names.rsJosh Stone-9/+9
2022-03-01tests: avoid problems on 32 bit machinesAugie Fackler-2/+2
2022-03-01tests: accept llvm intrinsic in align-checking testAugie Fackler-2/+2
2022-03-01Auto merge of #94402 - erikdesjardins:revert-coldland, r=nagisabors-52/+19
2022-02-28Add !align metadata on loads of &/&mut/BoxErik Desjardins-8/+36
2022-02-28Auto merge of #94216 - psumbera:sparc64-abi-fix2, r=nagisabors-0/+20
2022-02-28Auto merge of #94158 - erikdesjardins:more-more-noundef, r=nikicbors-4/+83
2022-02-27update vec-shrink-panik test to allow panic_no_unwind in landingpadsErik Desjardins-0/+19
2022-02-27Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa"Erik Desjardins-52/+0
2022-02-27Auto merge of #94157 - erikdesjardins:more-noundef, r=nikicbors-6/+56
2022-02-27Auto merge of #94412 - scottmcm:cfg-out-miri-from-swap, r=oli-obkbors-0/+27