summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-011-6/+14
* [Hexagon] Add extenders for GD_PLT_B22_PCREL and LD_PLT_B22_PCRELKrzysztof Parzyszek2017-05-021-1/+1
* Revert "[APInt] Fix a few places that use APInt::getRawData to operate within...Renato Golin2017-04-231-1/+1
* [APInt] Fix a few places that use APInt::getRawData to operate within the nor...Craig Topper2017-04-231-1/+1
* [Hexagon] Start using regmasks on callsKrzysztof Parzyszek2017-02-171-1/+4
* Revert "[Hexagon] Start using regmasks on calls"Rafael Espindola2017-02-171-4/+1
* [Hexagon] Start using regmasks on callsKrzysztof Parzyszek2017-02-161-1/+4
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
* [Hexagon] Using MustExtend flag on expression instead of passing around bools.Colin LeMahieu2016-02-291-22/+31
* [Hexagon] Implement TLS supportKrzysztof Parzyszek2016-02-181-0/+15
* [NFC] Fixing naming convention, lowercase start of function name.Colin LeMahieu2016-02-151-4/+4
* [Hexagon] Wrapping all MCExprs inside MCOperands within HexagonMCExpr to simp...Colin LeMahieu2016-02-151-6/+6
* [Hexagon] Preprocess mapped instructions before lowering to MCKrzysztof Parzyszek2015-12-151-0/+1
* [Hexagon] Improve lowering of instructions to the MC layerKrzysztof Parzyszek2015-12-021-9/+43
* [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...Colin LeMahieu2015-11-091-2/+5
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-3/+3
* [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu2015-05-291-3/+18
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-5/+5
* [Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrI...Colin LeMahieu2015-02-191-2/+1
* [Hexagon] Converting member InstrDesc to static variable.Colin LeMahieu2014-12-031-1/+0
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-041-14/+13
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-241-13/+14
* Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi2014-10-231-14/+13
* [Hexagon] Adding encoding bits for add opcode.Colin LeMahieu2014-10-221-13/+14
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-1/+1
* Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma2013-02-201-1/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Support for target dependent Hexagon VLIW packetizer.Sirish Pande2012-05-031-1/+1
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-231-1/+1
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-231-1/+1
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-181-1/+1
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-131-1/+1
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-121-0/+93
OpenPOWER on IntegriCloud