aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-03[Hexagon] Converting member InstrDesc to static variable.Colin LeMahieu1-0/+2
2014-11-20[Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they h...Colin LeMahieu1-1/+1
2014-11-06[Hexagon] Adding basic Hexagon ELF object emitter.Colin LeMahieu1-0/+27
2014-11-04[Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu1-2/+2
2014-10-24[Hexagon] Resubmission of 220427Colin LeMahieu1-2/+2
2014-10-23Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi1-1/+1
2014-10-22[Hexagon] Adding encoding bits for add opcode.Colin LeMahieu1-1/+1
2014-10-15Enable the instruction printer in HexagonMCTargetDescSid Manning1-0/+12
2014-10-03Adding skeleton for unit testing Hexagon Code EmissionSid Manning1-8/+12
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-04-22[cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth1-2/+2
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-05-13Remove the MachineMove class.Rafael Espindola1-4/+5
2013-05-10Remove unused argument.Rafael Espindola1-2/+2
2013-02-20Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma1-1/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-03-17Fix some copy and paste remnants of Cell and SPU in Hexagon files.Craig Topper1-1/+1
2012-03-17Fix typo in file header.Craig Topper1-1/+1
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper1-0/+1
2011-12-15Add MCTargetDesc library to Hexagon targetTony Linthicum1-0/+94