| Commit message (Expand) | Author | Age | Files | Lines |
* | add floating point registers | Rafael Espindola | 2006-09-29 | 1 | -0/+10 |
* | more condition codes | Rafael Espindola | 2006-09-21 | 1 | -2/+43 |
* | if a constant can't be an immediate, add it to the constant pool | Rafael Espindola | 2006-09-21 | 3 | -7/+33 |
* | Implement a MachineFunctionPass to fix the mul instruction | Rafael Espindola | 2006-09-19 | 1 | -0/+15 |
* | implement shl and sra | Rafael Espindola | 2006-09-08 | 1 | -0/+36 |
* | fix select.ll to always test a select node | Rafael Espindola | 2006-09-08 | 1 | -11/+2 |
* | implement unconditional branches | Rafael Espindola | 2006-09-08 | 1 | -1/+0 |
* | This fails | Chris Lattner | 2006-09-07 | 1 | -0/+1 |
* | add support for returning 64bit values | Rafael Espindola | 2006-09-04 | 1 | -0/+32 |
* | add the SETULT condition code | Rafael Espindola | 2006-09-03 | 1 | -1/+15 |
* | add more condition codes | Rafael Espindola | 2006-09-02 | 1 | -3/+33 |
* | test case for varargs functions | Rafael Espindola | 2006-08-25 | 1 | -0/+33 |
* | initial support for branches | Rafael Espindola | 2006-08-24 | 1 | -0/+13 |
* | run llc with -march=arm in select.ll | Rafael Espindola | 2006-08-22 | 1 | -1/+1 |
* | This passes. | Chris Lattner | 2006-08-22 | 1 | -1/+1 |
* | Use the correct syntax. | Reid Spencer | 2006-08-22 | 1 | -2/+2 |
* | Add a simple RUN line so this doesn't always fail. XFAIL this until | Reid Spencer | 2006-08-22 | 1 | -0/+2 |
* | initial support for select | Rafael Espindola | 2006-08-21 | 1 | -0/+15 |
* | add a "load effective address" | Rafael Espindola | 2006-08-17 | 1 | -0/+18 |
* | select code like | Rafael Espindola | 2006-08-14 | 1 | -0/+23 |
* | fix the spill code | Rafael Espindola | 2006-08-09 | 1 | -2/+3 |
* | initial support for variable number of arguments | Rafael Espindola | 2006-08-08 | 1 | -0/+12 |
* | use a 'register pressure reducing' scheduler | Rafael Espindola | 2006-08-04 | 1 | -0/+13 |
* | implement function calling of functions with up to 4 arguments | Rafael Espindola | 2006-07-25 | 1 | -0/+8 |
* | initial implementation of ARMRegisterInfo::eliminateFrameIndex | Rafael Espindola | 2006-06-18 | 1 | -1/+0 |
* | This test isn't implemented yet | Chris Lattner | 2006-06-16 | 1 | -0/+1 |
* | added some tests for argument passing | Rafael Espindola | 2006-06-01 | 6 | -0/+24 |
* | create test/Regression/CodeGen/ARM/ and add a minimal test to it | Rafael Espindola | 2006-05-25 | 2 | -0/+7 |