about summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-1/+1
2022-05-20Auto merge of #97027 - cuviper:yesalias-refcell, r=thomccbors-0/+14
2022-05-18Properly apply path prefix remapping paths emitted into debuginfo.Michael Woerister-1/+1
2022-05-18Rollup merge of #97097 - chorman0773:add_tmm_clobers, r=joshtriplettYuki Okushi-4/+11
2022-05-17Auto merge of #96959 - nbdd0121:unwind, r=Amanieubors-8/+13
2022-05-17fix clobber_abi testsConnor Horman-4/+4
2022-05-17Handle tmm_reg in rustc_codegen_gccConnor Horman-1/+1
2022-05-16add clobbersConnor Horman-0/+7
2022-05-14Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472bors-0/+54
2022-05-13Test RefCell aliasingJosh Stone-0/+14
2022-05-13Don't hardcode attribute id in codegen testGary Guo-4/+4
2022-05-12Expand c-unwind-abi-panic-abort testGary Guo-4/+9
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-0/+36
2022-05-12Prevent unwinding when `-C panic=abort` is used regardless declared ABIGary Guo-3/+3
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