Wrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE_UNUSED
[oota-llvm.git] / lib / Target / Hexagon / InstPrinter / HexagonInstPrinter.cpp
2014-10-15 Sid ManningWrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE...
2014-10-15 Sid ManningAdd LLVM_ATTRIBUTE_UNUSED to function currently just...
2014-10-15 Sid ManningEnable the instruction printer in HexagonMCTargetDesc
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
2013-07-02 Benjamin KramerHexagon: Avoid unused variable warnings in Release...
2013-07-01 Richard TrieuChange if (cond) ... else llvm_unreachable("text")...
2013-06-28 Richard TrieuChange assert(0 && "text") to llvm_unreachable(0 &...
2013-06-28 Richard TrieuFix broken asserts that never fire.
2013-02-20 Jyotsna VermaHexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMC...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-05-14 Brendon CahoonRevert 156634 upon request until code improvement chang...
2012-05-11 Brendon CahoonHexagon constant extender support.
2012-05-03 Sirish PandeSupport for target dependent Hexagon VLIW packetizer.
2012-04-23 Chandler CarruthRevert r155365, r155366, and r155367. All three of...
2012-04-23 Sirish PandeSupport for Hexagon VLIW Packetizer.
2012-04-21 NAKAMURA TakumiHexagonInstPrinter.cpp: Suppress -Wunused-variable...
2012-04-18 Chandler CarruthThis reverts a long string of commits to the Hexagon...
2012-04-13 Craig TopperSilence various build warnings from Hexagon backend...
2012-04-12 Sirish PandeHexagonPacketizer patch.
2012-04-12 Evandro MenezesHexagon: enable assembler output through the MC layer.