summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Fix disassembler crash after r279255Krzysztof Parzyszek2016-09-091-0/+3
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [Hexagon] Adding missing break in switch statement. Extra operands would hav...Colin LeMahieu2016-03-161-0/+1
* [NFC] Convert tabs to spaces.Colin LeMahieu2016-03-011-2/+2
* [NFC] Referencing manual for reason why subregbit is checkedColin LeMahieu2016-02-011-1/+2
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-1/+1
* Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...Craig Topper2015-12-051-16/+16
* [Hexagon] Use array_lengthof and const correct and type correct the array and...Craig Topper2015-12-011-7/+5
* Use array_lengthof instead of manually calculating it. NFCCraig Topper2015-12-011-2/+2
* [Hexagon] Use ArrayRef to avoid needing to calculate an array size. Interesti...Craig Topper2015-12-011-16/+11
* [Hexagon] Factoring bundle creation in to a utility function.Colin LeMahieu2015-11-131-2/+1
* [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...Colin LeMahieu2015-11-091-209/+738
* [Hexagon] Fixing mistaken case fallthrough.Colin LeMahieu2015-11-031-0/+1
* [Hexagon] Adding skeleton of HVX extension instructions.Colin LeMahieu2015-10-171-0/+75
* Explicitly clear the MI operand list when getInstruction() is called. Call M...Cameron Esfahani2015-08-111-0/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [Hexagon] Adding decoders for signed operands and ensuring all signed operand...Colin LeMahieu2015-06-101-0/+118
* [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