summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* NEON VLD4(multiple 4 element structures) assembly parsing.Jim Grosbach2012-01-241-0/+12
* NEON VLD3(multiple 3-element structures) assembly parsing.Jim Grosbach2012-01-231-0/+10
* ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach2011-12-221-0/+10
* ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback.Jim Grosbach2011-12-211-0/+10
* ARM assembly parsing and encoding support for LDRD(label).Jim Grosbach2011-12-191-0/+11
* ARM NEON VST2 assembly parsing and encoding.Jim Grosbach2011-12-141-0/+10
* ARM parsing for VLD1 two register all lanes, no writeback.Jim Grosbach2011-11-301-0/+9
* ARM parsing aliases for VLD1 single register all lanes.Jim Grosbach2011-11-301-0/+7
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-071-2/+2
* Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson2011-11-021-2/+6
* Assembly parsing for 4-register variant of VLD1.Jim Grosbach2011-10-211-0/+11
* Assembly parsing for 3-register variant of VLD1.Jim Grosbach2011-10-211-0/+10
* ARM VLD parsing and encoding.Jim Grosbach2011-10-211-0/+9
* whitespace.Jim Grosbach2011-10-211-1/+1
* ARM VTBL (one register) assembly parsing and encoding.Jim Grosbach2011-10-181-0/+5
* ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach2011-10-121-0/+5
* 80 columns.Jim Grosbach2011-10-121-2/+1
* Tidy up. Formatting.Jim Grosbach2011-10-121-2/+2
* ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach2011-10-071-0/+5
* Support a valid, but not very useful, encoding of CPSIE where none of the AIF...Owen Anderson2011-10-051-0/+3
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-041-1/+12
* ARM fix encoding of VMOV.f32 and VMOV.f64 immediates.Jim Grosbach2011-09-301-32/+3
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-281-0/+20
* Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson2011-09-231-3/+3
* Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o...Owen Anderson2011-09-211-12/+0
* Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson2011-09-211-0/+23
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-211-12/+12
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-211-12/+12
* Thumb2 assembly parsing and encoding for TBB/TBH.Jim Grosbach2011-09-191-0/+16
* Fix disassembly of Thumb2 LDRSH with a #-0 offset.Owen Anderson2011-09-161-1/+3
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-16/+14
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-151-1/+17
* Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.Owen Anderson2011-09-131-4/+7
* Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.Jim Grosbach2011-09-091-0/+12
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-0/+8
* Improve handling of #-0 offsets for many more pre-indexed addressing modes.Owen Anderson2011-08-291-1/+3
* When printing Thumb1 NOP ('mov r8, r8'), make sure to print the predicate.Jim Grosbach2011-08-241-0/+1
* Clean up Thumb load/store multiple definitions.Jim Grosbach2011-08-231-7/+2
* Thumb parsing and encoding support for NOP.Jim Grosbach2011-08-191-0/+7
* Thumb assembly parsing and encoding for LDM instruction.Jim Grosbach2011-08-181-2/+2
* Remove extraneous newline from operand print method. PR10569.Jim Grosbach2011-08-171-3/+3
* ARM clean up the imm_sr operand class representation.Jim Grosbach2011-08-171-1/+7
* Correct immediate range for shifter operands. Patch by James Molloy, with ad...Owen Anderson2011-08-111-3/+13
* ARM push of a single register encodes as pre-indexed STR.Jim Grosbach2011-08-111-0/+7
* ARM pop of a single register encodes as post-indexed LDR.Jim Grosbach2011-08-111-0/+8
* ARM simplify the postidx_reg operand encoding.Jim Grosbach2011-08-051-2/+1
* ARM use a dedicated printer for postidx_reg operands.Jim Grosbach2011-08-051-0/+9
* LDCL_POST and STCL_POST need one's-complement offsets, rather than two's comp...Owen Anderson2011-08-041-0/+9
* ARM refactoring assembly parsing of memory address operands.Jim Grosbach2011-08-031-3/+11
* ARM rot_imm printing adjustment.Jim Grosbach2011-07-261-1/+1
OpenPOWER on IntegriCloud