Address issues found by Duncan during post-commit review of r177856.
[oota-llvm.git] / test / Transforms / InstCombine / extractvalue.ll
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2010-11-29 Frits van BommelTransform (extractvalue (load P), ...) to (load (gep...
2010-11-29 Frits van BommelUpdate this test to keep testing the -instcombine trans...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-07-16 Matthijs KooijmanAdd a few cases to instcombine's extractvalue testcase.
2008-06-16 Matthijs KooijmanMake testcase check for extractvalue instead of extract...
2008-06-11 Matthijs KooijmanTeach instruction combining about the extractvalue...