about summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2022-06-25Auto merge of #96820 - r-raymond:master, r=cuviperbors-0/+14
2022-06-21Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obkbors-20/+20
2022-06-20UnsafeCell -> RwLockRobin Raymond-4/+3
2022-06-19Make sure we don't match noalias in later linesRobin Raymond-0/+1
2022-06-19Add test to verify noalias is not being addedRobin Raymond-0/+14
2022-06-15remove box derefs from codgenDrMeepster-20/+20
2022-06-15Rollup merge of #98078 - erikdesjardins:uncheckedsize, r=petrochenkovYuki Okushi-0/+29
2022-06-14use unchecked mul to compute slice sizesErik Desjardins-0/+29
2022-06-14Add VFE test for 32 bitflip1995-0/+36
2022-06-14Add test for VFE optimizationflip1995-0/+99
2022-06-08Rollup merge of #97846 - pcwalton:align-bits, r=michaelwoeristerDylan DPC-0/+8
2022-06-07Specify DWARF alignment in bits, not bytes.Patrick Walton-0/+8
2022-06-07Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnrbors-0/+18
2022-06-05Fix the coldcc codegen test on wasm32Scott McMurray-1/+3
2022-05-30Add support for emitting functions with `coldcc` in LLVMScott McMurray-0/+16
2022-05-25Update some codegen tests for opaque pointersNikita Popov-276/+243
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