[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / fpcast.ll
2015-05-29 Ahmed Bougacha[IR] fptrunc-of-fptrunc isn't an EliminableCastPair.
2014-12-12 Steven WuFix another infinite loop in InstCombine
2014-11-18 David MajnemerInstCombine: Fix another infinite loop caused by visitF...
2014-11-18 David MajnemerRevert "Revert r222040 because of bot failure."
2014-11-18 Manman RenRevert r222040 because of bot failure.
2014-11-14 David MajnemerInstCombine: Fix infinite loop caused by visitFPTrunc
2014-01-18 Owen AndersonFix more instances of dropped fast math flags when...
2013-10-03 Owen AndersonPull fptrunc's upwards through selects when one of...
2013-01-10 Owen AndersonTeach InstCombine to hoist FABS and FNEG through FPTRUN...
2009-10-12 Edward O'CallaghanConvert the rest of the InstCombine tests from notcast...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2007-04-14 Reid SpencerThis test needs to use egrep.
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-27 Reid SpencerFor PR950: