about summary refs log tree commit diff
path: root/src/test/mir-opt/copy_propagation.rs
AgeCommit message (Expand)AuthorLines
2020-10-17Remove the old copy propagation passJonas Schievink-12/+0
2020-09-27[mir-opt] Introduce a new flag to enable experimental/unsound mir optsWesley Wiser-0/+1
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-20/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-27Update MIR opt testsMatthew Jasper-6/+3
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-3/+3
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-4/+4
2017-11-07Update mir-opt tests.Michael Woerister-1/+4
2017-10-26Avoid unnecessary copies of arguments that are simple bindingsBjörn Steinbrink-5/+4
2017-10-09Update README and tests for new infrastructureChristopher Vittal-0/+6
2016-12-11mir: Allow copy-propagation of function argumentsUlrik Sverdrup-0/+34