aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp
AgeCommit message (Expand)Author
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-06-21Expand this test to handle more cases (remainder and shifts) of zero.Nick Lewycky
2009-06-21implement PR4424: 0/x is always 0 for integer division.Chris Lattner
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-10-16apply Eli's patch for PR2165 and provide a testcase.Chris Lattner
2008-07-10Fix a case where vector comparison constant folding would cause anChris Lattner
2008-07-10elementwise comparison of vector constants was completely wrong. FixChris Lattner
2008-07-08'Optimize' testChris Lattner
2008-07-08Fix three bugs:Chris Lattner
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-11-23Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.Chris Lattner
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-14Oops. A little aggressive on the name changes there.Reid Spencer
2007-04-14For PR1913:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-02-24testcase for pr1215Chris Lattner
2007-02-06Testcase for miscompilationChris Lattner
2007-01-13For PR1043:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-19Update this test because constant integers are always printed signed now.Reid Spencer
2006-12-11constant folding of bitcast is broken.Chris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-12-01test1 is miscompiledChris Lattner
2006-12-01new 'cast' miscompilation, reduced from perlbmk by EvanChris Lattner
2006-12-01new testcaseChris Lattner
2006-11-20new testcaseChris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2006-01-14Add bswap intrinsics as documented in the Language ReferenceNate Begeman
2005-01-28New testcase.Chris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-07-01Fix testcaseChris Lattner
2004-06-11Add tests for isnanChris Lattner
2004-04-13New testcaseChris Lattner
2003-11-19Fix testcase. This should no longer be XFAIL'dChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-09-15Removing Makefiles. Regression tests are now run by QMTest.John Criswell
2003-06-28Remove explicit control flow through the use of the 'not' scriptChris Lattner
2003-05-12Testcase which kills the constant folderChris Lattner
2002-09-03Make sure that setcc is implemented for bools.Chris Lattner
2002-08-14Fix testcases that used to now dead 'not' instructionChris Lattner
2002-08-14Change not's to xorsChris Lattner
2002-07-30Test that logical operators are correctly constant propogated!Chris Lattner