aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp
Commit message (Expand)AuthorAgeFilesLines
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-0818-20/+20
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0822-24/+24
* Eliminate some Tclisms.Daniel Dunbar2009-09-051-1/+1
* Fix month.Chris Lattner2009-09-021-0/+0
* fix PR4848 an infinite loop when indexing down through a recursive gepChris Lattner2009-09-021-0/+24
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-12/+12
* Expand this test to handle more cases (remainder and shifts) of zero.Nick Lewycky2009-06-211-0/+11
* implement PR4424: 0/x is always 0 for integer division.Chris Lattner2009-06-211-0/+12
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-3/+3
* apply Eli's patch for PR2165 and provide a testcase.Chris Lattner2008-10-161-0/+8
* Fix a case where vector comparison constant folding would cause anChris Lattner2008-07-101-0/+6
* elementwise comparison of vector constants was completely wrong. FixChris Lattner2008-07-101-1/+9
* 'Optimize' testChris Lattner2008-07-081-1/+1
* Fix three bugs:Chris Lattner2008-07-081-0/+14
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-0117-156/+194
* Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.Chris Lattner2007-11-231-0/+8
* Change all floating constants that are not exactlyDale Johannesen2007-09-051-2/+2
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1319:Reid Spencer2007-04-161-1/+0
* For PR1319:Reid Spencer2007-04-162-2/+4
* Oops. A little aggressive on the name changes there.Reid Spencer2007-04-141-8/+8
* For PR1913:Reid Spencer2007-04-149-22/+31
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* testcase for pr1215Chris Lattner2007-02-241-0/+5
* Testcase for miscompilationChris Lattner2007-02-061-0/+7
* For PR1043:Reid Spencer2007-01-131-1/+1
* For PR950:Reid Spencer2006-12-314-6/+6
* Update this test because constant integers are always printed signed now.Reid Spencer2006-12-191-1/+1
* constant folding of bitcast is broken.Chris Lattner2006-12-111-0/+4
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0216-18/+18
* test1 is miscompiledChris Lattner2006-12-011-0/+13
* new 'cast' miscompilation, reduced from perlbmk by EvanChris Lattner2006-12-011-0/+5
* new testcaseChris Lattner2006-12-011-0/+7
* new testcaseChris Lattner2006-11-201-0/+9
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-141-0/+22
* New testcase.Chris Lattner2005-01-281-0/+12
* Adding srcdir argTanya Lattner2004-11-191-1/+1
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-131-0/+3
* Fix testcaseChris Lattner2004-07-011-3/+3
* Add tests for isnanChris Lattner2004-06-111-0/+8
* New testcaseChris Lattner2004-04-131-0/+17
* Fix testcase. This should no longer be XFAIL'dChris Lattner2003-11-191-1/+1
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-169-9/+9
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-151-10/+0
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-287-39/+16