summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp
Commit message (Expand)AuthorAge
* fix PR6197 - infinite recursion in ipsccp due to block addressesChris Lattner2010-02-01
* Fix a crasher trying to fold each element in a comparison between two vectorsNick Lewycky2010-01-21
* fix PR5978 by peeling the loop so that we avoid shifting theChris Lattner2010-01-08
* Fix PR5551 by not ignoring the top level constantexpr whenChris Lattner2009-12-04
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-10-26
* fix PR5287, a serious regression from my previous patches. Thanks toChris Lattner2009-10-24
* teach libanalysis to simplify vector loads with bitcast sources. ThisChris Lattner2009-10-23
* enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 Chris Lattner2009-10-23
* teach libanalysis to fold int and fp loads from almost arbitraryChris Lattner2009-10-23
* Teach vm core to more aggressively fold 'trunc' constantexprs,Chris Lattner2009-10-17
* remove # uses from FileCheck lines.Chris Lattner2009-10-17
* rename testChris Lattner2009-10-17
* Extend ConstantFolding to understand signed overflow variantsEvan Phoenix2009-10-05
* teach the optimizer how to constant fold uadd/usub intrinsics.Chris Lattner2009-10-05
* Peer through zext and sext to eliminate them when it is safe to do so.Nick Lewycky2009-09-20
* Fold 'icmp eq (icmp), true' into an xor(icmp).Nick Lewycky2009-09-20
* Rewrite this check so that it checks what it's supposed to and doesn't useNick Lewycky2009-09-20
* Teach the constant folder how to not a cmpinst.Nick Lewycky2009-09-20
* Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) inNick Lewycky2009-09-20
* Teach the constant folder how to handle a few simple i1 cases.Nick Lewycky2009-09-20
* convert to filecheckChris Lattner2009-09-15
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Eliminate some Tclisms.Daniel Dunbar2009-09-05
* Fix month.Chris Lattner2009-09-02
* fix PR4848 an infinite loop when indexing down through a recursive gepChris Lattner2009-09-02
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Expand this test to handle more cases (remainder and shifts) of zero.Nick Lewycky2009-06-21
* implement PR4424: 0/x is always 0 for integer division.Chris Lattner2009-06-21
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* apply Eli's patch for PR2165 and provide a testcase.Chris Lattner2008-10-16
* Fix a case where vector comparison constant folding would cause anChris Lattner2008-07-10
* elementwise comparison of vector constants was completely wrong. FixChris Lattner2008-07-10
* 'Optimize' testChris Lattner2008-07-08
* Fix three bugs:Chris Lattner2008-07-08
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.Chris Lattner2007-11-23
* Change all floating constants that are not exactlyDale Johannesen2007-09-05
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-16
* Oops. A little aggressive on the name changes there.Reid Spencer2007-04-14
* For PR1913:Reid Spencer2007-04-14
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* testcase for pr1215Chris Lattner2007-02-24
* Testcase for miscompilationChris Lattner2007-02-06