summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/InstPrinter
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* Remove unused stdio.h includesDmitri Gribenko2013-08-18
* Hexagon: Avoid unused variable warnings in Release builds.Benjamin Kramer2013-07-02
* Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...Richard Trieu2013-07-01
* Change assert(0 && "text") to llvm_unreachable(0 && "text")Richard Trieu2013-06-28
* Fix broken asserts that never fire.Richard Trieu2013-06-28
* Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma2013-02-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-14
* Hexagon constant extender support.Brendon Cahoon2012-05-11
* Support for target dependent Hexagon VLIW packetizer.Sirish Pande2012-05-03
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-23
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-23
* HexagonInstPrinter.cpp: Suppress -Wunused-variable warnings with -Asserts.NAKAMURA Takumi2012-04-21
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-18
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-13
* Hexagon: fix CMake error.Evandro Menezes2012-04-12
* HexagonPacketizer patch.Sirish Pande2012-04-12
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-12