aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/InstPrinter
AgeCommit message (Expand)Author
2010-11-03The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling
2010-11-03Remove unused function.Jim Grosbach
2010-11-03Remove the no longer used 'Modifier' optional operand to the ARMJim Grosbach
2010-11-03Remove unused function.Jim Grosbach
2010-11-03Break ARM addrmode4 (load/store multiple base address) into its constituentJim Grosbach
2010-10-28hook up getOpcodeName for ARM so that "llc -show-mc-inst" includesChris Lattner
2010-10-28PLD, PLDW, PLI encodings, plus refactor their use of addrmode2.Jim Grosbach
2010-10-27LDRi12 machine instructions handle negative offset operands normally (simpleJim Grosbach
2010-10-26First part of refactoring ARM addrmode2 (load/store) instructions to be moreJim Grosbach
2010-10-25imm12 operands aren't Thumb2 only, so rename the printer helper function.Jim Grosbach
2010-10-13Refactor the ARM 'setend' instruction pattern. Use a single instruction patternJim Grosbach
2010-10-06Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).Jim Grosbach
2010-10-06Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-neededJim Grosbach
2010-10-01PrintSpecial() can go away now.Jim Grosbach
2010-10-01Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach