| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | repair x86 performance, dejagnu problems from previous change | Dale Johannesen | 2007-03-21 | 1 | -2/+2 |
| * | do not share old induction variables when this would result in invalid | Dale Johannesen | 2007-03-20 | 1 | -0/+18 |
| * | bugfix: When the source register of CALL_NOLINK was LR, the following code wa... | Lauro Ramos Venancio | 2007-03-20 | 1 | -11/+18 |
| * | fix indentation | Chris Lattner | 2007-03-20 | 1 | -1/+1 |
| * | Fix naming inconsistencies. | Evan Cheng | 2007-03-19 | 1 | -1/+1 |
| * | Only ARMv6 has BSWAP. | Lauro Ramos Venancio | 2007-03-16 | 1 | -0/+4 |
| * | Added isLegalAddressExpression(). Only allows X +/- C for now. | Evan Cheng | 2007-03-16 | 1 | -0/+15 |
| * | Zero is always a legal AM immediate. | Evan Cheng | 2007-03-13 | 1 | -0/+3 |
| * | Updated TargetLowering LSR addressing mode hooks for ARM and Thumb. | Evan Cheng | 2007-03-12 | 1 | -5/+76 |
| * | Fix a typo. | Evan Cheng | 2007-03-08 | 1 | -1/+1 |
| * | Refactoring of formal parameter flags. Enable properly use of | Anton Korobeynikov | 2007-03-07 | 1 | -2/+1 |
| * | Use new SDIselParamAttr enumeration. This removes "magick" constants | Anton Korobeynikov | 2007-03-06 | 1 | -1/+2 |
| * | Fix stack alignment in functions with varargs. | Lauro Ramos Venancio | 2007-02-23 | 1 | -2/+5 |
| * | Simplify lowering and selection of exception ops. | Jim Laskey | 2007-02-22 | 1 | -3/+0 |
| * | Support to provide exception and selector registers. | Jim Laskey | 2007-02-21 | 1 | -0/+3 |
| * | According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned. | Lauro Ramos Venancio | 2007-02-13 | 1 | -28/+51 |
| * | Fix comments. | Evan Cheng | 2007-02-03 | 1 | -3/+3 |
| * | Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the... | Evan Cheng | 2007-02-02 | 1 | -20/+18 |
| * | Thumb does not have clz. | Evan Cheng | 2007-02-01 | 1 | -1/+1 |
| * | Specify the right CC for comparison libcalls. | Evan Cheng | 2007-01-31 | 1 | -0/+20 |
| * | Observe -soft-float. | Evan Cheng | 2007-01-31 | 1 | -3/+4 |
| * | - Fix codegen for pc relative constant (e.g. JT) in thumb mode: | Evan Cheng | 2007-01-30 | 1 | -10/+26 |
| * | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -2/+2 |
| * | Finish off bug 680, allowing targets to custom lower frame and return | Nate Begeman | 2007-01-29 | 1 | -0/+3 |
| * | Propagate changes from my local tree. This patch includes: | Anton Korobeynikov | 2007-01-28 | 1 | -1/+0 |
| * | Make LABEL a builtin opcode. | Jim Laskey | 2007-01-26 | 1 | -1/+1 |
| * | Use bl to call Thumb fuctions directly. | Evan Cheng | 2007-01-22 | 1 | -1/+1 |
| * | isDarwin -> isTargetDarwin | Evan Cheng | 2007-01-19 | 1 | -4/+4 |
| * | ARM backend contribution from Apple. | Evan Cheng | 2007-01-19 | 1 | -0/+1414 |