Age | Commit message (Expand) | Author |
2013-04-12 | ARM: Correct printing of pre-indexed operands. | Quentin Colombet |
2012-11-16 | Remove hard coded registers in ARM ldrexd and strexd instructions | Weiming Zhao |
2012-10-30 | ARM: Better disassembly for pc-relative LDR. | Jim Grosbach |
2012-08-02 | Fix #13241, a bug around shift immediate operand for ARM instruction ADR. | Jiangning Liu |
2012-04-02 | Move getOpcodeName from the various target InstPrinters into the superclass M... | Benjamin Kramer |
2012-04-02 | Remove getInstructionName from MCInstPrinter implementations in favor of usin... | Craig Topper |
2012-04-02 | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper |
2012-03-06 | ARM refactor more NEON VLD/VST instructions to use composite physregs | Jim Grosbach |
2012-03-06 | Tidy up. Kill some dead code. | Jim Grosbach |
2012-03-05 | ARM Refactor VLD/VST spaced pair instructions. | Jim Grosbach |
2012-03-05 | ARM refactor away a bunch of VLD/VST pseudo instructions. | Jim Grosbach |
2012-03-05 | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2012-01-25 | NEON VLD4(all lanes) assembly parsing and encoding. | Jim Grosbach |
2012-01-24 | NEON VLD3(all lanes) assembly parsing and encoding. | Jim Grosbach |
2012-01-24 | NEON VLD4(multiple 4 element structures) assembly parsing. | Jim Grosbach |
2012-01-23 | NEON VLD3(multiple 3-element structures) assembly parsing. | Jim Grosbach |
2011-12-22 | ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point). | Jim Grosbach |
2011-12-21 | ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback. | Jim Grosbach |
2011-12-14 | ARM NEON VST2 assembly parsing and encoding. | Jim Grosbach |
2011-11-30 | ARM parsing for VLD1 two register all lanes, no writeback. | Jim Grosbach |
2011-11-30 | ARM parsing aliases for VLD1 single register all lanes. | Jim Grosbach |
2011-10-21 | Assembly parsing for 4-register variant of VLD1. | Jim Grosbach |
2011-10-21 | Assembly parsing for 3-register variant of VLD1. | Jim Grosbach |
2011-10-21 | ARM VLD parsing and encoding. | Jim Grosbach |
2011-10-18 | ARM VTBL (one register) assembly parsing and encoding. | Jim Grosbach |
2011-10-12 | ARM parsing and encoding for the <option> form of LDC/STC instructions. | Jim Grosbach |
2011-10-07 | ARM NEON assembly parsing and encoding for VDUP(scalar). | Jim Grosbach |
2011-09-30 | ARM fix encoding of VMOV.f32 and VMOV.f64 immediates. | Jim Grosbach |
2011-09-21 | Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o... | Owen Anderson |
2011-09-21 | Print out immediate offset versions of PC-relative load/store instructions as... | Owen Anderson |
2011-09-19 | Thumb2 assembly parsing and encoding for TBB/TBH. | Jim Grosbach |
2011-09-15 | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson |
2011-09-09 | Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH. | Jim Grosbach |
2011-09-07 | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy |
2011-08-17 | ARM clean up the imm_sr operand class representation. | Jim Grosbach |
2011-08-05 | ARM use a dedicated printer for postidx_reg operands. | Jim Grosbach |
2011-08-04 | LDCL_POST and STCL_POST need one's-complement offsets, rather than two's comp... | Owen Anderson |
2011-08-03 | ARM refactoring assembly parsing of memory address operands. | Jim Grosbach |
2011-07-26 | ARM cleanup of rot_imm encoding. | Jim Grosbach |
2011-07-25 | ARM assembly parsing and encoding for SSAT16 instruction. | Jim Grosbach |
2011-07-22 | ARM SSAT instruction 5-bit immediate handling. | Jim Grosbach |
2011-07-21 | Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n... | Owen Anderson |
2011-07-20 | ARM PKH shift ammount operand printing tweaks. | Jim Grosbach |
2011-07-11 | Simplify printing of ARM shifted immediates. | Jim Grosbach |
2011-07-06 | createMCInstPrinter doesn't need TargetMachine anymore. | Evan Cheng |
2011-06-02 | Don't hardcode the %reg format in the streamer. | Rafael Espindola |
2011-04-04 | - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHT | Bruno Cardoso Lopes |
2011-03-31 | Apply again changes to support ARM memory asm parsing. I removed | Bruno Cardoso Lopes |
2011-03-31 | Revert r128632 again, until I figure out what break the tests | Bruno Cardoso Lopes |