- 64f4fa5 ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. by Lauro Ramos Venancio · 18 years ago
- b1df8f2 Darwin runtime library does not have these. by Evan Cheng · 18 years ago
- 0ae4a33 Implement PIC for arm-linux. by Lauro Ramos Venancio · 18 years ago
- 5a3d40d arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes. by Chris Lattner · 18 years ago
- e115294 Fix incorrect fall-throughs in addr mode code. This fixes CodeGen/ARM/arm-negative-stride.ll by Chris Lattner · 18 years ago
- eb13d1b restore support for negative strides by Chris Lattner · 18 years ago
- 37caf8c remove dead target hooks by Chris Lattner · 18 years ago
- b445d0c remove some dead target hooks, subsumed by isLegalAddressingMode by Chris Lattner · 18 years ago
- 0a7baa2 Typo. by Evan Cheng · 18 years ago
- b2c594f Arm supports negative strides as well, add them. This lets us compile: by Chris Lattner · 18 years ago
- 6e0784d fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scales by Chris Lattner · 18 years ago
- c4e3f8e add support for the 'w' inline asm register class. by Chris Lattner · 18 years ago
- 9996663 - Divides the comparisons in two types: comparisons that only use N and Z by Lauro Ramos Venancio · 18 years ago
- 3074d9d Add i16 address mode. by Evan Cheng · 18 years ago
- c9addb7 implement the new addressing mode description hook. by Chris Lattner · 18 years ago
- caaf691 Remove isLegalAddressImmediate. by Evan Cheng · 18 years ago
- b8a93a4 bugfix: sometimes the spiller puts a load between the "mov lr, pc" and "bx" of a CALL_NOLINK. by Lauro Ramos Venancio · 18 years ago
- 4234f57 switch TargetLowering::getConstraintType to take the entire constraint, by Chris Lattner · 18 years ago
- fa4bce2 repair x86 performance, dejagnu problems from previous change by Dale Johannesen · 18 years ago
- 8e59e16 do not share old induction variables when this would result in invalid by Dale Johannesen · 18 years ago
- 64c88d7 bugfix: When the source register of CALL_NOLINK was LR, the following code was emitted: by Lauro Ramos Venancio · 18 years ago
- 1719e13 fix indentation by Chris Lattner · 18 years ago
- 9f6636f Fix naming inconsistencies. by Evan Cheng · 18 years ago
- 368f20f Only ARMv6 has BSWAP. Fix MultiSource/Applications/aha test. by Lauro Ramos Venancio · 18 years ago
- 2770747 Added isLegalAddressExpression(). Only allows X +/- C for now. by Evan Cheng · 18 years ago
- 961f879 Zero is always a legal AM immediate. by Evan Cheng · 18 years ago
- b01fad6 Updated TargetLowering LSR addressing mode hooks for ARM and Thumb. by Evan Cheng · 18 years ago
- b582b1b Fix a typo. by Evan Cheng · 18 years ago
- d0b82b3 Refactoring of formal parameter flags. Enable properly use of by Anton Korobeynikov · 18 years ago
- 1d9bacc Use new SDIselParamAttr enumeration. This removes "magick" constants by Anton Korobeynikov · 18 years ago
- 600c383 Fix stack alignment in functions with varargs. by Lauro Ramos Venancio · 18 years ago
- 2ad9f17 Simplify lowering and selection of exception ops. by Jim Laskey · 18 years ago
- 62819f3 Support to provide exception and selector registers. by Jim Laskey · 18 years ago
- 876eaf1 According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned. by Lauro Ramos Venancio · 19 years ago
- fc40342 Fix comments. by Evan Cheng · 19 years ago
- 9a2ef95 Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the RHS is a constant. by Evan Cheng · 19 years ago
- b063615 Thumb does not have clz. by Evan Cheng · 19 years ago
- 193f850 Specify the right CC for comparison libcalls. by Evan Cheng · 19 years ago
- b6ab254 Observe -soft-float. by Evan Cheng · 19 years ago
- c60e76d - Fix codegen for pc relative constant (e.g. JT) in thumb mode: by Evan Cheng · 19 years ago
- 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
- bcc5f36 Finish off bug 680, allowing targets to custom lower frame and return by Nate Begeman · 19 years ago
- b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 19 years ago
- 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 19 years ago
- 2576f13 Use bl to call Thumb fuctions directly. by Evan Cheng · 19 years ago
- 970a419 isDarwin -> isTargetDarwin by Evan Cheng · 19 years ago
- a8e2989 ARM backend contribution from Apple. by Evan Cheng · 19 years ago