aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Sink/basic.ll
AgeCommit message (Expand)Author
2012-05-31Enhance the sinking code to handle diamond patterns. Patch byDuncan Sands
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