summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp
Commit message (Expand)AuthorAge
...
* 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
* For PR1043:Reid Spencer2007-01-13
* For PR950:Reid Spencer2006-12-31
* Update this test because constant integers are always printed signed now.Reid Spencer2006-12-19
* constant folding of bitcast is broken.Chris Lattner2006-12-11
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* test1 is miscompiledChris Lattner2006-12-01
* new 'cast' miscompilation, reduced from perlbmk by EvanChris Lattner2006-12-01
* new testcaseChris Lattner2006-12-01
* new testcaseChris Lattner2006-11-20
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23