Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading zeros)
[oota-llvm.git] / lib / Target / Hexagon / HexagonInstrInfo.td
2012-12-04 Jyotsna VermaAdd patterns to define 'combine', 'tstbit', 'ct0/cl0...
2012-12-04 Jyotsna VermaAdd constant extender support to ALU32 instructions...
2012-12-04 Jyotsna VermaMove all operand definitions into HexagonOperands.td
2012-12-04 Jyotsna VermaMove generic Hexagon subtarget information into Hexagon.td
2012-12-03 Jyotsna VermaDefine store instructions with base+immediate offset...
2012-12-03 Jyotsna VermaDefine load instructions with base+immediate offset...
2012-11-30 Jyotsna VermaUse multiclass for the load instructions with MEMri...
2012-11-30 Jyotsna VermaUse multiclass for the store instructions with MEMri...
2012-11-29 Jyotsna VermaUse multiclass for 'transfer' instructions.
2012-11-21 Jyotsna VermaRenamed HexagonImmediates.td -> HexagonOperands.td.
2012-11-14 Jyotsna VermaAdded multiclass for post-increment load instructions.
2012-11-13 Jyotsna VermaTest commit.
2012-11-01 Pranav BhandarkarUse the relationship models infrastructure to add two...
2012-08-13 Arnold Schwaighofer[Hexagon] Don't mark callee saved registers as clobbere...
2012-07-13 Jakob Stoklund OlesenRemove variable_ops from call instructions in most...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-14 Brendon CahoonRevert 156634 upon request until code improvement chang...
2012-05-11 Brendon CahoonHexagon constant extender support.
2012-05-10 Sirish PandeHexagon V5 FP Support.
2012-05-03 Sirish PandeExtensions of Hexagon V4 instructions.
2012-04-23 Chandler CarruthRevert r155365, r155366, and r155367. All three of...
2012-04-23 Sirish PandeHexagon V5 (floating point) support.
2012-04-23 Sirish PandeSupport for Hexagon architectural feature, new value...
2012-04-23 Sirish PandeSupport for Hexagon VLIW Packetizer.
2012-04-18 Chandler CarruthThis reverts a long string of commits to the Hexagon...
2012-04-16 Sirish PandeHexagon V5 (Floating Point) Support.
2012-04-13 Sirish PandeAdd support for Hexagon Architectural feature, New...
2012-04-13 Sirish PandePass to replace tranfer/copy instructions into combine...
2012-04-12 Sirish PandeHexagonPacketizer patch.
2012-04-12 Evandro MenezesHexagon: enable assembler output through the MC layer.
2012-02-22 Sirish PandeEfficient pattern for store truncate. Patch by Evandro...
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates.
2012-02-15 Eric ChristopherRevert "Optimize redundant sign extends and negation...
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates
2012-02-08 Brendon CahoonUse TSFlag bit to describe instruction properties.
2011-12-12 Tony LinthicumHexagon backend support