about summary refs log tree commit diff
path: root/src/test/codegen/loads.rs
AgeCommit message (Expand)AuthorLines
2022-06-15remove box derefs from codgenDrMeepster-20/+20
2022-05-25Update some codegen tests for opaque pointersNikita Popov-18/+18
2022-03-02make test work on noopt builderErik Desjardins-1/+1
2022-03-02fix tests on platforms where Align16 is represented as i128Erik Desjardins-1/+1
2022-02-28Add !align metadata on loads of &/&mut/BoxErik Desjardins-8/+36
2022-02-27Apply noundef metadata to loads of types that do not permit raw initErik Desjardins-4/+83
2020-10-26simplify-locals: Remove unused assignments regardless of rvalue kindTomasz Miąsko-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-3/+1
2016-06-20trans: generalize immediate temporaries to all MIR locals.Eduard Burtescu-0/+3
2015-09-21Avoid loading the whole gdb debug scripts section.Richard Diamond-0/+2
2015-08-19Issue #27628 - Also support the LLVM 3.6 IR format in two testsSylvestre Ledru-4/+4
2015-06-16rustc: Update LLVMAlex Crichton-4/+4
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-0/+52