summary refs log tree commit diff
path: root/src/test/mir-opt
AgeCommit message (Expand)AuthorLines
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
2016-08-11add SetDiscriminant StatementKind to enable deaggregation of enumsScott A Carr-0/+45
2016-08-02fix field type, add testScott A Carr-0/+41
2016-07-20add mir optimization tests, dump-mir-dir optionScott A Carr-0/+89