aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-26[Hexagon] Adding deallocframe and circular addressing loads.Colin LeMahieu1-0/+19
2014-12-19[Hexagon] Adding transfers to and from control registers.Colin LeMahieu1-0/+23
2014-12-05[Hexagon] Adding DoubleRegs decoder. Moving C2_mux and A2_nop. Adding combi...Colin LeMahieu1-0/+24
2014-12-04[Hexagon] Marking some instructions as CodeGenOnly=0 and adding disassembly t...Colin LeMahieu1-1/+4
2014-11-18[Hexagon] Converting from ADD_rr to A2_add which has encoding bits.Colin LeMahieu1-0/+34
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola1-5/+3
2014-11-10Misc style fixes. NFC.Rafael Espindola1-5/+6
2014-11-04[Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu1-34/+0
2014-10-27Prune CRLF.NAKAMURA Takumi1-115/+115
2014-10-24[Hexagon] Resubmission of 220427Colin LeMahieu1-0/+34
2014-10-23Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi1-34/+0
2014-10-22[Hexagon] Adding encoding bits for add opcode.Colin LeMahieu1-0/+34
2014-10-22Fix VS2012 build; C++11 type aliases are not supported.Hans Wennborg1-1/+2
2014-10-22Ammending 220393 - Removing unused decoding tables.Colin LeMahieu1-18/+0
2014-10-22Ammending 220393 - Removing unused functions.Colin LeMahieu1-33/+0
2014-10-22[Hexagon] Adding basic disassembler.Colin LeMahieu1-0/+131