Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for calling functions when the caller has variable sized objects | Rafael Espindola | 2006-10-31 | 1 | -1/+4 |
* | Improve cvs ignoring of test results. | Reid Spencer | 2006-10-27 | 1 | -0/+1 |
* | Add a run line to this test. | Reid Spencer | 2006-10-27 | 1 | -0/+1 |
* | initial support for frame pointers | Rafael Espindola | 2006-10-26 | 1 | -0/+5 |
* | expand ISD::VACOPY | Rafael Espindola | 2006-10-24 | 1 | -17/+35 |
* | implement STRB and STRH | Rafael Espindola | 2006-10-23 | 1 | -0/+15 |
* | print common symbols | Rafael Espindola | 2006-10-19 | 1 | -1/+4 |
* | add blx | Rafael Espindola | 2006-10-18 | 1 | -1/+11 |
* | implement CallingConv::Fast as CallingConv::C | Rafael Espindola | 2006-10-18 | 1 | -2/+2 |
* | expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM | Rafael Espindola | 2006-10-17 | 1 | -0/+29 |
* | add FABSS and FABSD | Rafael Espindola | 2006-10-17 | 1 | -0/+16 |
* | cleanup some tests | Rafael Espindola | 2006-10-17 | 3 | -45/+43 |
* | remove extra [] in stores | Rafael Espindola | 2006-10-17 | 1 | -3/+10 |
* | initial implementation of addressing mode 5 | Rafael Espindola | 2006-10-17 | 1 | -0/+14 |
* | add the immediate to the Offset in eliminateFrameIndex | Rafael Espindola | 2006-10-17 | 1 | -0/+7 |
* | add FSTD and FSTS | Rafael Espindola | 2006-10-17 | 1 | -2/+16 |
* | add fdivs e fdivd | Rafael Espindola | 2006-10-16 | 1 | -1/+15 |
* | expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS | Rafael Espindola | 2006-10-16 | 1 | -0/+24 |
* | implement LDRB, LDRSB, LDRH and LDRSH | Rafael Espindola | 2006-10-16 | 1 | -0/+33 |
* | implement smull and umull | Rafael Espindola | 2006-10-16 | 1 | -1/+19 |
* | fix some fp condition codes | Rafael Espindola | 2006-10-14 | 1 | -4/+2 |
* | add FNEGS and FNEGD | Rafael Espindola | 2006-10-13 | 1 | -1/+15 |
* | add SBCS and SUBS | Rafael Espindola | 2006-10-13 | 1 | -1/+9 |
* | implement calls to functions that return long | Rafael Espindola | 2006-10-13 | 1 | -0/+7 |
* | implement unordered floating point compares | Rafael Espindola | 2006-10-13 | 1 | -1/+17 |
* | uint <-> double conversion | Rafael Espindola | 2006-10-10 | 1 | -0/+12 |
* | add fp sub | Rafael Espindola | 2006-10-10 | 1 | -4/+16 |
* | add double <-> int conversion | Rafael Espindola | 2006-10-10 | 1 | -2/+14 |
* | compare doubles | Rafael Espindola | 2006-10-10 | 1 | -1/+10 |
* | add some tests for floating point compare | Rafael Espindola | 2006-10-10 | 1 | -0/+41 |
* | add some tests for floating point arithmetic | Rafael Espindola | 2006-10-09 | 1 | -0/+29 |
* | add float -> double and double -> float conversion | Rafael Espindola | 2006-10-09 | 1 | -0/+15 |
* | add a test for adds adcs | Rafael Espindola | 2006-10-09 | 1 | -1/+9 |
* | implement FUITOS and FUITOD | Rafael Espindola | 2006-10-07 | 1 | -2/+17 |
* | implement FLDD | Rafael Espindola | 2006-10-07 | 1 | -1/+8 |
* | add support for calling functions that return double | Rafael Espindola | 2006-10-06 | 1 | -3/+7 |
* | fix some bugs affecting functions with no arguments | Rafael Espindola | 2006-10-06 | 1 | -0/+2 |
* | add support for calling functions that have double arguments | Rafael Espindola | 2006-10-06 | 1 | -2/+8 |
* | implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMEN... | Rafael Espindola | 2006-10-05 | 1 | -2/+7 |
* | Implement floating point constants | Rafael Espindola | 2006-10-03 | 1 | -1/+8 |
* | fix the names of the 64bit fp register | Rafael Espindola | 2006-10-02 | 1 | -2/+10 |
* | 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 |