summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression
Commit message (Collapse)AuthorAgeFilesLines
...
* This is still brokenChris Lattner2006-01-241-0/+2
| | | | llvm-svn: 25583
* new c front-end testcaseChris Lattner2006-01-241-0/+8
| | | | llvm-svn: 25579
* 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
* make this test harderChris Lattner2006-01-231-1/+2
| | | | llvm-svn: 25533
* add new testsChris Lattner2006-01-231-2/+21
| | | | llvm-svn: 25529
* Make sure this tests the right thing, xfail on solaris, which doesn't have ↵Chris Lattner2006-01-231-1/+4
| | | | | | floorf llvm-svn: 25524
* new testcase that crashes llc for ppcChris Lattner2006-01-211-0/+17
| | | | llvm-svn: 25495
* Add a test case for PR697, ensuring the linker works with ConstantPacked.Reid Spencer2006-01-201-0/+14
| | | | llvm-svn: 25475
* Added a load folding bug test case.Evan Cheng2006-01-201-0/+15
| | | | llvm-svn: 25472
* Add a new testcase for an eliminable castChris Lattner2006-01-191-0/+5
| | | | llvm-svn: 25451
* This test passes now.Reid Spencer2006-01-191-1/+0
| | | | llvm-svn: 25449
* make this work for Reid, who renamed his CVS module dir :)Chris Lattner2006-01-191-2/+1
| | | | llvm-svn: 25443
* new testcase the autoupgrader in the bc reader fails to handleChris Lattner2006-01-192-0/+4
| | | | llvm-svn: 25442
* 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
* Ensure that the CFE always emits intrinsics in their unsigned version, not ↵Chris Lattner2006-01-171-0/+9
| | | | | | with signed operands llvm-svn: 25390
* 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
* This pass has been removed.Chris Lattner2006-01-162-197/+0
| | | | llvm-svn: 25350
* New testcase for a regression last night: the -inline pass wasn't updatingChris Lattner2006-01-141-0/+26
| | | | | | | callgraph to include new edges do to inserted llvm.stacksave/llvm.stackrestore calls. llvm-svn: 25319
* bswap implementationNate Begeman2006-01-141-0/+23
| | | | llvm-svn: 25312
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-141-0/+22
| | | | llvm-svn: 25309
* testcase for PR676: http://llvm.cs.uiuc.edu/PR676Jim Laskey2006-01-141-0/+9
| | | | llvm-svn: 25306
* testcase for PR691Chris Lattner2006-01-131-0/+12
| | | | llvm-svn: 25298
* new testcases for the stackrestore instcombine optimizationsChris Lattner2006-01-131-0/+20
| | | | llvm-svn: 25297
* New testcase that functions with dynamic allocas can be inlined, and areChris Lattner2006-01-131-0/+28
| | | | | | inlined correctly. llvm-svn: 25287
* 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
* Modify this test to not depend on the host math.h implementationChris Lattner2006-01-071-13/+12
| | | | llvm-svn: 25138
* A case that instcombine is not catching.Chris Lattner2006-01-061-0/+7
| | | | llvm-svn: 25127
* new tests, derived from cosmics scheme outputChris Lattner2006-01-051-1/+5
| | | | llvm-svn: 25111
* Change this regression so andi is not a valid codegen of itAndrew Lenharth2006-01-011-1/+1
| | | | llvm-svn: 25056
* this test failsChris Lattner2005-12-231-0/+1
| | | | llvm-svn: 24994
* this test is malformedChris Lattner2005-12-231-1/+1
| | | | llvm-svn: 24993
* Fix PR409:Reid Spencer2005-12-223-6/+6
| | | | | | | | Implement the suggested check to ensure that out-of-range float constants don't get accepted by LLVM accidentally. Adjust the supporting test cases as well. llvm-svn: 24963
* new testcaseChris Lattner2005-12-211-0/+5
| | | | llvm-svn: 24902
* 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
* new (undefined) testcase, distilled from 126.gcc that scalarrepl crashes onChris Lattner2005-12-141-0/+34
| | | | llvm-svn: 24707
* Testcase for a problem that reid ran intoChris Lattner2005-12-121-0/+7
| | | | llvm-svn: 24676
* new testcase: sra should be able to eliminate all of these alloca's, despiteChris Lattner2005-12-121-0/+54
| | | | | | the presense of pointer casts llvm-svn: 24666
* new testcase for PR662Chris Lattner2005-12-061-0/+8
| | | | llvm-svn: 24618
OpenPOWER on IntegriCloud