aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Testcase which kills the constant folderChris Lattner2003-05-121-0/+15
* Make sure that setcc is implemented for bools.Chris Lattner2002-09-031-0/+22
* Fix testcases that used to now dead 'not' instructionChris Lattner2002-08-141-2/+4
* Change not's to xorsChris Lattner2002-08-141-4/+4
* Test that logical operators are correctly constant propogated!Chris Lattner2002-07-301-0/+16
* Oops, forgot to check in makefileChris Lattner2002-05-071-0/+10
* Add check that phi nodes get constant propogated awayChris Lattner2002-05-071-0/+18
* constprop doesn't delete dead instructions, it just makes them dead.Chris Lattner2002-05-073-3/+3
* Add testcase for not expressionsChris Lattner2002-05-071-0/+22
* New testcase for bugs in the constant propogatorChris Lattner2002-05-031-0/+14
* Add tests for floating point remainder eliminationChris Lattner2002-05-031-0/+9
* New testcase to see if constant propogation of remainder is implementedChris Lattner2002-05-031-0/+17
* This testcase is a sanity checkChris Lattner2002-05-031-0/+20
* Add new testcase for general constant prop.Chris Lattner2002-05-031-0/+18