aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAddressingModes.h
AgeCommit message (Expand)Author
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-08Change how so_imm and t2_so_imm are handled. At instruction selection time, t...Evan Cheng
2009-07-01Add a new addressing mode for NEON load/store instructions.Bob Wilson
2009-07-01Fix up a comment: besides the >80col lines, the operation for thisBob Wilson
2009-06-29Implement Thumb2 ldr.Evan Cheng
2009-06-23Initial Thumb2 support. Majority of the work is done by David Goodwin. There areEvan Cheng
2009-03-30Fix comment to match function name.Bob Wilson
2008-07-27Rename SDOperand to SDValue.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-01-19ARM backend contribution from Apple.Evan Cheng