summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonInstrInfo.cpp
Commit message (Expand)AuthorAge
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use multiclass for 'transfer' instructions.Jyotsna Verma2012-11-29
* Removing some unused instruction definitions from the Hexagon backend.Jyotsna Verma2012-11-20
* Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar2012-11-01
* *typo: Cyles changed to CyclesKay Tiong Khoo2012-06-13
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-14
* Hexagon: Initialize TBB to 0.Benjamin Kramer2012-05-13
* Make sure new value jump is enabled for Hexagon V5 as well.Sirish Pande2012-05-12
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-12
* Hexagon constant extender support.Brendon Cahoon2012-05-11
* Hexagon V5 FP Support.Sirish Pande2012-05-10
* Support for target dependent Hexagon VLIW packetizer.Sirish Pande2012-05-03
* Extensions of Hexagon V4 instructions.Sirish Pande2012-05-03
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-23
* Hexagon V5 (floating point) support.Sirish Pande2012-04-23
* Support for Hexagon architectural feature, new value jump.Sirish Pande2012-04-23
* Support for Hexagon VLIW Packetizer.Sirish Pande2012-04-23
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-18
* Hexagon V5 (Floating Point) Support.Sirish Pande2012-04-16
* Add support for Hexagon Architectural feature, New Value Jump.Sirish Pande2012-04-13
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-13
* HexagonPacketizer patch.Sirish Pande2012-04-12
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-12
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Efficient pattern for store truncate. Patch by Evandro Menezes.Sirish Pande2012-02-22
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Optimize redundant sign extends and negation of predicates.Sirish Pande2012-02-15
* Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher2012-02-15
* Optimize redundant sign extends and negation of predicatesSirish Pande2012-02-15
* Use TSFlag bit to describe instruction properties.Brendon Cahoon2012-02-08
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer2012-02-06
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-01
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Clean up some Release build warnings.Benjamin Kramer2011-12-27
* Add MCTargetDesc library to Hexagon targetTony Linthicum2011-12-15
* Hexagon backend supportTony Linthicum2011-12-12