aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/cast_ptr.ll
AgeCommit message (Expand)Author
2010-01-05merge some tests.Chris Lattner
2010-01-01add a simple instcombine xform, simplify another one to use hasAllZeroIndices()Chris Lattner
2009-12-17Make the ptrtoint comparison simplification work if one side is a global.Eli Friedman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-07-20Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman
2008-03-09Remove llvm-upgrade and update tests.Tanya Lattner
2007-05-05un-xfail this.Chris Lattner
2007-04-14For PR1319:Reid Spencer
2007-02-23fix this testcaseChris Lattner
2007-02-22missed cast eliminationAndrew Lenharth
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-27For PR950:Reid Spencer
2006-09-19Inspired by the linux kernel, the more we keep adds in the pointer realm, the...Andrew Lenharth