summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] [NFC] Merging InstPrinter directory in to MCTargetDesc since they h...Colin LeMahieu2014-11-205-382/+0
* [Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu2014-11-045-0/+382
* [Hexagon] Resubmission of 220427Colin LeMahieu2014-10-245-382/+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-152-3/+51
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* [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
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* 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-203-20/+43
* 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-032-23/+57
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-232-51/+18
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-232-18/+51
* 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-182-53/+23
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-131-6/+3
* Hexagon: fix CMake error.Evandro Menezes2012-04-121-1/+1
* HexagonPacketizer patch.Sirish Pande2012-04-122-17/+50
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-125-0/+286
OpenPOWER on IntegriCloud