Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added a couple test cases, including the new vaarg breakage | Andrew Lenharth | 2006-01-26 | 2 | -0/+61 | |
| | | | | llvm-svn: 25648 | |||||
* | Testcase that failed due to a legalizer bug | Chris Lattner | 2006-01-23 | 1 | -0/+12 | |
| | | | | llvm-svn: 25537 | |||||
* | this option is gone, the dag isel is the default now | Chris Lattner | 2006-01-23 | 1 | -2/+2 | |
| | | | | llvm-svn: 25536 | |||||
* | new testcase that crashes llc for ppc | Chris Lattner | 2006-01-21 | 1 | -0/+17 | |
| | | | | llvm-svn: 25495 | |||||
* | Added a load folding bug test case. | Evan Cheng | 2006-01-20 | 1 | -0/+15 | |
| | | | | llvm-svn: 25472 | |||||
* | a reduced test case, the GlobalAddress is never legalized | Andrew Lenharth | 2006-01-18 | 1 | -0/+30 | |
| | | | | llvm-svn: 25427 | |||||
* | new testcase | Chris Lattner | 2006-01-18 | 1 | -0/+16 | |
| | | | | llvm-svn: 25420 | |||||
* | this testcase sent the dag combiner spinning into an infinite loop | Chris Lattner | 2006-01-18 | 1 | -0/+19 | |
| | | | | llvm-svn: 25418 | |||||
* | this is fixed | Andrew Lenharth | 2006-01-16 | 1 | -1/+0 | |
| | | | | llvm-svn: 25370 | |||||
* | Fix these testcases :( | Chris Lattner | 2006-01-16 | 2 | -1/+2 | |
| | | | | | | | Apparently Andrew hasn't implemented ReadCycleCounter in the new isel and renamed ornot to eqv llvm-svn: 25360 | |||||
* | bswap implementation | Nate Begeman | 2006-01-14 | 1 | -0/+23 | |
| | | | | llvm-svn: 25312 | |||||
* | testcase for the llvm.stacksave/llvm.stackrestore intrinsics. | Chris Lattner | 2006-01-13 | 1 | -0/+12 | |
| | | | | llvm-svn: 25269 | |||||
* | Test case for a SETCC / BRCOND folding bug. | Evan Cheng | 2006-01-13 | 1 | -0/+39 | |
| | | | | llvm-svn: 25258 | |||||
* | verily, sabre did leave | Duraid Madina | 2006-01-12 | 1 | -2/+2 | |
| | | | | | | | | and yea! Saem said "ARRR." meanwhile, the pinksias and the campfires and the ET forests glowed. llvm-svn: 25240 | |||||
* | Add testcase for rotate by register and rotate by immediate | Nate Begeman | 2006-01-11 | 1 | -0/+51 | |
| | | | | llvm-svn: 25228 | |||||
* | Testcase the PPC backend is miscompiling. | Chris Lattner | 2006-01-11 | 1 | -0/+13 | |
| | | | | llvm-svn: 25216 | |||||
* | catch all forms of xnor | Chris Lattner | 2006-01-11 | 1 | -0/+14 | |
| | | | | llvm-svn: 25208 | |||||
* | Change this regression so andi is not a valid codegen of it | Andrew Lenharth | 2006-01-01 | 1 | -1/+1 | |
| | | | | llvm-svn: 25056 | |||||
* | new testcase, fails on X86 and probably others | Chris Lattner | 2005-12-21 | 1 | -0/+125 | |
| | | | | llvm-svn: 24894 | |||||
* | A truly trivial testcase to ensure sparcv8 doesn't get completely broken | Chris Lattner | 2005-12-16 | 2 | -0/+9 | |
| | | | | | | again. llvm-svn: 24737 | |||||
* | Add a case for float just to make sure the patterns for both precisions | Nate Begeman | 2005-12-14 | 1 | -1/+7 | |
| | | | | | | are matching llvm-svn: 24718 | |||||
* | new testcase, each function should have one extension instr in it | Chris Lattner | 2005-12-14 | 1 | -0/+19 | |
| | | | | llvm-svn: 24711 | |||||
* | Testcase for a problem that reid ran into | Chris Lattner | 2005-12-12 | 1 | -0/+7 | |
| | | | | llvm-svn: 24676 | |||||
* | new testcase, for PR672 | Chris Lattner | 2005-12-04 | 1 | -0/+24 | |
| | | | | llvm-svn: 24584 | |||||
* | New testcase that crashes llc | Chris Lattner | 2005-12-01 | 1 | -0/+23 | |
| | | | | llvm-svn: 24570 | |||||
* | Test that crashes the ppc backend. | Chris Lattner | 2005-11-30 | 1 | -0/+17 | |
| | | | | llvm-svn: 24546 | |||||
* | This should not be dce'd | Chris Lattner | 2005-11-20 | 1 | -3/+2 | |
| | | | | llvm-svn: 24433 | |||||
* | oops | Andrew Lenharth | 2005-11-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 24432 | |||||
* | check that rdtsc is generated from readcyclecounter | Andrew Lenharth | 2005-11-20 | 1 | -0/+10 | |
| | | | | llvm-svn: 24431 | |||||
* | this is no apparently passing on alpha | Chris Lattner | 2005-11-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 24331 | |||||
* | continued readcyclecounter support | Andrew Lenharth | 2005-11-11 | 1 | -0/+10 | |
| | | | | llvm-svn: 24300 | |||||
* | Check that this compiles to a label with a space in it. | Chris Lattner | 2005-11-10 | 1 | -0/+8 | |
| | | | | llvm-svn: 24284 | |||||
* | new testcase | Chris Lattner | 2005-10-30 | 1 | -0/+12 | |
| | | | | llvm-svn: 24112 | |||||
* | The pass was removed, but the spirit lives on | Chris Lattner | 2005-10-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 24108 | |||||
* | new testcase | Chris Lattner | 2005-10-30 | 1 | -0/+9 | |
| | | | | llvm-svn: 24103 | |||||
* | test for the formation of shladd | Duraid Madina | 2005-10-29 | 1 | -0/+11 | |
| | | | | llvm-svn: 24077 | |||||
* | add the xfail lines | Chris Lattner | 2005-10-28 | 1 | -0/+2 | |
| | | | | llvm-svn: 24066 | |||||
* | New testcase. Probably many targets don't support this, so they should probably | Chris Lattner | 2005-10-28 | 1 | -0/+8 | |
| | | | | | | add themselves as xfails until they do (at least for the release). llvm-svn: 24065 | |||||
* | Add a regression test for the recent fix for FP_TO_UINT lowering in the ppc | Nate Begeman | 2005-10-25 | 1 | -0/+9 | |
| | | | | | | backend. llvm-svn: 23995 | |||||
* | New testcase that crashes the ppc backend | Chris Lattner | 2005-10-21 | 1 | -0/+12 | |
| | | | | llvm-svn: 23871 | |||||
* | Moved to Regression/Codegen/Generic. | John Criswell | 2005-10-19 | 1 | -13/+0 | |
| | | | | llvm-svn: 23829 | |||||
* | This is a generic test for all code generators. It originally came from | John Criswell | 2005-10-19 | 1 | -0/+13 | |
| | | | | | | Regression/Codegen/X86. llvm-svn: 23826 | |||||
* | Force i386 code generation for an i386 specific test. | John Criswell | 2005-10-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 23821 | |||||
* | new testcase | Chris Lattner | 2005-10-18 | 1 | -0/+6 | |
| | | | | llvm-svn: 23798 | |||||
* | Use %s instead of hard coding the input filename. | John Criswell | 2005-10-17 | 5 | -17/+17 | |
| | | | | | | This allows the test to work when srcdir != objdir. llvm-svn: 23775 | |||||
* | Nate implemented this :) | Chris Lattner | 2005-10-13 | 1 | -2/+0 | |
| | | | | llvm-svn: 23707 | |||||
* | new testcase | Chris Lattner | 2005-10-10 | 1 | -0/+7 | |
| | | | | llvm-svn: 23689 | |||||
* | A testcase sitting in my tree | Chris Lattner | 2005-10-10 | 1 | -0/+11 | |
| | | | | llvm-svn: 23687 | |||||
* | Testcase that is miscompiled by the ppc backend | Chris Lattner | 2005-10-09 | 1 | -0/+9 | |
| | | | | llvm-svn: 23669 | |||||
* | These don't need to be sdivs. | Chris Lattner | 2005-10-07 | 1 | -1/+22 | |
| | | | | llvm-svn: 23661 |