aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2006-03-17Add a lsr common loop invariant hoisting test caseEvan Cheng
2006-03-15Also requires -mattr=-sse3Evan Cheng
2006-03-14Remove the use of llvm.dbg.declare.Jim Laskey
2006-03-13new testcaseChris Lattner
2006-03-10weak globals on darwin require an extra load, breaking this testChris Lattner
2006-03-09Add a test case for (store (op (load ..) ..) ..) folding.Evan Cheng
2006-03-04new testcaseChris Lattner
2006-03-03Add another test case for instruction scheduling.Evan Cheng
2006-03-03Remove these testcases. These intrinsics are going awayChris Lattner
2006-03-02Add a regression test for bug 478.Evan Cheng
2006-03-01new testcaseChris Lattner
2006-03-01load (x|y) -> load (x+y) iff x and y have no common bits.Chris Lattner
2006-03-01new testcase. These functions shouldn't touch the stack if stfiwx useChris Lattner
2006-03-01new testcase. There should be no accesses to the stack for these functions.Chris Lattner
2006-03-01new testcaseChris Lattner
2006-02-28Add a test case for left shift by 1. We should not be using lea for this.Evan Cheng
2006-02-28evan's recent x86 isel improvements have fixed this, though not in the wayChris Lattner
2006-02-28new testcasesChris Lattner
2006-02-27Reenable thisChris Lattner
2006-02-27new testcaseChris Lattner
2006-02-25New test case: use lea for imul by some constants.Evan Cheng
2006-02-25lea.ll is XFAIL until we implement convertToThreeAddress.Evan Cheng
2006-02-25this fails, mark it as suchChris Lattner
2006-02-23Add a test case for 'lea'.Evan Cheng
2006-02-17A few final (for now) testsNate Begeman
2006-02-17Yet another testNate Begeman
2006-02-17New tests!Nate Begeman
2006-02-17Fix a comment sabre noticed :)Nate Begeman
2006-02-17A couple new regression tests to make sure we always pattern match the newNate Begeman
2006-02-15Code sufficiently protected against this test.Jim Laskey
2006-02-13test for improved zap discoveryAndrew Lenharth
2006-02-13this passes now, due to Nate's recent effortsChris Lattner
2006-02-13Reduce this testcase a bit more, with the help of llvm-extract and some hand ...Chris Lattner
2006-02-12Added a test case for a libcall insertion bug.Evan Cheng
2006-02-09this apparently passes on linuxChris Lattner
2006-02-08Disable this test for the time being as debug is brought up to speed.Jim Laskey
2006-02-05These were moved to ../SPARCChris Lattner
2006-02-05move V8 testcases hereChris Lattner
2006-02-03Added a (store (op (load ...) ...) ...) folding test case.Evan Cheng
2006-02-02new testcaseChris Lattner
2006-02-01test cmov immediate formAndrew Lenharth
2006-02-01new testcase for the 'ret double folding with load' opznChris Lattner
2006-01-30Don't generate (or setp, setae) for SETUGE. Simply flip the operands around andEvan Cheng
2006-01-30new testcase for the 'C++' failures last night.Chris Lattner
2006-01-30new testcaseChris Lattner
2006-01-27Use Intel assembly syntax to look for STEvan Cheng
2006-01-27X86 dag isel is now (soon) the default.Evan Cheng
2006-01-27These are fp stack test cases.Evan Cheng
2006-01-27XFAIL tailcall test cases until it's implemented.Evan Cheng
2006-01-26added a couple test cases, including the new vaarg breakageAndrew Lenharth