[Hexagon] Remove TFRI_V4 instruction, use existing A2_tfrsi instead
[oota-llvm.git] / lib / Target / Hexagon / HexagonInstrInfoV4.td
2015-12-02 Krzysztof Parzyszek[Hexagon] Remove TFRI_V4 instruction, use existing...
2015-11-23 Krzysztof Parzyszek[Hexagon] Update instruction formats
2015-11-10 Colin LeMahieu[Hexagon] Fixing store instructions and reenabling...
2015-11-10 Colin LeMahieu[Hexagon] Fixing load instruction parsing and reenablin...
2015-10-20 Krzysztof Parzyszek[Hexagon] Fix isNVStorable flag in .td files
2015-10-20 Krzysztof Parzyszek[Hexagon] Remove the remnants of isConstExtProfitable
2015-06-05 Colin LeMahieu[Hexagon] Reapply r239097 with tests corrected for...
2015-06-04 Colin LeMahieuRevert r239095 incorrect test tree.
2015-06-04 Colin LeMahieu[Hexagon] Adding functionality for duplexing. Duplexin...
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-22 Krzysztof Parzyszek[Hexagon] Some cleanup of instruction selection code
2015-04-22 Krzysztof Parzyszek[Hexagon] Use A2_tfrsi for constant pool and jump table...
2015-04-21 Krzysztof Parzyszek[Hexagon] Patterns for frame index with offset for...
2015-03-12 Krzysztof ParzyszekRemove unused complex patterns for addressing modes...
2015-03-12 Krzysztof ParzyszekEliminate constant-extender profitability checks from...
2015-03-10 Colin LeMahieu[Hexagon] Adding frame index + add load/store patterns.
2015-03-10 Colin LeMahieu[Hexagon] Simplifying deallocret definitions.
2015-03-10 Colin LeMahieu[Hexagon] Separating InstHexagon from OpcodeHexagon.
2015-03-10 Colin LeMahieu[Hexagon] Adding nodes for PIC support.
2015-03-10 Colin LeMahieu[Hexagon] Adding DuplexInst instruction format and...
2015-03-09 Colin LeMahieu[Hexagon] Eliminating immediate condition set.
2015-02-10 Colin LeMahieu[Hexagon] Adding vector load with post-increment instru...
2015-02-09 Colin LeMahieu[Hexagon] Adding missing load instructions and removing...
2015-02-09 Colin LeMahieu[Hexagon] Factoring classes out of some load patterns...
2015-02-09 Colin LeMahieu[Hexagon] Removing more V4 predicates since V4 is the...
2015-02-09 Colin LeMahieu[Hexagon] Removing v2-4 flags. V4 is the minimum suppo...
2015-02-09 Colin LeMahieu[Hexagon] Cleaning up definition formatting.
2015-02-05 Colin LeMahieu[Hexagon] Renaming v4 compare-and-jump instructions.
2015-02-05 Colin LeMahieu[Hexagon] Since decoding conflicts have been resolved...
2015-02-05 Colin LeMahieu[Hexagon] Deleting unused instructions and adding isCod...
2015-02-04 Colin LeMahieu[Hexagon] Updating load extend to i64 patterns.
2015-02-04 Colin LeMahieu[Hexagon] Cleaning up i1 load and extension patterns.
2015-02-04 Colin LeMahieu[Hexagon] Simplifying more load and store patterns...
2015-02-04 Colin LeMahieu[Hexagon] Simplifying some load and store patterns.
2015-02-04 Colin LeMahieu[Hexagon] Converting absolute-address load patterns...
2015-02-04 Colin LeMahieu[Hexagon] Converting atomic store/load to use AddrGP...
2015-02-04 Colin LeMahieu[Hexagon] Simplifying some store patterns. Adding...
2015-02-04 Colin LeMahieu[Hexagon] Adding selection for GlobalAddress and conver...
2015-02-04 Colin LeMahieu[Hexagon] Replacing some load patterns with cleaner...
2015-02-04 Colin LeMahieu[Hexagon] Adding missing isCodeGenOnly = 0
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding bits for indirect long load...
2015-02-04 Colin LeMahieu[Hexagon] Changing some isCodeGenOnly to isAsmParserOnl...
2015-02-03 Colin LeMahieu[Hexagon] Marking a bunch of non-encoded instructions...
2015-01-30 Colin LeMahieu[Hexagon] Adding vector predicate instructions.
2015-01-30 Colin LeMahieu[Hexagon] Adding vector multiplies. Cleaning up tests.
2015-01-30 Colin LeMahieu[Hexagon] Adding XTYPE/COMPLEX instructions and cleanin...
2015-01-30 Colin LeMahieu[Hexagon] Adding XTYPE/ALU vector instructions. Organi...
2015-01-30 Colin LeMahieu[Hexagon] Adding a number of vector load variants and...
2015-01-29 Colin LeMahieu[Hexagon] Organizing tests and adding a few missing...
2015-01-29 Colin LeMahieu[Hexagon] Adding missing instruction encodings and...
2015-01-28 Colin LeMahieu[Hexagon] Adding XTYPE/MPY intrinsic tests and some...
2015-01-15 Colin LeMahieu[Hexagon] Fix 226206 by uncommenting required pattern...
2015-01-15 Colin LeMahieu[Hexagon] Removing old versions of vsplice, valign...
2015-01-14 Colin LeMahieu[Hexagon] Removing old, unused !tstbit instructions.
2015-01-14 Colin LeMahieu[Hexagon] Removing old versions of cmph and updating...
2015-01-14 Colin LeMahieu[Hexagon] Removing old versions of cmpb and updating...
2015-01-14 Colin LeMahieu[Hexagon] Deleting versions of compare-not that don...
2015-01-06 Colin LeMahieu[Hexagon] Adding compound jump encodings.
2015-01-06 Colin LeMahieu[Hexagon] Adding encoding for misc v4 instructions...
2015-01-06 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-01-06 Colin LeMahieu[Hexagon] Fix 225267. GP register is not yet fully...
2015-01-06 Colin LeMahieu[Hexagon] Adding dealloc_return encoding and absolute...
2015-01-05 Colin LeMahieu[Hexagon] Adding add/sub with carry, logical shift...
2015-01-05 Colin LeMahieu[Hexagon] Adding rounding reg/reg variants, accumulatin...
2015-01-05 Colin LeMahieu[Hexagon] Adding V4 bit manipulating instructions,...
2015-01-05 Colin LeMahieu[Hexagon] Adding V4 logic-logic instructions and tests.
2015-01-05 Colin LeMahieu[Hexagon] Adding orand, bitsplit reg/reg, and modwrap...
2015-01-05 Colin LeMahieu[Hexagon] Adding round reg/imm and bitsplit instructions.
2014-12-31 Colin LeMahieu[Hexagon] Adding accumulating add/sub, doubleword logic...
2014-12-30 Colin LeMahieu[Hexagon] Adding double-logic on predicate instructions.
2014-12-30 Colin LeMahieu[Hexagon] Adding newvalue compare and jumps.
2014-12-30 Colin LeMahieu[Hexagon] Adding postincrement register newvalue stores.
2014-12-30 Colin LeMahieu[Hexagon] Removing old newvalue store variants. Adding...
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed store new-value variants.
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed store of immediates.
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed stores.
2014-12-30 Colin LeMahieu[Hexagon] Adding reg-reg indexed load forms.
2014-12-30 Colin LeMahieu[Hexagon] Dropping old combine instructions without...
2014-12-30 Colin LeMahieu[Hexagon] Adding compare byte/halfword reg-reg/reg...
2014-12-30 Colin LeMahieu[Hexagon] Updating constant extender def, adding alu...
2014-12-23 Colin LeMahieu[Hexagon] Reapplying 224775 load words.
2014-12-23 Colin LeMahieuReverting 224775 until mayLoad flag is addressed.
2014-12-23 Colin LeMahieu[Hexagon] Adding word loads.
2014-12-23 Colin LeMahieu[Hexagon] Adding signed halfword loads.
2014-12-23 Colin LeMahieu[Hexagon] Adding unsigned halfword load.
2014-12-22 Colin LeMahieu[Hexagon] Adding classes and load unsigned byte instruc...
2014-12-19 Colin LeMahieu[Hexagon] Removing old variants of instructions and...
2014-12-11 Colin LeMahieu[Hexagon] Adding encoding information for sign extend...
2014-12-10 Colin LeMahieu[Hexagon] Adding combine ri/ir instructions.
2014-12-10 Colin LeMahieu[Hexagon] Adding encodings for JR class instructions...
2014-12-09 Colin LeMahieu[Hexagon] Updating rr/ri 32/64 transfer encodings and...
2014-12-09 Colin LeMahieu[Hexagon] Updating predicate register transfers and...
2014-12-05 Colin LeMahieu[Hexagon] Updating mux_ir/ri/ii/rr with encoding bits
2014-11-26 Craig TopperReplace neverHasSideEffects=1 with hasSideEffects=0...
2014-11-25 Colin LeMahieu[Hexagon] Replacing cmp* instructions with ones that...
2014-09-25 Sid ManningAdd missing attributes !cmp.[eq,gt,gtu] instructions.
next