aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonInstrInfo.cpp
AgeCommit message (Expand)Author
2013-05-06Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma
2013-05-03Fix missing include in Hexagon code for Release+AssertsReid Kleckner
2013-05-02reverting r180953Jyotsna Verma
2013-05-02Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma
2013-05-02Hexagon: Honor __builtin_expect by using branch probabilities.Jyotsna Verma
2013-05-01Hexagon: Use multiclass for Jump instructions.Jyotsna Verma
2013-05-01Hexagon: Clear isKill flag on the predicate register inJyotsna Verma
2013-04-23Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma
2013-04-23Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma
2013-03-29Hexagon: Add emitFrameIndexDebugValue function to emit debug information.Jyotsna Verma
2013-03-28Hexagon: Replace switch-case in isDotNewInst with TSFlags.Jyotsna Verma
2013-03-22Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma
2013-03-14Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma
2013-03-05Hexagon: Use MO operand flags to mark constant extended instructions.Jyotsna Verma
2013-03-01Hexagon: Add constant extender support framework.Jyotsna Verma
2013-02-13Hexagon: add support for predicate-GPR copies.Anshuman Dasgupta
2013-02-13Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma
2013-02-12Hexagon: Add support to generate predicated absolute addressing modeJyotsna Verma
2013-02-11Extend Hexagon hardware loop generation to handle various additional cases:Krzysztof Parzyszek
2013-02-11Implement HexagonInstrInfo::analyzeCompare.Krzysztof Parzyszek
2013-02-01Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats".Jyotsna Verma
2013-01-17Add indexed load/store instructions for offset validation check.Jyotsna Verma
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-29Use multiclass for 'transfer' instructions.Jyotsna Verma
2012-11-20Removing some unused instruction definitions from the Hexagon backend.Jyotsna Verma
2012-11-01Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar
2012-06-13*typo: Cyles changed to CyclesKay Tiong Khoo
2012-05-14Revert 156634 upon request until code improvement changes are made.Brendon Cahoon
2012-05-13Hexagon: Initialize TBB to 0.Benjamin Kramer
2012-05-12Make sure new value jump is enabled for Hexagon V5 as well.Sirish Pande
2012-05-12Support for Hexagon feature, New Value Jump.Sirish Pande
2012-05-11Hexagon constant extender support.Brendon Cahoon
2012-05-10Hexagon V5 FP Support.Sirish Pande
2012-05-03Support for target dependent Hexagon VLIW packetizer.Sirish Pande
2012-05-03Extensions of Hexagon V4 instructions.Sirish Pande
2012-04-23Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth
2012-04-23Hexagon V5 (floating point) support.Sirish Pande
2012-04-23Support for Hexagon architectural feature, new value jump.Sirish Pande
2012-04-23Support for Hexagon VLIW Packetizer.Sirish Pande
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth
2012-04-16Hexagon V5 (Floating Point) Support.Sirish Pande
2012-04-13Add support for Hexagon Architectural feature, New Value Jump.Sirish Pande
2012-04-13Silence various build warnings from Hexagon backend that show up in release b...Craig Topper
2012-04-12HexagonPacketizer patch.Sirish Pande
2012-04-12Hexagon: enable assembler output through the MC layer.Evandro Menezes
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-02-22Efficient pattern for store truncate. Patch by Evandro Menezes.Sirish Pande
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-15Optimize redundant sign extends and negation of predicates.Sirish Pande