aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp
AgeCommit message (Expand)Author
2009-09-20Rewrite this check so that it checks what it's supposed to and doesn't useNick Lewycky
2009-09-20Teach the constant folder how to not a cmpinst.Nick Lewycky
2009-09-20Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) inNick Lewycky
2009-09-20Teach the constant folder how to handle a few simple i1 cases.Nick Lewycky
2009-09-15convert to filecheckChris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-05Eliminate some Tclisms.Daniel Dunbar
2009-09-02Fix month.Chris Lattner
2009-09-02fix PR4848 an infinite loop when indexing down through a recursive gepChris Lattner
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