summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-061-3/+3
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-061-2/+3
* Include what you use in HexagonInstPrinter.cppDmitri Gribenko2019-06-031-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] Remove unused functions from HexagonInstPrinter, NFCKrzysztof Parzyszek2018-08-171-86/+2
* [Hexagon] Reduce excessive indentation in .s outputKrzysztof Parzyszek2018-03-301-14/+6
* [Hexagon] Recognize and handle :endloop01Krzysztof Parzyszek2018-03-301-9/+10
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Hexagon] Change the vector scaling for vector offsetsKrzysztof Parzyszek2017-04-061-40/+0
* Fix -Wunused-variable in non-Asserts buildDavid Blaikie2016-05-191-2/+1
* Simplify conditional unreachable into an assertionDavid Blaikie2016-05-191-7/+3
* Fix a covnersion from string to bool issue used in an assertRon Lieberman2016-05-191-1/+1
* [scan-build] fix dead store warnings emitted on LLVM Hexagon code baseKrzysztof Parzyszek2016-05-131-1/+0
* Fix a couple assertions that can never fire because they just contained the t...Craig Topper2016-04-241-1/+1
* [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...Colin LeMahieu2015-11-091-137/+82
* [Hexagon] Adding skeleton of HVX extension instructions.Colin LeMahieu2015-10-171-0/+28
* -Wdeprecated: Remove some dead code that was relying on a questionable (rule-...David Blaikie2015-08-051-41/+0
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-2/+2
* [Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.Colin LeMahieu2015-06-051-1/+7
* Revert r239095 incorrect test tree.Colin LeMahieu2015-06-041-7/+1
* [Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...Colin LeMahieu2015-06-041-1/+7
* [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu2015-05-291-39/+69
* [Hexagon] Use constant extenders to fix up hardware loopsBrendon Cahoon2015-04-271-0/+14
* [Hexagon] Implement HexagonInstPrinter::printRegNameKrzysztof Parzyszek2015-04-221-5/+6
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-2/+3
* [Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrI...Colin LeMahieu2015-02-191-14/+9
* [Hexagon] [NFC] Renaming *packetStart to *packetBeginColin LeMahieu2014-12-031-3/+3
* [Hexagon] Adding NOP encoding bits.Colin LeMahieu2014-11-251-1/+1
* [Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they h...Colin LeMahieu2014-11-201-0/+254
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-041-253/+0
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-241-0/+253
OpenPOWER on IntegriCloud