about summary refs log tree commit diff
path: root/src/test/codegen/lifetime_start_end.rs
AgeCommit message (Expand)AuthorLines
2020-10-26simplify-locals: Remove unused assignments regardless of rvalue kindTomasz Miąsko-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-12Ensure StorageDead is created even if variable initialization failsTaylor Cramer-3/+3
2018-04-26Use ScalarPair for tagged enumsAnthony Ramine-4/+4
2018-02-20rustc_mir: always run the deaggregator.Eduard-Mihai Burtescu-4/+4
2017-07-21Relax a codegen test to be compatible with LLVM 5.0Alex Crichton-8/+8
2017-03-03fix codegen testAriel Ben-Yehuda-5/+3
2016-11-13Fix codegen test after change of llvm type naming schemeMichael Woerister-4/+4
2016-09-29Change the `local` prefix to `_`Jonas Schievink-4/+4
2016-09-27Fix codegen test (value names changed)Jonas Schievink-4/+4
2016-08-14[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.Eduard Burtescu-0/+54