llvm/test/lit.cfg: have_ld_plugin_support(): Use decode() for stdout.
[oota-llvm.git] / test / Analysis / BasicAA / gep-alias.ll
2013-11-16 Matt ArsenaultUse correct size for address space in BasicAA.
2013-09-30 Matt ArsenaultUse CHECK-LABEL
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2011-09-08 Eli FriedmanFix the logic in BasicAliasAnalysis::aliasGEP for compa...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-08-18 Chris Lattnerrefix PR1143 by making basicaa analyze zexts of indices...
2010-08-18 Chris Lattnerfix a buggy test
2009-11-26 Chris Lattner@test9 is a testcase for r89958. Before 89958, we...
2009-11-26 Chris LattnerImplement PR1143 (at -m64) by making basicaa look throu...
2009-11-26 Chris Lattnerteach GetLinearExpression to be a bit more aggressive.
2009-11-26 Chris LattnerTeach basicaa that x|c == x+c when the c bits of x...
2009-11-26 Chris Lattnerteach basicaa that A[i] != A[i+1].
2009-11-26 Chris Lattnerrename test