Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add a generic component to this test | Chris Lattner | 2006-12-22 | 1 | -1/+2 | |
| | | | | llvm-svn: 32747 | |||||
* | let this pass for ppc/linux | Chris Lattner | 2006-12-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 32746 | |||||
* | Integer constants now print out as signed values in the assembly, | Reid Spencer | 2006-12-21 | 1 | -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 the | Jim Laskey | 2006-12-21 | 8 | -69/+69 | |
| | | | | | | world of darwin. llvm-svn: 32725 | |||||
* | new testcase | Chris Lattner | 2006-12-20 | 1 | -0/+6 | |
| | | | | llvm-svn: 32714 | |||||
* | Update this test because constant integers are always printed signed now. | Reid Spencer | 2006-12-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 32699 | |||||
* | For PR950: | Reid Spencer | 2006-12-19 | 3 | -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 Spencer | 2006-12-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 32682 | |||||
* | This test needs to be upgraded for the FCmpInst patch. | Reid Spencer | 2006-12-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 32677 | |||||
* | Make sure linker output is overwritten so this test can pass multiple times. | Reid Spencer | 2006-12-19 | 1 | -2/+1 | |
| | | | | llvm-svn: 32675 | |||||
* | testcase for pr1061 | Chris Lattner | 2006-12-19 | 1 | -0/+91 | |
| | | | | llvm-svn: 32674 | |||||
* | Back out last revision, a bit premature, its not an upgrade-only change. | Reid Spencer | 2006-12-19 | 1 | -2/+2 | |
| | | | | llvm-svn: 32670 | |||||
* | For PR950: | Reid Spencer | 2006-12-19 | 3 | -4/+4 | |
| | | | | | | Upgrade this test in preparation for the SETCC patch. llvm-svn: 32669 | |||||
* | For PR950: | Reid Spencer | 2006-12-19 | 6 | -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 Spencer | 2006-12-19 | 7 | -7/+7 | |
| | | | | llvm-svn: 32667 | |||||
* | This test needs to be upgraded. | Reid Spencer | 2006-12-19 | 1 | -3/+3 | |
| | | | | llvm-svn: 32666 | |||||
* | testcase for pr1049 | Chris Lattner | 2006-12-16 | 1 | -0/+34 | |
| | | | | llvm-svn: 32632 | |||||
* | Fix one more broken testcase | Chris Lattner | 2006-12-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 32631 | |||||
* | Fix borken testcase | Chris Lattner | 2006-12-16 | 1 | -1/+3 | |
| | | | | llvm-svn: 32627 | |||||
* | fix buggy testcase | Chris Lattner | 2006-12-16 | 1 | -1/+3 | |
| | | | | llvm-svn: 32626 | |||||
* | testcases for PR1042 | Chris Lattner | 2006-12-16 | 2 | -0/+23 | |
| | | | | llvm-svn: 32625 | |||||
* | extern_weak link test | Andrew Lenharth | 2006-12-15 | 2 | -0/+15 | |
| | | | | llvm-svn: 32602 | |||||
* | reenable these | Chris Lattner | 2006-12-15 | 2 | -4/+0 | |
| | | | | llvm-svn: 32596 | |||||
* | New testcase for llvm-gcc bugfix | Chris Lattner | 2006-12-15 | 1 | -0/+7 | |
| | | | | llvm-svn: 32594 | |||||
* | avoid using a constant table when a constant can be used inline | Rafael Espindola | 2006-12-14 | 1 | -0/+10 | |
| | | | | llvm-svn: 32580 | |||||
* | Avoid creating invalid sub/add instructions on the prolog/epilog | Rafael Espindola | 2006-12-14 | 1 | -0/+19 | |
| | | | | | | patch by Lauro llvm-svn: 32577 | |||||
* | Remove DSA tests. | John Criswell | 2006-12-13 | 1 | -4/+0 | |
| | | | | llvm-svn: 32549 | |||||
* | Remove DSA tests. | John Criswell | 2006-12-13 | 14 | -331/+0 | |
| | | | | llvm-svn: 32547 | |||||
* | xfail these until I recommit the scalarrepl patch | Chris Lattner | 2006-12-13 | 2 | -0/+4 | |
| | | | | llvm-svn: 32545 | |||||
* | Remove DSA tests. | John Criswell | 2006-12-13 | 30 | -1253/+0 | |
| | | | | llvm-svn: 32543 | |||||
* | New testcase for PR1047 | Chris Lattner | 2006-12-13 | 1 | -0/+7 | |
| | | | | llvm-svn: 32528 | |||||
* | more general matching of the MVN instruction | Rafael Espindola | 2006-12-12 | 1 | -1/+7 | |
| | | | | llvm-svn: 32484 | |||||
* | don't use "ordinary" addressing mode 1 when mvn is appropriate | Rafael Espindola | 2006-12-12 | 1 | -1/+12 | |
| | | | | llvm-svn: 32482 | |||||
* | new testcase for pr1045 | Chris Lattner | 2006-12-12 | 1 | -0/+24 | |
| | | | | llvm-svn: 32467 | |||||
* | This should check for darwin literal sections as well. | Chris Lattner | 2006-12-12 | 1 | -1/+2 | |
| | | | | llvm-svn: 32464 | |||||
* | use MVN to handle small negative constants | Rafael Espindola | 2006-12-12 | 2 | -7/+7 | |
| | | | | llvm-svn: 32459 | |||||
* | Don't bother upgrading this. | Reid Spencer | 2006-12-12 | 1 | -2/+2 | |
| | | | | llvm-svn: 32458 | |||||
* | add mvn | Rafael Espindola | 2006-12-12 | 1 | -0/+55 | |
| | | | | llvm-svn: 32454 | |||||
* | Test case for ensuring correct reading back of cast constant expressions. | Reid Spencer | 2006-12-11 | 1 | -0/+8 | |
| | | | | llvm-svn: 32449 | |||||
* | Provide a test for int<->float and long<->double bitcasts. | Reid Spencer | 2006-12-11 | 1 | -0/+48 | |
| | | | | llvm-svn: 32445 | |||||
* | constant folding of bitcast is broken. | Chris Lattner | 2006-12-11 | 1 | -0/+4 | |
| | | | | llvm-svn: 32437 | |||||
* | the xform is done by scalarrepl not the code generator. | Chris Lattner | 2006-12-11 | 1 | -3/+2 | |
| | | | | llvm-svn: 32425 | |||||
* | new testcase | Chris Lattner | 2006-12-11 | 1 | -0/+12 | |
| | | | | llvm-svn: 32421 | |||||
* | testcase for a regression introduced by the recent cast patch | Chris Lattner | 2006-12-11 | 1 | -0/+38 | |
| | | | | llvm-svn: 32419 | |||||
* | new testcase | Chris Lattner | 2006-12-10 | 1 | -0/+10 | |
| | | | | llvm-svn: 32417 | |||||
* | .align is in bits | Rafael Espindola | 2006-12-10 | 1 | -1/+1 | |
| | | | | | | | .comm is in bytes :-( llvm-svn: 32408 | |||||
* | fix test/Regression/CodeGen/X86/weak.ll | Rafael Espindola | 2006-12-09 | 1 | -0/+3 | |
| | | | | | | if a variable has no initialization, I->getInitializer() will fail llvm-svn: 32407 | |||||
* | use a . instead of a % in the grep expression | Rafael Espindola | 2006-12-09 | 1 | -1/+1 | |
| | | | | llvm-svn: 32406 | |||||
* | Fix the run line and make this test more specific. | Reid Spencer | 2006-12-09 | 1 | -1/+1 | |
| | | | | llvm-svn: 32403 | |||||
* | Add a check to catch an incorrect upgrade. | Reid Spencer | 2006-12-09 | 1 | -0/+5 | |
| | | | | llvm-svn: 32402 |