aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/PhaseOrdering/basic.ll
AgeCommit message (Expand)Author
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-04-23Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen
2012-04-20Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen
2012-04-19Defer some shl transforms to DAGCombine.Jakob Stoklund Olesen
2012-04-19Extract the broken part of XFAILed test into its own file.Jakob Stoklund Olesen
2011-06-06This directory was missing the dg.exp to cause the tests to run. Some time sinceNick Lewycky
2011-04-28final step needed to resolve PR6627, which allows us to flatten the code down toChris Lattner
2011-04-26make a couple of changes to the standard pass pipeline:Chris Lattner