aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
Commit message (Expand)AuthorAgeFilesLines
...
* ARM PKH shift ammount operand printing tweaks.Jim Grosbach2011-07-201-0/+2
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-111-2/+0
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-2/+1
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-021-1/+1
* - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHTBruno Cardoso Lopes2011-04-041-0/+5
* Apply again changes to support ARM memory asm parsing. I removedBruno Cardoso Lopes2011-03-311-0/+4
* Revert r128632 again, until I figure out what break the testsBruno Cardoso Lopes2011-03-311-4/+0
* Reapply r128585 without generating a lib depedency cycle. An updated log:Bruno Cardoso Lopes2011-03-311-0/+4
* Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and"Matt Beaumont-Gay2011-03-311-8/+2
* - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT andBruno Cardoso Lopes2011-03-301-2/+8
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-241-0/+1
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+5
* Remove some dead patterns.Jim Grosbach2011-03-141-2/+0
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-051-0/+1
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-141-0/+2
* Add support to the ARM MC infrastructure to support mcr and friends. This req...Owen Anderson2011-01-131-0/+2
* The tLDR et al instructions were emitting either a reg/reg or reg/immBill Wendling2010-12-141-8/+8
* Pseudo-ize Thumb2 jump tables with explicit MC lowering to the rawJim Grosbach2010-11-291-4/+0
* ARM Pseudo-ize tBR_JTr.Jim Grosbach2010-11-291-1/+0
* stub out a powerpc MCInstPrinter implementation.Chris Lattner2010-11-141-1/+1
* For pre-v6t2 targets, only select MOVi32imm if the immediate can be handled w...Evan Cheng2010-11-121-1/+0
* Remove unused function.Jim Grosbach2010-11-031-1/+0
* Remove the no longer used 'Modifier' optional operand to the ARMJim Grosbach2010-11-031-8/+4
* Remove unused function.Jim Grosbach2010-11-031-2/+0
* Break ARM addrmode4 (load/store multiple base address) into its constituentJim Grosbach2010-11-031-1/+1
* hook up getOpcodeName for ARM so that "llc -show-mc-inst" includesChris Lattner2010-10-281-0/+3
* imm12 operands aren't Thumb2 only, so rename the printer helper function.Jim Grosbach2010-10-251-2/+2
* Refactor the ARM 'setend' instruction pattern. Use a single instruction patternJim Grosbach2010-10-131-0/+1
* PrintSpecial() can go away now.Jim Grosbach2010-10-011-1/+0
* Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach2010-10-011-0/+117