summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/InstPrinter
AgeCommit message (Expand)AuthorFilesLines
2013-04-12ARM: Correct printing of pre-indexed operands.Quentin Colombet2-9/+16
2013-02-22Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls1-2/+1
2012-12-05Added a option to the disassembler to print immediates as hex.Kevin Enderby1-7/+7
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-11-16Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2-0/+39
2012-10-30ARM: Better disassembly for pc-relative LDR.Jim Grosbach2-3/+4
2012-10-23Make branch heavy code for generating marked up disassembly simplerKevin Enderby1-304/+142
2012-10-22Add support for annotated disassembly output for X86 and arm.Kevin Enderby1-128/+486
2012-09-22ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]NAKAMURA Takumi1-0/+2
2012-09-22Whitespace.NAKAMURA Takumi1-2/+2
2012-09-22Fix edge cases of ARM shift operands in arith instructions.Tim Northover1-38/+6
2012-09-22Fix the handling of edge cases in ARM shifted operands.Tim Northover1-8/+20
2012-08-02Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu1-12/+19
2012-08-02Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2-0/+20
2012-06-18ARM: Define generic HINT instruction.Jim Grosbach1-0/+21
2012-06-15Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby1-10/+20
2012-05-17Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby1-5/+23
2012-05-11Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga1-2/+6
2012-04-27Refactor IT handling not to store the bottom bit of the condition code in the...Richard Barton1-1/+2
2012-04-13For ARM disassembly only print 32 unsigned bits for the address of branchKevin Enderby1-2/+2
2012-04-02Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2-5/+0
2012-04-02Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2-4/+2
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2-3/+4
2012-03-06ARM more NEON VLD/VST composite physical register refactoring.Jim Grosbach1-5/+4
2012-03-06ARM refactor more NEON VLD/VST instructions to use composite physregsJim Grosbach2-23/+11
2012-03-06Tidy up. Kill some dead code.Jim Grosbach2-10/+0
2012-03-05ARM Refactor VLD/VST spaced pair instructions.Jim Grosbach2-0/+11
2012-03-05ARM refactor away a bunch of VLD/VST pseudo instructions.Jim Grosbach2-0/+10
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2-2/+4
2012-03-01Change ARMInstPrinter::printPredicateOperand() so it will not abort if itKevin Enderby1-1/+4
2012-02-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles1-1/+0
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-2/+2
2012-01-25NEON VLD4(all lanes) assembly parsing and encoding.Jim Grosbach2-1/+29
2012-01-24NEON VLD3(all lanes) assembly parsing and encoding.Jim Grosbach2-0/+26
2012-01-24NEON VLD4(multiple 4 element structures) assembly parsing.Jim Grosbach2-0/+14
2012-01-23NEON VLD3(multiple 3-element structures) assembly parsing.Jim Grosbach2-0/+12
2011-12-22ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach2-0/+12
2011-12-21ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback.Jim Grosbach2-0/+12
2011-12-19ARM assembly parsing and encoding support for LDRD(label).Jim Grosbach1-0/+11
2011-12-14ARM NEON VST2 assembly parsing and encoding.Jim Grosbach2-0/+12
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-30ARM parsing for VLD1 two register all lanes, no writeback.Jim Grosbach2-0/+11
2011-11-30ARM parsing aliases for VLD1 single register all lanes.Jim Grosbach2-0/+9
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar1-5/+0
2011-11-07Simplify some uses of utohexstr.Benjamin Kramer1-2/+2
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar1-0/+24
2011-11-02Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson1-2/+6
2011-10-21Assembly parsing for 4-register variant of VLD1.Jim Grosbach2-0/+12
2011-10-21Assembly parsing for 3-register variant of VLD1.Jim Grosbach2-0/+11