summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.Colin LeMahieu2015-06-051-52/+690
* Revert r239095 incorrect test tree.Colin LeMahieu2015-06-041-690/+52
* [Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...Colin LeMahieu2015-06-041-52/+690
* [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu2015-05-291-9/+53
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-6/+6
* [Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrI...Colin LeMahieu2015-02-191-2/+2
* [Hexagon] Adding vector load with post-increment instructions. Adding decode...Colin LeMahieu2015-02-101-0/+26
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-5/+3
* [Hexagon] Adding deallocframe and circular addressing loads.Colin LeMahieu2014-12-261-0/+19
* [Hexagon] Adding transfers to and from control registers.Colin LeMahieu2014-12-191-0/+23
* [Hexagon] Adding DoubleRegs decoder. Moving C2_mux and A2_nop. Adding combi...Colin LeMahieu2014-12-051-0/+24
* [Hexagon] Marking some instructions as CodeGenOnly=0 and adding disassembly t...Colin LeMahieu2014-12-041-1/+4
* [Hexagon] Converting from ADD_rr to A2_add which has encoding bits.Colin LeMahieu2014-11-181-0/+34
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-5/+3
* Misc style fixes. NFC.Rafael Espindola2014-11-101-5/+6
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-041-34/+0
* Prune CRLF.NAKAMURA Takumi2014-10-271-115/+115
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-241-0/+34
* Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi2014-10-231-34/+0
* [Hexagon] Adding encoding bits for add opcode.Colin LeMahieu2014-10-221-0/+34
* Fix VS2012 build; C++11 type aliases are not supported.Hans Wennborg2014-10-221-1/+2
* Ammending 220393 - Removing unused decoding tables.Colin LeMahieu2014-10-221-18/+0
* Ammending 220393 - Removing unused functions.Colin LeMahieu2014-10-221-33/+0
* [Hexagon] Adding basic disassembler.Colin LeMahieu2014-10-221-0/+131
OpenPOWER on IntegriCloud