1. 5e3c203 Can't re-materialize mov r, imm in thumb since mov would clobber the condition code. by Evan Cheng · 18 years ago
  2. 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
  3. 64c88d7 bugfix: When the source register of CALL_NOLINK was LR, the following code was emitted: by Lauro Ramos Venancio · 18 years ago
  4. 9f6636f Fix naming inconsistencies. by Evan Cheng · 18 years ago
  5. fa775d0 Special LDR instructions to load from non-pc-relative constantpools. These are by Evan Cheng · 18 years ago
  6. a251570 Constant generation instructions are re-materializable. by Evan Cheng · 18 years ago
  7. 8e59ea9 Spill / restore should avoid modifying the condition register. by Evan Cheng · 19 years ago
  8. e0c2b6b .set pc relative displacement bug: label should be moved down one instruction by Evan Cheng · 19 years ago
  9. 9d945f7 Special epilogue for vararg functions. We cannot do a pop to pc because by Evan Cheng · 19 years ago
  10. 3471b60 Thumb asm syntax does not want 's' suffix for flag setting opcodes. by Evan Cheng · 19 years ago
  11. c60e76d - Fix codegen for pc relative constant (e.g. JT) in thumb mode: by Evan Cheng · 19 years ago
  12. cea117d Change the operand orders to t_addrmode_s* to make it easier to morph by Evan Cheng · 19 years ago
  13. 225dfe9 Use BL to implement Thumb far jumps. by Evan Cheng · 19 years ago
  14. d85ac4d Thumb jumptable support. by Evan Cheng · 19 years ago
  15. 53d7dba Thumb add / sub with carry. by Evan Cheng · 19 years ago
  16. 3fdadfc Represent tADDspi and tSUBspi as two-address instructions. by Evan Cheng · 19 years ago
  17. b60c02e extload -> zextload by Evan Cheng · 19 years ago
  18. 012f2d9 Use PC relative ldr to load from a constantpool in Thumb mode. by Evan Cheng · 19 years ago
  19. c38f2bc - Reorg Thumb load / store instructions. Combine each rr and ri pair of by Evan Cheng · 19 years ago
  20. a8e2989 ARM backend contribution from Apple. by Evan Cheng · 19 years ago