aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMAddressingModes.h
Commit message (Expand)AuthorAgeFilesLines
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-2/+2
* Support alignment specifier for NEON vld/vst instructionsJim Grosbach2009-11-071-6/+8
* Improve handling of immediates by splitting 32-bit immediates into two 16-bitJim Grosbach2009-10-211-0/+60
* reduce #includesChris Lattner2009-10-191-4/+3
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-111-35/+35
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-281-5/+6
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-3/+3
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-3/+4
* Change how so_imm and t2_so_imm are handled. At instruction selection time, t...Evan Cheng2009-07-081-23/+0
* Add a new addressing mode for NEON load/store instructions.Bob Wilson2009-07-011-1/+23
* Fix up a comment: besides the >80col lines, the operation for thisBob Wilson2009-07-011-6/+6
* Implement Thumb2 ldr.Evan Cheng2009-06-291-1/+1
* Initial Thumb2 support. Majority of the work is done by David Goodwin. There areEvan Cheng2009-06-231-0/+110
* Fix comment to match function name.Bob Wilson2009-03-301-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* ARM backend contribution from Apple.Evan Cheng2007-01-191-0/+394