test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.
[oota-llvm.git] / test / Analysis / BasicAA / gep-alias.ll
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