aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine
AgeCommit message (Expand)Author
2007-04-14manually upgrade test. Add a new test2. I have no way to see if this worksChris Lattner
2007-04-14This test should have been updated with llvm 1.7!Reid Spencer
2007-04-14For PR1319:Reid Spencer
2007-04-14This test needs to use egrep.Reid Spencer
2007-04-14Fix a test test llvm.exp found.Reid Spencer
2007-04-14bool -> i1 (found by llvm.exp)Reid Spencer
2007-04-14Fix a syntax error that llvm.exp found.Reid Spencer
2007-04-14Fix an "already-upgraded" test that llvm.exp found.Reid Spencer
2007-04-14testcase for PR1201Chris Lattner
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-04-11adjust testChris Lattner
2007-04-11sext of compares.Chris Lattner
2007-04-11new testcaseChris Lattner
2007-04-09new testcaseChris Lattner
2007-04-09new testcase for PR1304Chris Lattner
2007-04-09new testcase for PR1286Chris Lattner
2007-04-08this xform is correct, not an xfailChris Lattner
2007-04-08tweak this to test the right thing.Chris Lattner
2007-04-08new testcase, should simplify down to a xor/and/xor sequence.Chris Lattner
2007-04-06new testcase, update old one.Chris Lattner
2007-04-04Any add is wrong, regardless of type.Jeff Cohen
2007-04-04Get it right...Jeff Cohen
2007-04-04Test for transformConstExprCastCall fix.Dale Johannesen
2007-04-04Add new test.Jeff Cohen
2007-04-03new testcase for PR1253Chris Lattner
2007-04-02fix this testcase so it passesChris Lattner
2007-04-02creative way to add one.Chris Lattner
2007-04-02Fix illegal assembly syntax.Reid Spencer
2007-04-02Add a test case to make sure that constant folding of the bit countingReid Spencer
2007-04-02Revert the name changes for llvm.bswap to allow (and test) llvm-upgrade ofReid Spencer
2007-04-01For PR1297:Reid Spencer
2007-04-01New testcaseChris Lattner
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-03-28don't use 'not' when we can use a positive testChris Lattner
2007-03-28new test case for PR1280Reid Spencer
2007-03-28For PR1280:Reid Spencer
2007-03-26Another test case for PR1271 where bad shift masks were generated.Reid Spencer
2007-03-26Fix this test case to match output after a bug was fixed.Reid Spencer
2007-03-26Fix testsuite hang.Duncan Sands
2007-03-26Test case for PR1271 involving construction of a bad mask to replace aReid Spencer
2007-03-25Add a test case for PR1271 (necessary, but not sufficient).Reid Spencer
2007-03-25new testcaseChris Lattner
2007-03-24Remove the last vestiges of this directory.Reid Spencer
2007-03-23Add more test cases for APIntified InstCombine.Reid Spencer
2007-03-23Add test case for testing InstCombine with arbitrary precision integerReid Spencer
2007-03-22Make this test actually match the generated code.Reid Spencer
2007-03-22Test case for PR1248Reid Spencer
2007-03-19Make this test a little simpler/faster.Reid Spencer
2007-03-19Add test case for PR1261, currently XFAILed.Reid Spencer
2007-03-18new testcaseChris Lattner