summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/InstPrinter
Commit message (Expand)AuthorAge
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-16
* stub out a powerpc MCInstPrinter implementation.Chris Lattner2010-11-14
* Minor cleanups:Bill Wendling2010-11-13
* For pre-v6t2 targets, only select MOVi32imm if the immediate can be handled w...Evan Cheng2010-11-12
* The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling2010-11-03
* Remove unused function.Jim Grosbach2010-11-03
* Remove the no longer used 'Modifier' optional operand to the ARMJim Grosbach2010-11-03
* Remove unused function.Jim Grosbach2010-11-03
* Break ARM addrmode4 (load/store multiple base address) into its constituentJim Grosbach2010-11-03
* hook up getOpcodeName for ARM so that "llc -show-mc-inst" includesChris Lattner2010-10-28
* PLD, PLDW, PLI encodings, plus refactor their use of addrmode2.Jim Grosbach2010-10-28
* LDRi12 machine instructions handle negative offset operands normally (simpleJim Grosbach2010-10-27
* First part of refactoring ARM addrmode2 (load/store) instructions to be moreJim Grosbach2010-10-26
* imm12 operands aren't Thumb2 only, so rename the printer helper function.Jim Grosbach2010-10-25
* Refactor the ARM 'setend' instruction pattern. Use a single instruction patternJim Grosbach2010-10-13
* Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).Jim Grosbach2010-10-06
* Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-neededJim Grosbach2010-10-06
* PrintSpecial() can go away now.Jim Grosbach2010-10-01
* Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach2010-10-01