summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they h...Colin LeMahieu2014-11-201-254/+0
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-041-0/+254
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-241-254/+0
* Revert r220427, "[Hexagon] Adding encoding bits for add opcode."NAKAMURA Takumi2014-10-231-4/+5
* [Hexagon] Adding encoding bits for add opcode.Colin LeMahieu2014-10-221-5/+4
* Remove unnecessary else.Sid Manning2014-10-201-4/+4
* Wrong attribute. LLVM_ATTRIBUTE_UNUSED not LLVM_ATTRIBUTE_USEDSid Manning2014-10-151-1/+1
* Wrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE_UNUSEDSid Manning2014-10-151-1/+1
* Add LLVM_ATTRIBUTE_UNUSED to function currently just used in an assertSid Manning2014-10-151-0/+2
* Enable the instruction printer in HexagonMCTargetDescSid Manning2014-10-151-2/+50
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Remove unused stdio.h includesDmitri Gribenko2013-08-181-1/+0
* Hexagon: Avoid unused variable warnings in Release builds.Benjamin Kramer2013-07-021-6/+2
* Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...Richard Trieu2013-07-011-7/+5
* Change assert(0 && "text") to llvm_unreachable(0 && "text")Richard Trieu2013-06-281-2/+2
* Fix broken asserts that never fire.Richard Trieu2013-06-281-2/+2
* Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma2013-02-201-16/+28
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-141-24/+3
* Hexagon constant extender support.Brendon Cahoon2012-05-111-3/+24
* Support for target dependent Hexagon VLIW packetizer.Sirish Pande2012-05-031-18/+49
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-231-49/+18
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-231-18/+49
* HexagonInstPrinter.cpp: Suppress -Wunused-variable warnings with -Asserts.NAKAMURA Takumi2012-04-211-6/+3
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-181-51/+23
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-131-6/+3
* HexagonPacketizer patch.Sirish Pande2012-04-121-17/+48
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-121-0/+170
OpenPOWER on IntegriCloud