aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon/HexagonInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Extensions of Hexagon V4 instructions.Sirish Pande2012-05-031-7/+0
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-231-1156/+49
* Hexagon V5 (floating point) support.Sirish Pande2012-04-231-0/+13
* Support for Hexagon architectural feature, new value jump.Sirish Pande2012-04-231-0/+20
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-231-50/+1124
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-15/+14
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-181-1051/+24
* Hexagon V5 (Floating Point) Support.Sirish Pande2012-04-161-19/+21
* Add support for Hexagon Architectural feature, New Value Jump.Sirish Pande2012-04-131-3/+23
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-131-207/+203
* HexagonPacketizer patch.Sirish Pande2012-04-121-2/+1011
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-121-1/+1
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Efficient pattern for store truncate. Patch by Evandro Menezes.Sirish Pande2012-02-221-1/+0
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Optimize redundant sign extends and negation of predicates.Sirish Pande2012-02-151-16/+472
* Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher2012-02-151-472/+16
* Optimize redundant sign extends and negation of predicatesSirish Pande2012-02-151-16/+472
* Use TSFlag bit to describe instruction properties.Brendon Cahoon2012-02-081-206/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-9/+6
* Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer2012-02-061-6/+3
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-011-0/+30
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Clean up some Release build warnings.Benjamin Kramer2011-12-271-9/+4
* Add MCTargetDesc library to Hexagon targetTony Linthicum2011-12-151-1/+0
* Hexagon backend supportTony Linthicum2011-12-121-0/+1460