aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-025-332/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-292-2/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-242-3/+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-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