R600/SI: Expand vector fp <-> int conversions
[oota-llvm.git] / lib / Target / Hexagon / InstPrinter /
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 Evandro MenezesHexagon: fix CMake error.
2012-04-12 Sirish PandeHexagonPacketizer patch.
2012-04-12 Evandro MenezesHexagon: enable assembler output through the MC layer.