summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAddressingModes.h
Commit message (Expand)AuthorAge
* The machine instruction no longer encodes the submode as a separate operand. WeBill Wendling2010-11-17
* MC machine encoding for simple aritmetic instructions that use a shiftedJim Grosbach2010-10-11
* Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson2010-08-27
* Remove restriction on NEON alignment values. Some of the NEON ld/stBob Wilson2010-07-14
* Move NEON "modified immediate" encode/decode into ARMAddressingModes.h toBob Wilson2010-07-13
* Represent NEON load/store alignments in bytes, not bits.Bob Wilson2010-07-06
* Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits,Johnny Chen2010-04-13
* Replace r101053 with a fix for getSOImmValRotate() so that it will correctlyBob Wilson2010-04-13
* Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after callingJohnny Chen2010-04-12
* Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")Bob Wilson2010-03-20
* 98745 contains something unrelated to the patch.Johnny Chen2010-03-17
* Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen2010-03-17
* Revert 98683. It is breaking something in the disassembler.Bob Wilson2010-03-16
* Remove redundant writeback flag from ARM address mode 6. Also remove theBob Wilson2010-03-16
* Remove redundant writeback flag in ARM addressing mode 5.Bob Wilson2010-03-16
* Remove the writeback flag from ARM's address mode 4. Now that we have separateBob Wilson2010-03-16
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-16
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-16
* Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson2010-03-16
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-09
* Support alignment specifier for NEON vld/vst instructionsJim Grosbach2009-11-07
* Improve handling of immediates by splitting 32-bit immediates into two 16-bitJim Grosbach2009-10-21
* reduce #includesChris Lattner2009-10-19
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-11
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-28
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Change how so_imm and t2_so_imm are handled. At instruction selection time, t...Evan Cheng2009-07-08
* Add a new addressing mode for NEON load/store instructions.Bob Wilson2009-07-01
* Fix up a comment: besides the >80col lines, the operation for thisBob Wilson2009-07-01
* Implement Thumb2 ldr.Evan Cheng2009-06-29
* Initial Thumb2 support. Majority of the work is done by David Goodwin. There areEvan Cheng2009-06-23
* Fix comment to match function name.Bob Wilson2009-03-30
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* ARM backend contribution from Apple.Evan Cheng2007-01-19