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