about summary refs log tree commit diff
path: root/src/test/mir-opt/storage_ranges.rs
AgeCommit message (Expand)AuthorLines
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-03-15rustc: explicitly pass the namespace to PrintCx::parameterized.Eduard-Mihai Burtescu-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-18Update mir-opt test suiteRémy Rakic-0/+3
2018-07-12Ensure StorageDead is created even if variable initialization failsTaylor Cramer-1/+1
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-1/+1
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-2/+2
2017-10-09Update README and tests for new infrastructureChristopher Vittal-0/+1
2017-03-03make operands live to the end of their containing expressionAriel Ben-Yehuda-3/+2
2017-03-02schedule drops on bindings only after initializing themAriel Ben-Yehuda-1/+1
2016-10-04update testsAriel Ben-Yehuda-4/+0
2016-09-29Remove MIR dump comments from mir-opt testsJonas Schievink-19/+19
2016-09-29Change the `local` prefix to `_`Jonas Schievink-17/+17
2016-09-26Fix off-by-one when emitting StorageDead for varsJonas Schievink-2/+1
2016-09-26[WIP] Move MIR towards a single kind of localJonas Schievink-18/+19
2016-09-24librustc_mir: Propagate constants during copy propagation.Patrick Walton-8/+8
2016-09-19librustc: Implement def-use chains and trivial copy propagation on MIR.Patrick Walton-19/+19
2016-08-17rustc: remove ParamSpace from Substs.Eduard Burtescu-1/+3
2016-08-14[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.Eduard Burtescu-0/+45