Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New test case. | Evan Cheng | 2006-09-08 | 1 | -0/+14 | |
| | | | | llvm-svn: 30179 | |||||
* | Add a new test case for 'undef' shuffles. | Evan Cheng | 2006-09-08 | 1 | -0/+9 | |
| | | | | llvm-svn: 30172 | |||||
* | This fails | Chris Lattner | 2006-09-07 | 1 | -0/+1 | |
| | | | | llvm-svn: 30148 | |||||
* | New testcase for a switch lowering bug. | Chris Lattner | 2006-09-07 | 1 | -0/+96 | |
| | | | | llvm-svn: 30141 | |||||
* | testcase, ensure this never breaks. | Chris Lattner | 2006-09-06 | 1 | -0/+29 | |
| | | | | llvm-svn: 30137 | |||||
* | make this harder | Chris Lattner | 2006-09-05 | 1 | -1/+2 | |
| | | | | llvm-svn: 30120 | |||||
* | add support for returning 64bit values | Rafael Espindola | 2006-09-04 | 1 | -0/+32 | |
| | | | | llvm-svn: 30103 | |||||
* | add the SETULT condition code | Rafael Espindola | 2006-09-03 | 1 | -1/+15 | |
| | | | | llvm-svn: 30067 | |||||
* | Testcase (distilled from crafty) that crashed the local RA on X86. | Chris Lattner | 2006-09-03 | 1 | -0/+115 | |
| | | | | llvm-svn: 30063 | |||||
* | add more condition codes | Rafael Espindola | 2006-09-02 | 1 | -3/+33 | |
| | | | | llvm-svn: 30056 | |||||
* | Another "cyclic DAG" test case. | Evan Cheng | 2006-09-01 | 1 | -0/+135 | |
| | | | | llvm-svn: 30043 | |||||
* | Bugfix for recent coallescer crash | Chris Lattner | 2006-08-30 | 1 | -0/+115 | |
| | | | | llvm-svn: 29990 | |||||
* | new testcase for pr687 | Chris Lattner | 2006-08-29 | 1 | -0/+11 | |
| | | | | llvm-svn: 29967 | |||||
* | This is also a 32-bit only test. x86-64 would pass fp parameters through XMM ↵ | Evan Cheng | 2006-08-29 | 1 | -0/+3 | |
| | | | | | | registers. llvm-svn: 29964 | |||||
* | Fix test case so it passes on x86-64. | Evan Cheng | 2006-08-29 | 1 | -0/+3 | |
| | | | | llvm-svn: 29963 | |||||
* | Undo xfail. | Evan Cheng | 2006-08-29 | 1 | -5/+1 | |
| | | | | llvm-svn: 29958 | |||||
* | Move this test from Codegen/PowerPC to CodeGen/Generic. It fails on ia64, | Chris Lattner | 2006-08-27 | 1 | -0/+0 | |
| | | | | | | but that's not the ppc backend's fault. llvm-svn: 29914 | |||||
* | Improved codegen due to Chris' live interval joining changes. | Evan Cheng | 2006-08-26 | 1 | -1/+1 | |
| | | | | llvm-svn: 29899 | |||||
* | test case for varargs functions | Rafael Espindola | 2006-08-25 | 1 | -0/+33 | |
| | | | | llvm-svn: 29877 | |||||
* | initial support for branches | Rafael Espindola | 2006-08-24 | 1 | -0/+13 | |
| | | | | llvm-svn: 29854 | |||||
* | run llc with -march=arm in select.ll | Rafael Espindola | 2006-08-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 29821 | |||||
* | This passes. | Chris Lattner | 2006-08-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 29813 | |||||
* | Use the correct syntax. | Reid Spencer | 2006-08-22 | 1 | -2/+2 | |
| | | | | | | Note to self: test before committing things! llvm-svn: 29810 | |||||
* | Add a simple RUN line so this doesn't always fail. XFAIL this until | Reid Spencer | 2006-08-22 | 1 | -0/+2 | |
| | | | | | | Rafael can get a chance to fix it. llvm-svn: 29809 | |||||
* | initial support for select | Rafael Espindola | 2006-08-21 | 1 | -0/+15 | |
| | | | | llvm-svn: 29802 | |||||
* | Added a check so that if we have two machine instructions in this form | Bill Wendling | 2006-08-21 | 1 | -0/+15 | |
| | | | | | | | | | MOV R0, R1 MOV R1, R0 the second machine instruction is removed. Added a regression test. llvm-svn: 29792 | |||||
* | Temporarily xfail this test, evan will look at it in a week or so. | Chris Lattner | 2006-08-18 | 1 | -0/+1 | |
| | | | | llvm-svn: 29760 | |||||
* | add a "load effective address" | Rafael Espindola | 2006-08-17 | 1 | -0/+18 | |
| | | | | llvm-svn: 29748 | |||||
* | Another cyclic dag test case. | Evan Cheng | 2006-08-17 | 1 | -0/+23 | |
| | | | | llvm-svn: 29742 | |||||
* | New testcase | Chris Lattner | 2006-08-15 | 1 | -0/+38 | |
| | | | | llvm-svn: 29714 | |||||
* | select code like | Rafael Espindola | 2006-08-14 | 1 | -0/+23 | |
| | | | | | | ldr rx, [ry, #offset] llvm-svn: 29664 | |||||
* | New testcase | Chris Lattner | 2006-08-11 | 1 | -0/+8 | |
| | | | | llvm-svn: 29606 | |||||
* | fix the spill code | Rafael Espindola | 2006-08-09 | 1 | -2/+3 | |
| | | | | llvm-svn: 29583 | |||||
* | initial support for variable number of arguments | Rafael Espindola | 2006-08-08 | 1 | -0/+12 | |
| | | | | llvm-svn: 29567 | |||||
* | New test case. | Evan Cheng | 2006-08-07 | 1 | -0/+30 | |
| | | | | llvm-svn: 29558 | |||||
* | use a 'register pressure reducing' scheduler | Rafael Espindola | 2006-08-04 | 1 | -0/+13 | |
| | | | | | | make sure only one move is used in a hello world llvm-svn: 29520 | |||||
* | Applying for all. | Jim Laskey | 2006-08-03 | 1 | -6/+6 | |
| | | | | llvm-svn: 29512 | |||||
* | Make all the schedulers continue to work. | Jim Laskey | 2006-08-03 | 1 | -0/+40 | |
| | | | | llvm-svn: 29510 | |||||
* | New testcase for PR850. | Chris Lattner | 2006-07-31 | 1 | -0/+10 | |
| | | | | llvm-svn: 29419 | |||||
* | Testcase for GCC bug28417, ensuring that we don't start getting it wrong | Chris Lattner | 2006-07-30 | 1 | -0/+7 | |
| | | | | | | somehow. llvm-svn: 29410 | |||||
* | New testcase for PR853 | Chris Lattner | 2006-07-29 | 1 | -0/+5 | |
| | | | | llvm-svn: 29407 | |||||
* | allow this to pass on non-x86 machines | Chris Lattner | 2006-07-26 | 1 | -1/+1 | |
| | | | | llvm-svn: 29303 | |||||
* | implement function calling of functions with up to 4 arguments | Rafael Espindola | 2006-07-25 | 1 | -0/+8 | |
| | | | | llvm-svn: 29274 | |||||
* | XFAIL for now. | Evan Cheng | 2006-07-24 | 1 | -0/+1 | |
| | | | | llvm-svn: 29272 | |||||
* | New vector shuffle test case. | Evan Cheng | 2006-07-20 | 1 | -0/+10 | |
| | | | | llvm-svn: 29237 | |||||
* | Fix a broken test. | Evan Cheng | 2006-07-20 | 1 | -2/+3 | |
| | | | | llvm-svn: 29236 | |||||
* | New testcase for PR833 | Chris Lattner | 2006-07-20 | 1 | -0/+24 | |
| | | | | llvm-svn: 29225 | |||||
* | new testcase | Chris Lattner | 2006-07-19 | 1 | -0/+10 | |
| | | | | llvm-svn: 29207 | |||||
* | Regression test for PR834. | Jim Laskey | 2006-07-19 | 1 | -0/+51 | |
| | | | | llvm-svn: 29206 | |||||
* | Testcase for PR828. | Chris Lattner | 2006-07-12 | 1 | -0/+18 | |
| | | | | llvm-svn: 29117 |