aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* new testcase. These functions shouldn't touch the stack if stfiwx useChris Lattner2006-03-011-0/+21
* new testcase. There should be no accesses to the stack for these functions.Chris Lattner2006-03-011-0/+27
* new testcaseChris Lattner2006-03-011-0/+12
* Add a test case for left shift by 1. We should not be using lea for this.Evan Cheng2006-02-281-0/+9
* evan's recent x86 isel improvements have fixed this, though not in the wayChris Lattner2006-02-281-3/+0
* new testcasesChris Lattner2006-02-281-1/+30
* Reenable thisChris Lattner2006-02-271-2/+0
* new testcaseChris Lattner2006-02-271-0/+7
* New test case: use lea for imul by some constants.Evan Cheng2006-02-252-0/+17
* lea.ll is XFAIL until we implement convertToThreeAddress.Evan Cheng2006-02-251-0/+2
* this fails, mark it as suchChris Lattner2006-02-251-0/+2
* Add a test case for 'lea'.Evan Cheng2006-02-231-0/+10
* A few final (for now) testsNate Begeman2006-02-172-0/+16
* Yet another testNate Begeman2006-02-171-0/+9
* New tests!Nate Begeman2006-02-173-0/+34
* Fix a comment sabre noticed :)Nate Begeman2006-02-172-2/+2
* A couple new regression tests to make sure we always pattern match the newNate Begeman2006-02-172-0/+51
* Code sufficiently protected against this test.Jim Laskey2006-02-151-1/+0
* test for improved zap discoveryAndrew Lenharth2006-02-131-0/+10
* this passes now, due to Nate's recent effortsChris Lattner2006-02-131-1/+0
* Reduce this testcase a bit more, with the help of llvm-extract and some hand ...Chris Lattner2006-02-131-12/+8
* Added a test case for a libcall insertion bug.Evan Cheng2006-02-121-0/+64
* this apparently passes on linuxChris Lattner2006-02-091-1/+1
* Disable this test for the time being as debug is brought up to speed.Jim Laskey2006-02-081-0/+1
* These were moved to ../SPARCChris Lattner2006-02-055-46/+0
* move V8 testcases hereChris Lattner2006-02-055-0/+46
* Added a (store (op (load ...) ...) ...) folding test case.Evan Cheng2006-02-031-0/+14
* new testcaseChris Lattner2006-02-021-0/+8
* test cmov immediate formAndrew Lenharth2006-02-011-0/+17
* new testcase for the 'ret double folding with load' opznChris Lattner2006-02-011-0/+19
* Don't generate (or setp, setae) for SETUGE. Simply flip the operands around andEvan Cheng2006-01-301-0/+12
* new testcase for the 'C++' failures last night.Chris Lattner2006-01-301-0/+6
* new testcaseChris Lattner2006-01-301-0/+11
* Use Intel assembly syntax to look for STEvan Cheng2006-01-272-2/+2
* X86 dag isel is now (soon) the default.Evan Cheng2006-01-271-2/+2
* These are fp stack test cases.Evan Cheng2006-01-274-4/+4
* XFAIL tailcall test cases until it's implemented.Evan Cheng2006-01-272-0/+2
* added a couple test cases, including the new vaarg breakageAndrew Lenharth2006-01-262-0/+61
* Testcase that failed due to a legalizer bugChris Lattner2006-01-231-0/+12
* this option is gone, the dag isel is the default nowChris Lattner2006-01-231-2/+2
* new testcase that crashes llc for ppcChris Lattner2006-01-211-0/+17
* Added a load folding bug test case.Evan Cheng2006-01-201-0/+15
* a reduced test case, the GlobalAddress is never legalizedAndrew Lenharth2006-01-181-0/+30
* new testcaseChris Lattner2006-01-181-0/+16
* this testcase sent the dag combiner spinning into an infinite loopChris Lattner2006-01-181-0/+19
* this is fixedAndrew Lenharth2006-01-161-1/+0
* Fix these testcases :(Chris Lattner2006-01-162-1/+2
* bswap implementationNate Begeman2006-01-141-0/+23
* testcase for the llvm.stacksave/llvm.stackrestore intrinsics.Chris Lattner2006-01-131-0/+12
* Test case for a SETCC / BRCOND folding bug.Evan Cheng2006-01-131-0/+39