aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-29[Hexagon] Using MustExtend flag on expression instead of passing around bools.Colin LeMahieu1-22/+31
2016-02-18[Hexagon] Implement TLS supportKrzysztof Parzyszek1-0/+15
2016-02-15[NFC] Fixing naming convention, lowercase start of function name.Colin LeMahieu1-4/+4
2016-02-15[Hexagon] Wrapping all MCExprs inside MCOperands within HexagonMCExpr to simp...Colin LeMahieu1-6/+6
2015-12-15[Hexagon] Preprocess mapped instructions before lowering to MCKrzysztof Parzyszek1-0/+1
2015-12-02[Hexagon] Improve lowering of instructions to the MC layerKrzysztof Parzyszek1-9/+43
2015-11-09[Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...Colin LeMahieu1-2/+5
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-3/+3
2015-05-29[Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu1-3/+18
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach1-5/+5
2015-02-19[Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrI...Colin LeMahieu1-2/+1
2014-12-03[Hexagon] Converting member InstrDesc to static variable.Colin LeMahieu1-1/+0
2014-11-04[Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu1-14/+13
2014-10-24[Hexagon] Resubmission of 220427Colin LeMahieu1-13/+14
2014-10-23Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi1-14/+13
2014-10-22[Hexagon] Adding encoding bits for add opcode.Colin LeMahieu1-13/+14
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola1-1/+1
2013-02-20Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma1-1/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-05-03Support for target dependent Hexagon VLIW packetizer.Sirish Pande1-1/+1
2012-04-23Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth1-1/+1
2012-04-23Support for Hexagon VLIW Packetizer.Sirish Pande1-1/+1
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth1-1/+1
2012-04-13Silence various build warnings from Hexagon backend that show up in release b...Craig Topper1-1/+1
2012-04-12Hexagon: enable assembler output through the MC layer.Evandro Menezes1-0/+93