Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadata
[oota-llvm.git] / test / Transforms / Sink / basic.ll
2014-03-21 Tom StellardSink: Don't sink static allocas from the entry block
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-05-31 Duncan SandsEnhance the sinking code to handle diamond patterns...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-09-01 Eli FriedmanFix test; sorry for any inconvenience.
2011-09-01 Eli FriedmanFix an issue with the IR sink pass found by inspection...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-05-07 Dan GohmanAdd an LLVM IR version of code sinking. This uses the...