summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/InstPrinter
Commit message (Expand)AuthorAge
* ARM: honor hex immediate formatting for ldr/str i12 offsets.Jim Grosbach2014-06-11
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* ARM IAS: properly handle expression operandsSaleem Abdulrasool2014-01-08
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-28
* Pure refactoring change.Richard Barton2013-10-18
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-18
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-01
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-05
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-27
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-03
* ARM: operands should be explicit when disassembledAmaury de la Vieuville2013-06-26
* ARM: fix thumb1 nop decodingAmaury de la Vieuville2013-06-24
* ARM: add operands pre-writeback variants when neededAmaury de la Vieuville2013-06-18
* ARM: fix thumb literal loads decodingAmaury de la Vieuville2013-06-18
* ARM: fix t2am_imm8_offset operand printing for imm=#-0Amaury de la Vieuville2013-06-13
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-10
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* ARM: Correct printing of pre-indexed operands.Quentin Colombet2013-04-12
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-22
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-16
* ARM: Better disassembly for pc-relative LDR.Jim Grosbach2012-10-30
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-23
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]NAKAMURA Takumi2012-09-22
* Whitespace.NAKAMURA Takumi2012-09-22
* Fix edge cases of ARM shift operands in arith instructions.Tim Northover2012-09-22
* Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-22
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* ARM: Define generic HINT instruction.Jim Grosbach2012-06-18
* Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby2012-06-15
* Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby2012-05-17
* Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga2012-05-11
* Refactor IT handling not to store the bottom bit of the condition code in the...Richard Barton2012-04-27
* For ARM disassembly only print 32 unsigned bits for the address of branchKevin Enderby2012-04-13
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-02
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* ARM more NEON VLD/VST composite physical register refactoring.Jim Grosbach2012-03-06
* ARM refactor more NEON VLD/VST instructions to use composite physregsJim Grosbach2012-03-06
* Tidy up. Kill some dead code.Jim Grosbach2012-03-06
* ARM Refactor VLD/VST spaced pair instructions.Jim Grosbach2012-03-05
* ARM refactor away a bunch of VLD/VST pseudo instructions.Jim Grosbach2012-03-05
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Change ARMInstPrinter::printPredicateOperand() so it will not abort if itKevin Enderby2012-03-01
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19