aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMAddressingModes.h
Commit message (Expand)AuthorAgeFilesLines
* MC machine encoding for simple aritmetic instructions that use a shiftedJim Grosbach2010-10-111-0/+10
* Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson2010-08-271-19/+1
* Remove restriction on NEON alignment values. Some of the NEON ld/stBob Wilson2010-07-141-3/+2
* Move NEON "modified immediate" encode/decode into ARMAddressingModes.h toBob Wilson2010-07-131-0/+62
* Represent NEON load/store alignments in bytes, not bits.Bob Wilson2010-07-061-0/+2
* Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits,Johnny Chen2010-04-131-3/+3
* Replace r101053 with a fix for getSOImmValRotate() so that it will correctlyBob Wilson2010-04-131-52/+6
* Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after callingJohnny Chen2010-04-121-0/+37
* Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")Bob Wilson2010-03-201-16/+4
* 98745 contains something unrelated to the patch.Johnny Chen2010-03-171-15/+1
* Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen2010-03-171-1/+19
* Revert 98683. It is breaking something in the disassembler.Bob Wilson2010-03-161-4/+16
* Remove redundant writeback flag from ARM address mode 6. Also remove theBob Wilson2010-03-161-16/+4
* Remove redundant writeback flag in ARM addressing mode 5.Bob Wilson2010-03-161-10/+6
* Remove the writeback flag from ARM's address mode 4. Now that we have separateBob Wilson2010-03-161-9/+2
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-161-19/+1
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-161-1/+19
* Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson2010-03-161-10/+0
* 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