summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonInstrInfo.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-15
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma2013-05-10
* Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma2013-05-10
* Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.Jyotsna Verma2013-05-09
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-06
* reverting r180953Jyotsna Verma2013-05-02
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-02
* Hexagon: Honor __builtin_expect by using branch probabilities.Jyotsna Verma2013-05-02
* Hexagon: Use multiclass for Jump instructions.Jyotsna Verma2013-05-01
* Hexagon: Add emitFrameIndexDebugValue function to emit debug information.Jyotsna Verma2013-03-29
* Hexagon: Replace switch-case in isDotNewInst with TSFlags.Jyotsna Verma2013-03-28
* Hexagon: Use MO operand flags to mark constant extended instructions.Jyotsna Verma2013-03-05
* Hexagon: Add constant extender support framework.Jyotsna Verma2013-03-01
* Implement HexagonInstrInfo::analyzeCompare.Krzysztof Parzyszek2013-02-11
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* *typo: Cyles changed to CyclesKay Tiong Khoo2012-06-13
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-14
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-12
* Hexagon constant extender support.Brendon Cahoon2012-05-11
* Support for target dependent Hexagon VLIW packetizer.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
* 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
* HexagonPacketizer patch.Sirish Pande2012-04-12
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* 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
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-01
* Hexagon backend supportTony Linthicum2011-12-12