| Commit message (Expand) | Author | Age | Files | Lines |
* | - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHT | Bruno Cardoso Lopes | 2011-04-04 | 1 | -0/+5 |
* | Apply again changes to support ARM memory asm parsing. I removed | Bruno Cardoso Lopes | 2011-03-31 | 1 | -0/+4 |
* | Revert r128632 again, until I figure out what break the tests | Bruno Cardoso Lopes | 2011-03-31 | 1 | -4/+0 |
* | Reapply r128585 without generating a lib depedency cycle. An updated log: | Bruno Cardoso Lopes | 2011-03-31 | 1 | -0/+4 |
* | Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and" | Matt Beaumont-Gay | 2011-03-31 | 1 | -8/+2 |
* | - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and | Bruno Cardoso Lopes | 2011-03-30 | 1 | -2/+8 |
* | Add asm parsing support w/ testcases for strex/ldrex family of instructions | Bruno Cardoso Lopes | 2011-03-24 | 1 | -0/+1 |
* | We need to pass the TargetMachine object to the InstPrinter if we are printing | Bill Wendling | 2011-03-21 | 1 | -2/+5 |
* | Remove some dead patterns. | Jim Grosbach | 2011-03-14 | 1 | -2/+0 |
* | Preliminary support for ARM frame save directives emission via MI flags. | Anton Korobeynikov | 2011-03-05 | 1 | -0/+1 |
* | Fix encoding and add parsing support for the arm/thumb CPS instruction: | Bruno Cardoso Lopes | 2011-02-14 | 1 | -0/+2 |
* | Add support to the ARM MC infrastructure to support mcr and friends. This req... | Owen Anderson | 2011-01-13 | 1 | -0/+2 |
* | The tLDR et al instructions were emitting either a reg/reg or reg/imm | Bill Wendling | 2010-12-14 | 1 | -8/+8 |
* | Pseudo-ize Thumb2 jump tables with explicit MC lowering to the raw | Jim Grosbach | 2010-11-29 | 1 | -4/+0 |
* | ARM Pseudo-ize tBR_JTr. | Jim Grosbach | 2010-11-29 | 1 | -1/+0 |
* | stub out a powerpc MCInstPrinter implementation. | Chris Lattner | 2010-11-14 | 1 | -1/+1 |
* | For pre-v6t2 targets, only select MOVi32imm if the immediate can be handled w... | Evan Cheng | 2010-11-12 | 1 | -1/+0 |
* | Remove unused function. | Jim Grosbach | 2010-11-03 | 1 | -1/+0 |
* | Remove the no longer used 'Modifier' optional operand to the ARM | Jim Grosbach | 2010-11-03 | 1 | -8/+4 |
* | Remove unused function. | Jim Grosbach | 2010-11-03 | 1 | -2/+0 |
* | Break ARM addrmode4 (load/store multiple base address) into its constituent | Jim Grosbach | 2010-11-03 | 1 | -1/+1 |
* | hook up getOpcodeName for ARM so that "llc -show-mc-inst" includes | Chris Lattner | 2010-10-28 | 1 | -0/+3 |
* | imm12 operands aren't Thumb2 only, so rename the printer helper function. | Jim Grosbach | 2010-10-25 | 1 | -2/+2 |
* | Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern | Jim Grosbach | 2010-10-13 | 1 | -0/+1 |
* | PrintSpecial() can go away now. | Jim Grosbach | 2010-10-01 | 1 | -1/+0 |
* | Rename the AsmPrinter directory to InstPrinter for those targets that have | Jim Grosbach | 2010-10-01 | 1 | -0/+117 |