.set pc relative displacement bug: label should be moved down one instruction
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb.td
2007-02-01 Evan Cheng.set pc relative displacement bug: label should be...
2007-02-01 Evan ChengSpecial epilogue for vararg functions. We cannot do...
2007-01-31 Evan ChengThumb asm syntax does not want 's' suffix for flag...
2007-01-30 Evan Cheng- Fix codegen for pc relative constant (e.g. JT) in...
2007-01-30 Evan ChengChange the operand orders to t_addrmode_s* to make...
2007-01-30 Evan ChengUse BL to implement Thumb far jumps.
2007-01-27 Evan ChengThumb jumptable support.
2007-01-27 Evan ChengThumb add / sub with carry.
2007-01-26 Evan ChengRepresent tADDspi and tSUBspi as two-address instructions.
2007-01-26 Evan Chengextload -> zextload
2007-01-24 Evan ChengUse PC relative ldr to load from a constantpool in...
2007-01-23 Evan Cheng- Reorg Thumb load / store instructions. Combine each...
2007-01-19 Evan ChengARM backend contribution from Apple.