summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen
Commit message (Collapse)AuthorAgeFilesLines
...
* don't forget to use the right code generator :)Chris Lattner2005-04-021-1/+1
| | | | llvm-svn: 21017
* new testcaseChris Lattner2005-04-022-0/+36
| | | | llvm-svn: 21016
* new generic testcsaeChris Lattner2005-04-021-0/+11
| | | | llvm-svn: 20996
* new testcaseChris Lattner2005-04-011-0/+16
| | | | llvm-svn: 20978
* make sure this test tests the intended target.Chris Lattner2005-03-231-1/+1
| | | | llvm-svn: 20777
* new testcase that crashes the CBE.Chris Lattner2005-03-081-0/+5
| | | | llvm-svn: 20518
* execution tests shouldn't go here. This was killing the PPC nightly tester.Chris Lattner2005-02-141-1/+1
| | | | llvm-svn: 20186
* A testcase that LLC produces illegal asm on for Prolangs-C/cdecl now.Chris Lattner2005-02-141-0/+5
| | | | llvm-svn: 20182
* new testcaseChris Lattner2005-02-141-0/+7
| | | | llvm-svn: 20176
* xfail this.Chris Lattner2005-01-261-0/+4
| | | | llvm-svn: 19846
* New testcase for rotate instructions. Each function should codegen to aChris Lattner2005-01-191-0/+91
| | | | | | rotate. llvm-svn: 19691
* Add a test for 16-bit sh*d.Chris Lattner2005-01-191-1/+9
| | | | llvm-svn: 19688
* Ensure that each these functions generates a sh[rl]d instruction.Chris Lattner2005-01-191-0/+22
| | | | llvm-svn: 19682
* This is a carefully contrived testcase where the X86 ISel is emitting all loadsChris Lattner2005-01-171-0/+45
| | | | | | | before other ops, causing it to spill like mad. This occurs in 164.gzip:flush_block. llvm-svn: 19648
* New testcase for a problem that occurred in 132.ijpegChris Lattner2005-01-171-0/+16
| | | | llvm-svn: 19630
* New testcase, problem found by Rob.Chris Lattner2005-01-141-0/+3
| | | | llvm-svn: 19556
* Testcase that crashes the PPC backend. Thanks to Rob for finding this.Chris Lattner2005-01-141-0/+8
| | | | llvm-svn: 19554
* The pattern isel is aggressively codegen'ing all of the loads in theseChris Lattner2005-01-111-0/+72
| | | | | | | | | | functions together at the start of the basic block, causing massive spillage. The old isel codegened the loads wherever they happened to land, so it generated good code for the first case, but bad code for the second. We really want the pattern isel to generate (the same) good code for both. llvm-svn: 19448
* New testcase.Chris Lattner2005-01-081-0/+19
| | | | llvm-svn: 19363
* Cleanup a bunch of tests. In particular do not allow target directives inChris Lattner2005-01-079-241/+5
| | | | | | | the .ll file or it forces the V9 backend. This is the CodeGen/Generic dir, so there is no use in doing that. llvm-svn: 19355
* Make this test a bit more interesting by making there actually be a use of theChris Lattner2005-01-071-1/+1
| | | | | | PHI node. llvm-svn: 19351
* modernize and clean up this test.Chris Lattner2005-01-071-13/+6
| | | | llvm-svn: 19347
* Add a testcase I forgot to commit earlier.Chris Lattner2005-01-071-0/+5
| | | | llvm-svn: 19338
* New testcaseChris Lattner2005-01-061-0/+6
| | | | llvm-svn: 19312
* xfail these tests, whcih require more info in the code generator to implementChris Lattner2005-01-022-0/+6
| | | | | | correctly. llvm-svn: 19257
* Add several testcases for new optimizations in the code generator.Chris Lattner2005-01-023-0/+62
| | | | llvm-svn: 19244
* new testcase for PR490Chris Lattner2004-12-291-0/+5
| | | | llvm-svn: 19175
* New testcase that crashes the V9 backend.Chris Lattner2004-12-131-0/+6
| | | | llvm-svn: 18905
* New testcase that the PPC backend miscompiles. It is emittingChris Lattner2004-12-121-0/+3
| | | | | | | | .comm _X,0 For X, which makes the linker thing that X is never defined. llvm-svn: 18834
* new testcase for PR472Chris Lattner2004-12-031-0/+12
| | | | llvm-svn: 18458
* This program doesn't break anything anymore.Chris Lattner2004-12-021-13/+0
| | | | llvm-svn: 18411
* This passes on darwin nowChris Lattner2004-11-301-1/+0
| | | | llvm-svn: 18380
* New testcase that crashes the PPC BEChris Lattner2004-11-301-0/+7
| | | | llvm-svn: 18375
* New testcaseChris Lattner2004-11-301-0/+6
| | | | llvm-svn: 18373
* New testcase that crashes the PPC backendChris Lattner2004-11-301-0/+6
| | | | llvm-svn: 18370
* Adding missing dg file.Tanya Lattner2004-11-201-0/+3
| | | | llvm-svn: 18062
* Adding srcdir argTanya Lattner2004-11-195-5/+5
| | | | llvm-svn: 18020
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵Tanya Lattner2004-11-135-0/+15
| | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712
* New testcaseChris Lattner2004-11-131-0/+17
| | | | llvm-svn: 17709
* Changed to XFAILTanya Lattner2004-11-071-0/+1
| | | | llvm-svn: 17554
* Update this to expect AT&T syntaxChris Lattner2004-11-071-1/+1
| | | | llvm-svn: 17552
* Fix a test.Chris Lattner2004-11-074-62/+2
| | | | | | | These other tests should be in test/Programs/SingleSource/UnitTests if anyone cares enough to save them llvm-svn: 17540
* These files are all moved to test/Regression/CodeGen/GenericChris Lattner2004-11-0723-0/+2100
| | | | llvm-svn: 17538
* Adding RUN lines.Tanya Lattner2004-11-0646-0/+92
| | | | llvm-svn: 17527
* Add missing run lineChris Lattner2004-11-062-2/+4
| | | | llvm-svn: 17522
* Adding XFAIL lines for dejagnu support.Tanya Lattner2004-11-061-1/+1
| | | | llvm-svn: 17514
* Initial checkin of regression test for generating the PowerPC rlwimiNate Begeman2004-10-241-0/+62
| | | | | | | instruction, which performs bitfield inserts. All tests should compile to one rlwimi instruction. llvm-svn: 17206
* New testcase. The setcc is only used by a select, but not as a condition:Chris Lattner2004-10-081-0/+8
| | | | | | it cannot be folded in. llvm-svn: 16839
* New version of Bill Wendling's PR33 patch.Brian Gaeke2004-08-251-1/+1
| | | | llvm-svn: 16050
* note pr#Brian Gaeke2004-08-241-0/+1
| | | | llvm-svn: 16015
OpenPOWER on IntegriCloud