aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonInstrInfo.td
AgeCommit message (Expand)Author
2013-03-28Hexagon: Replace switch-case in isDotNewInst with TSFlags.Jyotsna Verma
2013-03-28Hexagon: Use multiclass for gp-relative instructions.Jyotsna Verma
2013-03-26Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth.Jyotsna Verma
2013-03-08Hexagon: Add patterns for zero extended loads from i1->i64.Jyotsna Verma
2013-03-07Hexagon: Add support to lower block address.Jyotsna Verma
2013-03-05reverting patch 176508.Jyotsna Verma
2013-03-05Hexagon: Add support for lowering block address.Jyotsna Verma
2013-03-05Hexagon: Add encoding bits to the TFR64 instructions.Jyotsna Verma
2013-02-14Hexagon: Change insn class to support instruction encoding.Jyotsna Verma
2013-02-05Move MRI liveouts to Hexagon return instructions.Jakob Stoklund Olesen
2013-02-04Hexagon: Add V4 combine instructions and some more Def Pats for V2.Jyotsna Verma
2013-01-29Use multiclass for post-increment store instructions.Jyotsna Verma
2013-01-29Add constant extender support for MInst type instructions.Jyotsna Verma
2013-01-07Remove more unnecessary # operators with nothing to paste proceeding them.Craig Topper
2013-01-07Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper
2012-12-20Add constant extender support to GP-relative load/store instructions.Jyotsna Verma
2012-12-04Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading...Jyotsna Verma
2012-12-04Add constant extender support to ALU32 instructions for V2.Jyotsna Verma
2012-12-04Move all operand definitions into HexagonOperands.tdJyotsna Verma
2012-12-04Move generic Hexagon subtarget information into Hexagon.tdJyotsna Verma
2012-12-03Define store instructions with base+immediate offset addressing modeJyotsna Verma
2012-12-03Define load instructions with base+immediate offset addressing modeJyotsna Verma
2012-11-30Use multiclass for the load instructions with MEMri operand.Jyotsna Verma
2012-11-30Use multiclass for the store instructions with MEMri operand.Jyotsna Verma
2012-11-29Use multiclass for 'transfer' instructions.Jyotsna Verma
2012-11-21Renamed HexagonImmediates.td -> HexagonOperands.td.Jyotsna Verma
2012-11-14Added multiclass for post-increment load instructions.Jyotsna Verma
2012-11-13Test commit.Jyotsna Verma
2012-11-01Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar
2012-08-13[Hexagon] Don't mark callee saved registers as clobbered by a tail callArnold Schwaighofer
2012-07-13Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-05-14Revert 156634 upon request until code improvement changes are made.Brendon Cahoon
2012-05-11Hexagon constant extender support.Brendon Cahoon
2012-05-10Hexagon V5 FP Support.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-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-13Pass to replace tranfer/copy instructions into combine instruction where poss...Sirish Pande
2012-04-12HexagonPacketizer patch.Sirish Pande
2012-04-12Hexagon: enable assembler output through the MC layer.Evandro Menezes
2012-02-22Efficient pattern for store truncate. Patch by Evandro Menezes.Sirish Pande
2012-02-15Optimize redundant sign extends and negation of predicates.Sirish Pande
2012-02-15Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher
2012-02-15Optimize redundant sign extends and negation of predicatesSirish Pande