merge some tests.
[oota-llvm.git] / test / Transforms / InstCombine / cast.ll
2010-01-05 Chris Lattnermerge some tests.
2010-01-05 Chris Lattnermerge cast2 into cast.ll
2009-11-23 Dan GohmanMake ConstantFoldConstantExpression recursively visit...
2009-11-10 Chris Lattnerunify the code that determines whether it is a good...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-12 Edward O'CallaghanConvert the rest of the InstCombine tests from notcast...
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
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-01-16 Evan ChengClean up previous cast optimization a bit. Also make...
2009-01-09 Chris LattnerImplement rdar://6480391, extending of equality icmp...
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2007-04-15 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerFor PR1319:
2006-12-23 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-29 Chris Lattnernew testcase
2006-11-29 Chris Lattnernew testcase
2006-11-27 Reid SpencerFor PR950:
2006-10-01 Chris Lattnernew testcase, malloc should be promoted to [2 x double].
2006-09-18 Chris Lattnernew testcase
2006-05-13 Chris LattnerNew testcase for instcombine
2006-05-05 Chris LattnerNew testcase
2006-04-12 Chris LattnerThese casts should turn into gep instructions
2006-01-19 Chris LattnerAdd a new testcase for an eliminable cast
2005-01-31 Chris LattnerNew testcase
2005-01-31 Chris LattnerRename these to start with %c, as they are the only...
2005-01-01 Chris LattnerAdd a bunch of tests for cases that should be eliminated.
2004-09-29 Chris LattnerMore testcases for recent instcombine patches
2004-07-20 Chris LattnerTestcases missed by the instruction combiner
2004-05-25 Chris LattnerAdd a new test16 and fix some other tests that were...
2004-02-28 Chris LattnerThe instruction combining pass removes dead instruction...
2004-02-23 Chris LattnerAdd tests for casts that should be eliminated
2004-02-22 Chris LattnerTest that the instruction combiner can fold away a...
2003-11-02 Chris LattnerAdd test for instcombine transmogrifying allocation...
2003-10-07 Chris Lattnernew testcase
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-08-13 Chris LattnerReorganize tests because we no longer cannonicalize...
2003-07-22 Chris LattnerNew testcases
2003-06-28 Chris LattnerRemove usage of grep-not script
2003-06-28 Chris LattnerConvert scripts from using explicit control flow to...
2003-06-23 Chris LattnerFix comment
2003-06-23 Chris LattnerYet another testcase
2003-06-23 Chris LattnerTest cases for when casts to bool can be eliminated
2002-09-23 Chris LattnerAdd some more testcases for things to get optimized...
2002-08-15 Chris LattnerAdd a bunch of testcases for cast-of-casts that should...
2002-08-14 Chris LattnerFix testcase to actually test what we think we are
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-08-02 Chris LattnerAdd another testcase that isn't failing because of...
2002-05-02 Chris LattnerIntitial checkin of cast tests