summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen
Commit message (Collapse)AuthorAgeFilesLines
...
* added a couple test cases, including the new vaarg breakageAndrew Lenharth2006-01-262-0/+61
| | | | llvm-svn: 25648
* Testcase that failed due to a legalizer bugChris Lattner2006-01-231-0/+12
| | | | llvm-svn: 25537
* this option is gone, the dag isel is the default nowChris Lattner2006-01-231-2/+2
| | | | llvm-svn: 25536
* new testcase that crashes llc for ppcChris Lattner2006-01-211-0/+17
| | | | llvm-svn: 25495
* Added a load folding bug test case.Evan Cheng2006-01-201-0/+15
| | | | llvm-svn: 25472
* a reduced test case, the GlobalAddress is never legalizedAndrew Lenharth2006-01-181-0/+30
| | | | llvm-svn: 25427
* new testcaseChris Lattner2006-01-181-0/+16
| | | | llvm-svn: 25420
* this testcase sent the dag combiner spinning into an infinite loopChris Lattner2006-01-181-0/+19
| | | | llvm-svn: 25418
* this is fixedAndrew Lenharth2006-01-161-1/+0
| | | | llvm-svn: 25370
* Fix these testcases :(Chris Lattner2006-01-162-1/+2
| | | | | | | Apparently Andrew hasn't implemented ReadCycleCounter in the new isel and renamed ornot to eqv llvm-svn: 25360
* bswap implementationNate Begeman2006-01-141-0/+23
| | | | llvm-svn: 25312
* testcase for the llvm.stacksave/llvm.stackrestore intrinsics.Chris Lattner2006-01-131-0/+12
| | | | llvm-svn: 25269
* Test case for a SETCC / BRCOND folding bug.Evan Cheng2006-01-131-0/+39
| | | | llvm-svn: 25258
* verily, sabre did leaveDuraid Madina2006-01-121-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 immediateNate Begeman2006-01-111-0/+51
| | | | llvm-svn: 25228
* Testcase the PPC backend is miscompiling.Chris Lattner2006-01-111-0/+13
| | | | llvm-svn: 25216
* catch all forms of xnorChris Lattner2006-01-111-0/+14
| | | | llvm-svn: 25208
* Change this regression so andi is not a valid codegen of itAndrew Lenharth2006-01-011-1/+1
| | | | llvm-svn: 25056
* new testcase, fails on X86 and probably othersChris Lattner2005-12-211-0/+125
| | | | llvm-svn: 24894
* A truly trivial testcase to ensure sparcv8 doesn't get completely brokenChris Lattner2005-12-162-0/+9
| | | | | | again. llvm-svn: 24737
* Add a case for float just to make sure the patterns for both precisionsNate Begeman2005-12-141-1/+7
| | | | | | are matching llvm-svn: 24718
* new testcase, each function should have one extension instr in itChris Lattner2005-12-141-0/+19
| | | | llvm-svn: 24711
* Testcase for a problem that reid ran intoChris Lattner2005-12-121-0/+7
| | | | llvm-svn: 24676
* new testcase, for PR672Chris Lattner2005-12-041-0/+24
| | | | llvm-svn: 24584
* New testcase that crashes llcChris Lattner2005-12-011-0/+23
| | | | llvm-svn: 24570
* Test that crashes the ppc backend.Chris Lattner2005-11-301-0/+17
| | | | llvm-svn: 24546
* This should not be dce'dChris Lattner2005-11-201-3/+2
| | | | llvm-svn: 24433
* oopsAndrew Lenharth2005-11-201-1/+1
| | | | llvm-svn: 24432
* check that rdtsc is generated from readcyclecounterAndrew Lenharth2005-11-201-0/+10
| | | | llvm-svn: 24431
* this is no apparently passing on alphaChris Lattner2005-11-121-1/+1
| | | | llvm-svn: 24331
* continued readcyclecounter supportAndrew Lenharth2005-11-111-0/+10
| | | | llvm-svn: 24300
* Check that this compiles to a label with a space in it.Chris Lattner2005-11-101-0/+8
| | | | llvm-svn: 24284
* new testcaseChris Lattner2005-10-301-0/+12
| | | | llvm-svn: 24112
* The pass was removed, but the spirit lives onChris Lattner2005-10-301-1/+1
| | | | llvm-svn: 24108
* new testcaseChris Lattner2005-10-301-0/+9
| | | | llvm-svn: 24103
* test for the formation of shladdDuraid Madina2005-10-291-0/+11
| | | | llvm-svn: 24077
* add the xfail linesChris Lattner2005-10-281-0/+2
| | | | llvm-svn: 24066
* New testcase. Probably many targets don't support this, so they should probablyChris Lattner2005-10-281-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 ppcNate Begeman2005-10-251-0/+9
| | | | | | backend. llvm-svn: 23995
* New testcase that crashes the ppc backendChris Lattner2005-10-211-0/+12
| | | | llvm-svn: 23871
* Moved to Regression/Codegen/Generic.John Criswell2005-10-191-13/+0
| | | | llvm-svn: 23829
* This is a generic test for all code generators. It originally came fromJohn Criswell2005-10-191-0/+13
| | | | | | Regression/Codegen/X86. llvm-svn: 23826
* Force i386 code generation for an i386 specific test.John Criswell2005-10-191-1/+1
| | | | llvm-svn: 23821
* new testcaseChris Lattner2005-10-181-0/+6
| | | | llvm-svn: 23798
* Use %s instead of hard coding the input filename.John Criswell2005-10-175-17/+17
| | | | | | This allows the test to work when srcdir != objdir. llvm-svn: 23775
* Nate implemented this :)Chris Lattner2005-10-131-2/+0
| | | | llvm-svn: 23707
* new testcaseChris Lattner2005-10-101-0/+7
| | | | llvm-svn: 23689
* A testcase sitting in my treeChris Lattner2005-10-101-0/+11
| | | | llvm-svn: 23687
* Testcase that is miscompiled by the ppc backendChris Lattner2005-10-091-0/+9
| | | | llvm-svn: 23669
* These don't need to be sdivs.Chris Lattner2005-10-071-1/+22
| | | | llvm-svn: 23661
OpenPOWER on IntegriCloud