summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression
Commit message (Collapse)AuthorAgeFilesLines
...
* add a generic component to this testChris Lattner2006-12-221-1/+2
| | | | llvm-svn: 32747
* let this pass for ppc/linuxChris Lattner2006-12-221-1/+1
| | | | llvm-svn: 32746
* Integer constants now print out as signed values in the assembly,Reid Spencer2006-12-211-1/+1
| | | | | | regardless of the signedness of the associated type. llvm-svn: 32734
* These tests all rely on using register mnemonics and thus must behave in theJim Laskey2006-12-218-69/+69
| | | | | | world of darwin. llvm-svn: 32725
* new testcaseChris Lattner2006-12-201-0/+6
| | | | llvm-svn: 32714
* Update this test because constant integers are always printed signed now.Reid Spencer2006-12-191-1/+1
| | | | llvm-svn: 32699
* For PR950:Reid Spencer2006-12-193-3/+3
| | | | | | Test needs to be upgraded for the forthcoming FCmpInst patch. llvm-svn: 32683
* This test needs to be upgraded for the forthcoming FCmpInst patch.Reid Spencer2006-12-191-1/+1
| | | | llvm-svn: 32682
* This test needs to be upgraded for the FCmpInst patch.Reid Spencer2006-12-191-1/+1
| | | | llvm-svn: 32677
* Make sure linker output is overwritten so this test can pass multiple times.Reid Spencer2006-12-191-2/+1
| | | | llvm-svn: 32675
* testcase for pr1061Chris Lattner2006-12-191-0/+91
| | | | llvm-svn: 32674
* Back out last revision, a bit premature, its not an upgrade-only change.Reid Spencer2006-12-191-2/+2
| | | | llvm-svn: 32670
* For PR950:Reid Spencer2006-12-193-4/+4
| | | | | | Upgrade this test in preparation for the SETCC patch. llvm-svn: 32669
* For PR950:Reid Spencer2006-12-196-9/+6
| | | | | | These tests need to be upgraded in preparation for the SETCC patch. llvm-svn: 32668
* This test needs to be upgraded in preparation for the SETCC patch.Reid Spencer2006-12-197-7/+7
| | | | llvm-svn: 32667
* This test needs to be upgraded.Reid Spencer2006-12-191-3/+3
| | | | llvm-svn: 32666
* testcase for pr1049Chris Lattner2006-12-161-0/+34
| | | | llvm-svn: 32632
* Fix one more broken testcaseChris Lattner2006-12-161-1/+1
| | | | llvm-svn: 32631
* Fix borken testcaseChris Lattner2006-12-161-1/+3
| | | | llvm-svn: 32627
* fix buggy testcaseChris Lattner2006-12-161-1/+3
| | | | llvm-svn: 32626
* testcases for PR1042Chris Lattner2006-12-162-0/+23
| | | | llvm-svn: 32625
* extern_weak link testAndrew Lenharth2006-12-152-0/+15
| | | | llvm-svn: 32602
* reenable theseChris Lattner2006-12-152-4/+0
| | | | llvm-svn: 32596
* New testcase for llvm-gcc bugfixChris Lattner2006-12-151-0/+7
| | | | llvm-svn: 32594
* avoid using a constant table when a constant can be used inlineRafael Espindola2006-12-141-0/+10
| | | | llvm-svn: 32580
* Avoid creating invalid sub/add instructions on the prolog/epilogRafael Espindola2006-12-141-0/+19
| | | | | | patch by Lauro llvm-svn: 32577
* Remove DSA tests.John Criswell2006-12-131-4/+0
| | | | llvm-svn: 32549
* Remove DSA tests.John Criswell2006-12-1314-331/+0
| | | | llvm-svn: 32547
* xfail these until I recommit the scalarrepl patchChris Lattner2006-12-132-0/+4
| | | | llvm-svn: 32545
* Remove DSA tests.John Criswell2006-12-1330-1253/+0
| | | | llvm-svn: 32543
* New testcase for PR1047Chris Lattner2006-12-131-0/+7
| | | | llvm-svn: 32528
* more general matching of the MVN instructionRafael Espindola2006-12-121-1/+7
| | | | llvm-svn: 32484
* don't use "ordinary" addressing mode 1 when mvn is appropriateRafael Espindola2006-12-121-1/+12
| | | | llvm-svn: 32482
* new testcase for pr1045Chris Lattner2006-12-121-0/+24
| | | | llvm-svn: 32467
* This should check for darwin literal sections as well.Chris Lattner2006-12-121-1/+2
| | | | llvm-svn: 32464
* use MVN to handle small negative constantsRafael Espindola2006-12-122-7/+7
| | | | llvm-svn: 32459
* Don't bother upgrading this.Reid Spencer2006-12-121-2/+2
| | | | llvm-svn: 32458
* add mvnRafael Espindola2006-12-121-0/+55
| | | | llvm-svn: 32454
* Test case for ensuring correct reading back of cast constant expressions.Reid Spencer2006-12-111-0/+8
| | | | llvm-svn: 32449
* Provide a test for int<->float and long<->double bitcasts.Reid Spencer2006-12-111-0/+48
| | | | llvm-svn: 32445
* constant folding of bitcast is broken.Chris Lattner2006-12-111-0/+4
| | | | llvm-svn: 32437
* the xform is done by scalarrepl not the code generator.Chris Lattner2006-12-111-3/+2
| | | | llvm-svn: 32425
* new testcaseChris Lattner2006-12-111-0/+12
| | | | llvm-svn: 32421
* testcase for a regression introduced by the recent cast patchChris Lattner2006-12-111-0/+38
| | | | llvm-svn: 32419
* new testcaseChris Lattner2006-12-101-0/+10
| | | | llvm-svn: 32417
* .align is in bitsRafael Espindola2006-12-101-1/+1
| | | | | | | .comm is in bytes :-( llvm-svn: 32408
* fix test/Regression/CodeGen/X86/weak.llRafael Espindola2006-12-091-0/+3
| | | | | | if a variable has no initialization, I->getInitializer() will fail llvm-svn: 32407
* use a . instead of a % in the grep expressionRafael Espindola2006-12-091-1/+1
| | | | llvm-svn: 32406
* Fix the run line and make this test more specific.Reid Spencer2006-12-091-1/+1
| | | | llvm-svn: 32403
* Add a check to catch an incorrect upgrade.Reid Spencer2006-12-091-0/+5
| | | | llvm-svn: 32402
OpenPOWER on IntegriCloud