| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -16/+17 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | implement a trivial readme entry. | Chris Lattner | 2007-11-27 | 1 | -0/+24 |
| * | Several changes: | Chris Lattner | 2007-11-24 | 1 | -60/+70 |
| * | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 1 | -4/+4 |
| * | [ARM] Implement __builtin_thread_pointer. | Lauro Ramos Venancio | 2007-11-08 | 1 | -1/+16 |
| * | Move the LowerMEMCPY and LowerMEMCPYCall to a common place. | Rafael Espindola | 2007-11-05 | 1 | -49/+0 |
| * | Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMa... | Rafael Espindola | 2007-10-31 | 1 | -6/+3 |
| * | Make ARM an X86 memcpy expansion more similar to each other. | Rafael Espindola | 2007-10-31 | 1 | -1/+2 |
| * | Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl... | Evan Cheng | 2007-10-22 | 1 | -38/+79 |
| * | split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend. | Rafael Espindola | 2007-10-19 | 1 | -29/+62 |
| * | legalizing the ret operation on f64 shouldn't introduce a new | Chris Lattner | 2007-10-18 | 1 | -4/+6 |
| * | Set ISD::FPOW to Expand. | Dan Gohman | 2007-10-11 | 1 | -1/+3 |
| * | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman | 2007-10-08 | 1 | -68/+7 |
| * | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -14/+0 |
| * | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen | 2007-08-31 | 1 | -2/+2 |
| * | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -1/+15 |
| * | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -1/+1 |
| * | Reflects the chanegs made to PredicateOperand. | Evan Cheng | 2007-07-05 | 1 | -10/+15 |
| * | Silence a warning. | Evan Cheng | 2007-06-26 | 1 | -1/+2 |
| * | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman | 2007-06-22 | 1 | -8/+8 |
| * | Be more conservative of duplicating blocks. | Evan Cheng | 2007-06-19 | 1 | -1/+1 |
| * | Allow predicated immediate ARM to ARM calls. | Evan Cheng | 2007-06-19 | 1 | -1/+6 |
| * | Set ARM ifcvt duplication limit to 3 for now. | Evan Cheng | 2007-06-01 | 1 | -0/+1 |
| * | Silence some compilation warnings. | Evan Cheng | 2007-05-18 | 1 | -2/+2 |
| * | Set ARM if-conversion block size threshold to 10 instructions for now. | Evan Cheng | 2007-05-18 | 1 | -2/+2 |
| * | More effective breakdown of memcpy into repeated load/store. These are now | Dale Johannesen | 2007-05-17 | 1 | -1/+76 |
| * | Fix previous patch. GOTOFF can be used only when the symbol has internal | Lauro Ramos Venancio | 2007-05-14 | 1 | -1/+1 |
| * | Optimize PIC implementation. GOTOFF can be used when the symbol is defined | Lauro Ramos Venancio | 2007-05-14 | 1 | -1/+1 |
| * | On Mac OS X, GV requires an extra load only when relocation-model is non-static. | Evan Cheng | 2007-05-04 | 1 | -5/+6 |
| * | Debug support for arm-linux. | Lauro Ramos Venancio | 2007-05-03 | 1 | -3/+0 |
| * | Typo. It's checking if V is multiple of 4, not multiple of 3. :-) | Evan Cheng | 2007-05-03 | 1 | -1/+1 |
| * | ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. | Lauro Ramos Venancio | 2007-04-27 | 1 | -0/+89 |
| * | Darwin runtime library does not have these. | Evan Cheng | 2007-04-27 | 1 | -73/+79 |
| * | Implement PIC for arm-linux. | Lauro Ramos Venancio | 2007-04-22 | 1 | -4/+49 |
| * | arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes. | Chris Lattner | 2007-04-13 | 1 | -1/+5 |
| * | Fix incorrect fall-throughs in addr mode code. This fixes CodeGen/ARM/arm-ne... | Chris Lattner | 2007-04-11 | 1 | -3/+3 |
| * | restore support for negative strides | Chris Lattner | 2007-04-10 | 1 | -3/+5 |
| * | remove dead target hooks | Chris Lattner | 2007-04-09 | 1 | -84/+49 |
| * | remove some dead target hooks, subsumed by isLegalAddressingMode | Chris Lattner | 2007-04-09 | 1 | -18/+0 |
| * | Typo. | Evan Cheng | 2007-04-04 | 1 | -1/+1 |
| * | Arm supports negative strides as well, add them. This lets us compile: | Chris Lattner | 2007-04-03 | 1 | -3/+6 |
| * | fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scales | Chris Lattner | 2007-04-02 | 1 | -4/+20 |
| * | add support for the 'w' inline asm register class. | Chris Lattner | 2007-04-02 | 1 | -6/+28 |
| * | - Divides the comparisons in two types: comparisons that only use N and Z | Lauro Ramos Venancio | 2007-04-02 | 1 | -1/+15 |
| * | Add i16 address mode. | Evan Cheng | 2007-04-01 | 1 | -2/+7 |
| * | implement the new addressing mode description hook. | Chris Lattner | 2007-03-30 | 1 | -0/+38 |
| * | Remove isLegalAddressImmediate. | Evan Cheng | 2007-03-28 | 1 | -14/+0 |
| * | bugfix: sometimes the spiller puts a load between the "mov lr, pc" and "bx" o... | Lauro Ramos Venancio | 2007-03-27 | 1 | -3/+3 |
| * | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner | 2007-03-25 | 1 | -5/+7 |