aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Sink
AgeCommit message (Expand)Author
2012-05-31Enhance the sinking code to handle diamond patterns. Patch byDuncan Sands
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-09-01Fix test; sorry for any inconvenience.Eli Friedman
2011-09-01Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman
2010-05-07Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman