aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon/HexagonInstrInfoV4.td
Commit message (Expand)AuthorAgeFilesLines
* Hexagon: Add patterns to generate 'combine' instructions.Jyotsna Verma2013-05-141-0/+87
* Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma2013-05-101-39/+48
* Hexagon: Set accessSize and addrMode on all load/store instructions.Jyotsna Verma2013-05-071-30/+60
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-061-149/+164
* reverting r180953Jyotsna Verma2013-05-021-164/+149
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-021-149/+164
* Hexagon: Use multiclass for Jump instructions.Jyotsna Verma2013-05-011-1/+1
* Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma2013-04-231-97/+67
* Hexagon: Define relations for GP-relative instructions.Jyotsna Verma2013-04-231-15/+17
* Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma2013-04-231-306/+55
* Hexagon: Set isPredicatedNew flag on predicate new instructions.Jyotsna Verma2013-04-121-10/+10
* Hexagon: Set isPredicatedFlase flag for all the instructions with negated pre...Jyotsna Verma2013-04-121-10/+10
* Hexagon: Use multiclass for gp-relative instructions.Jyotsna Verma2013-03-281-655/+203
* Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth.Jyotsna Verma2013-03-261-158/+0
* Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma2013-03-221-392/+345
* Hexagon: Add patterns for zero extended loads from i1->i64.Jyotsna Verma2013-03-081-0/+12
* Hexagon: Add support to lower block address.Jyotsna Verma2013-03-071-0/+5
* reverting patch 176508.Jyotsna Verma2013-03-051-5/+0
* Hexagon: Add support for lowering block address.Jyotsna Verma2013-03-051-0/+5
* Hexagon: Set appropriate TSFlags to the loads/stores with global address toJyotsna Verma2013-02-151-33/+25
* Hexagon: Use multiclass for absolute addressing mode loads.Jyotsna Verma2013-02-141-74/+35
* Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma2013-02-131-637/+117
* Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handleJyotsna Verma2013-02-051-0/+206
* Hexagon: Use multiclass for absolute addressing mode stores.Jyotsna Verma2013-02-051-102/+70
* Hexagon: Add V4 compare instructions. Enable relationship mappingJyotsna Verma2013-02-051-16/+143
* Hexagon: Add V4 combine instructions and some more Def Pats for V2.Jyotsna Verma2013-02-041-0/+80
* Replace LDriu*[bhdw]_indexed_V4 instructions with "def Pats".Jyotsna Verma2013-02-011-324/+33
* Add appropriate TSFlags to the instructions that must be always extended.Jyotsna Verma2013-02-011-148/+147
* Use multiclass for post-increment store instructions.Jyotsna Verma2013-01-291-235/+56
* Add constant extender support for MInst type instructions.Jyotsna Verma2013-01-291-52/+114
* Remove more unnecessary # operators with nothing to paste proceeding them.Craig Topper2013-01-071-18/+18
* Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper2013-01-071-24/+24
* Add constant extender support to GP-relative load/store instructions.Jyotsna Verma2012-12-201-31/+24
* Add TSFlags to ALU32 type instructions for constant-extender/Relationship maps.Jyotsna Verma2012-12-201-29/+16
* Use multiclass for new-value store instructions with MEMri operand.Jyotsna Verma2012-12-111-148/+46
* Define new-value store instructions with base+immediate addressing modeJyotsna Verma2012-12-051-128/+53
* Use multiclass to define store instructions with base+immediate offsetJyotsna Verma2012-12-051-138/+68
* Define store instructions with base+register offset addressing modeJyotsna Verma2012-12-041-352/+116
* Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading...Jyotsna Verma2012-12-041-6/+18
* Define store instructions with base+immediate offset addressing modeJyotsna Verma2012-12-031-84/+0
* Use multiclass for the store instructions with MEMri operand.Jyotsna Verma2012-11-301-80/+0
* Use multiclass for the load instructions with 'base + register offset'Jyotsna Verma2012-11-301-277/+97
* Removing some unused instruction definitions from the Hexagon backend.Jyotsna Verma2012-11-201-74/+0
* Added multiclass for post-increment load instructions.Jyotsna Verma2012-11-141-102/+0
* Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen2012-07-131-3/+3
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-141-192/+189
* Hexagon constant extender support.Brendon Cahoon2012-05-111-189/+192
* Update load/store instruction patterns in Hexagon V4.Sirish Pande2012-05-081-492/+492
* Extensions of Hexagon V4 instructions.Sirish Pande2012-05-031-384/+2578
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-231-2538/+375