Move the personality function from LandingPadInst to Function
[oota-llvm.git] / test / Transforms / InstCombine / cast.ll
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-22 David Majnemer[InstCombine] Use a more targeted fix instead of r235544
2015-04-22 David Majnemer[InstCombine] Clear out nsw/nuw if we modify computatio...
2015-04-21 Fiona GlaserInstCombine: fold (sitofp (zext x)) to (uitofp x)
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-12-04 Philip ReamesAdd a test case for argument type coercion in an invoke...
2014-11-25 Chandler Carruth[InstCombine] Change LLVM To canonicalize toward the...
2014-10-27 David MajnemerInstCombine: Fix a combine assuming that icmp operands...
2014-10-11 David MajnemerInstCombine: mul to shl shouldn't preserve nsw
2014-10-10 Sanjay PatelReturn undef on FP <-> Int conversions that overflow...
2014-08-22 David MajnemerInstCombine: Don't unconditionally preserve 'nuw' when...
2014-08-22 David MajnemerInstCombine: Don't unconditionally preserve 'nsw' when...
2014-08-12 Matt ArsenaultAllwo bitcast + struct GEP transform to work with addrs...
2014-06-02 Rafael EspindolaAdd back commit r210029.
2014-06-02 Rafael EspindolaRevert "Add the nsw flag when we detect that an add...
2014-06-02 Rafael EspindolaAdd the nsw flag when we detect that an add will not...
2014-02-14 Matt ArsenaultDo more addrspacecast transforms that happen for bitcast.
2013-08-19 Matt ArsenaultTeach InstCombine visitGetElementPtr about address...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-05-10 Benjamin KramerInstCombine: Don't claim to be able to evaluate any...
2012-12-12 Jakub StaszakunHECKify test fixed by Jacob in r159003.
2012-10-24 Duncan SandsAdd a testcase that would have noticed the typo fixed...
2012-10-23 Duncan SandsTransform code like this
2012-05-11 Eli FriedmanFix a minor logic mistake transforming compares in...
2012-04-23 Jakob Stoklund OlesenReapply r155136 after fixing PR12599.
2012-04-20 Jakob Stoklund OlesenRevert r155136 "Defer some shl transforms to DAGCombine."
2012-04-19 Jakob Stoklund OlesenDefer some shl transforms to DAGCombine.
2011-08-29 Nadav RotemFixes following the CR by Chris and Duncan:
2011-08-28 Nadav RotemBitcasts are transitive. Bitcast-Bitcast-X becomes...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-12 Benjamin KramerSimplify code. No functionality changes, name changes...
2011-02-10 Chris LattnerEnhance a bunch of transformations in instcombine to...
2010-09-13 Owen AndersonRe-apply r113679, which was reverted in r113720, which...
2010-09-12 Eric ChristopherRevert 113679, it was causing an infinite loop in a...
2010-09-11 Owen AndersonInvert and-of-or into or-of-and when doing so would...
2010-07-12 Chris Lattnerfix PR7311 by avoiding breaking casts when a bitcast...
2010-05-08 Chris LattnerTeach instcombine to transform a bitcast/(zext|trunc...
2010-01-11 Chris Lattnerdisable this testcase, PR5997
2010-01-11 Chris LattnerExtend CanEvaluateZExtd to handle and/or/xor more aggre...
2010-01-11 Chris LattnerRemove the dead TD argument to CanEvaluateZExtd, and...
2010-01-10 Chris Lattnerteach sext optimization to handle truncs from types...
2010-01-10 Chris Lattnerteach zext optimization how to deal with truncs that...
2010-01-10 Chris Lattnernow that the cost model has changed, we can always...
2010-01-10 Chris Lattnertwo changes:
2010-01-10 Chris Lattnerenhance CanEvaluateZExtd to handle shift left and sext...
2010-01-07 Chris LattnerEnhance instcombine to reason more strongly about promo...
2010-01-06 Chris LattnerTeach instcombine's sext elimination logic to be more...
2010-01-05 Chris Lattnermore rearrangement and cleanup, fix my test failure.
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...
next