[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / cast_ptr.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-13 Michael Liao[InstCombine] Fix a bug when combining `icmp` from...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-09-30 Matt ArsenaultConstant fold ptrtoint + compare with address spaces
2013-08-21 Matt ArsenaultTeach InstCombine about address spaces
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2010-01-05 Chris Lattnermerge some tests.
2010-01-01 Chris Lattneradd a simple instcombine xform, simplify another one...
2009-12-17 Eli FriedmanMake the ptrtoint comparison simplification work if...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
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...
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2007-05-05 Chris Lattnerun-xfail this.
2007-04-14 Reid SpencerFor PR1319:
2007-02-23 Chris Lattnerfix this testcase
2007-02-22 Andrew Lenharthmissed cast elimination
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-27 Reid SpencerFor PR950:
2006-09-19 Andrew LenharthInspired by the linux kernel, the more we keep adds...