R600/SI: Add InstrMapping for noret atomics.
[oota-llvm.git] / lib / Target / R600 / SIInstrInfo.td
2014-09-08 Matt ArsenaultR600/SI: Add InstrMapping for noret atomics.
2014-08-29 Matt ArsenaultR600/SI: Use mad for fsub + fmul
2014-08-22 Tom StellardR600/SI: Use READ2/WRITE2 instructions for 64-bit mem...
2014-08-22 Tom StellardR600/SI: Use a ComplexPattern for DS loads and stores
2014-08-22 Tom StellardR600/SI: Use correct helper class for DS_WRITE2 instruc...
2014-08-11 Tom StellardR600/SI: Add a ComplexPattern for selecting MUBUF _OFFS...
2014-08-11 Tom StellardR600/SI: Add an _OFFEN variant MUBUF_STORE_* and use...
2014-08-11 Tom StellardR600/SI: Clear lds bit on MUBUF instructions used for...
2014-08-05 Tom StellardR600/SI: Update MUBUF assembly string to match AMD...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Matt ArsenaultR600/SI: Fix definitions for ds_read2 / ds_write2 instr...
2014-08-03 Matt ArsenaultR600/SI: Fix extra whitespace in asm str
2014-08-01 Matt ArsenaultR600/SI: Don't display GDS bit for read2
2014-08-01 Tom StellardR600/SI: Do abs/neg folding with ComplexPatterns
2014-07-21 Tom StellardR600/SI: Refactor VOP3 instruction definitions
2014-07-21 Tom StellardR600/SI: Initailize encoding fields of unused VOP3...
2014-07-21 Tom StellardR600/SI: Initialize unused VOP3 sources to 0 instead...
2014-07-21 Tom StellardR600/SI: Add instruction shrinking pass
2014-07-21 Tom StellardR600/SI: VOPC instructions explicitly define VCC
2014-07-21 Tom StellardR600/SI: Use scratch memory for large private arrays
2014-07-21 Tom StellardR600/SI: Remove vaddr operand from BUFFER_LOAD_*_OFFSET...
2014-07-21 Tom StellardR600/SI: Store constant initializer data in constant...
2014-07-21 Tom StellardR600/SI: Use a custom encoding method for simm16 in...
2014-07-02 Tom StellardR600/SI: Use a ComplexPattern for ADDR64 addressing...
2014-06-24 Tom StellardR600/SI: Use a ComplexPattern for MUBUF stores
2014-06-23 Matt ArsenaultR600/SI: Fix div_scale intrinsic.
2014-06-18 Marek OlsakR600/SI: add gather4 and getlod intrinsics (v3)
2014-06-18 Matt ArsenaultR600/SI: Prettier operand printing for 64-bit ops.
2014-06-18 Matt ArsenaultR600/SI: Comparisons set vcc.
2014-06-17 Tom StellardR600/SI: Make sure target flags are set on pseudo VOP3...
2014-06-12 Matt ArsenaultR600/SI: Use a register set to -1 for data0 on ds_inc...
2014-06-11 Matt ArsenaultR600/SI: Add common 64-bit LDS atomics
2014-06-11 Matt ArsenaultR600/SI: Add instruction definitions for more LDS ops
2014-06-10 Matt ArsenaultR600/SI: Implement i64 ctpop
2014-06-09 Matt ArsenaultR600/SI: Rename VOP3 helper class to be more general
2014-05-16 Tom StellardR600/SI: Refactor the VOP3_32 tablegen class
2014-05-10 Vincent LejeuneR600/SI: Prettier display of input modifiers
2014-05-09 Tom StellardR600/SI: Fix SMRD pattern for offsets > 32 bits
2014-05-01 Matt ArsenaultR600/SI: Fix verifier error with pseudo store instructions.
2014-04-17 Tom StellardR600/SI: Stop using i128 as the resource descriptor...
2014-04-15 Matt ArsenaultR600/SI: Print more immediates in hex format
2014-04-11 Matt ArsenaultR600/SI: Refactor SOPC classes slightly.
2014-04-03 Tom StellardR600/SI: Lower 64-bit immediates using REG_SEQUENCE
2014-03-19 Matt ArsenaultR600/SI: Add unused LDS 2 form instructions.
2014-03-19 Matt ArsenaultR600/SI: Match i16 immediate offset of LDS instructions.
2014-03-19 Matt ArsenaultR600/SI: Don't display the GDS bit.
2014-03-19 Matt ArsenaultR600/SI: Merge offset0 and offset1 fields for single...
2014-03-07 Tom StellardR600/SI: Using SGPRs is illegal for instructions that...
2014-02-10 Tom StellardR600/SI: Initialize M0 and emit S_WQM_B64 whenever...
2014-02-06 Tom StellardR600/SI: Add a MUBUF store pattern for Reg+Imm offsets
2014-02-06 Tom StellardR600/SI: Use immediates offsets for SMRD instructions...
2014-01-27 Michel DanzerR600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructions
2013-12-19 Matt ArsenaultR600/SI: Make private pointers be 32-bit.
2013-11-13 Tom StellardR600/SI: Add support for private address space load...
2013-11-13 Tom StellardR600/SI: Prefer SALU instructions for bit shift operations
2013-10-10 Tom StellardR600/SI: Define a separate MIMG instruction for each...
2013-09-12 Tom StellardR600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL trans...
2013-09-05 Tom StellardR600: Add support for local memory atomic add
2013-08-16 Tom StellardRevert "R600/SI: Fix incorrect encoding of DS_WRITE_B32...
2013-08-16 Tom StellardR600/SI: Fix incorrect encoding of DS_WRITE_B32 instruc...
2013-08-16 Tom StellardR600: Add support for i16 and i8 global stores
2013-08-14 Tom StellardR600/SI: Replace v1i32 type with i32 in imageload and...
2013-08-14 Tom StellardR600/SI: Convert v16i8 resource descriptors to i128
2013-08-14 Tom StellardR600/SI: Choose the correct MOV instruction for copying...
2013-08-14 Tom StellardR600/SI: Assign a register class to the $vaddr operand...
2013-08-08 Niels Ole SalscheiderR600/SI: Implement sint<->fp64 conversions
2013-07-12 Benjamin KramerR600: Remove unsafe type punning. No intended functiona...
2013-07-12 Tom StellardR600/SI: SI support for 64bit ConstantFP
2013-07-10 Michel DanzerR600/SI: Initial support for LDS/GDS instructions
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-06 Bill WendlingCast to the correct type. Pointer, not reference.
2013-06-03 Tom StellardR600/SI: Add support for global loads
2013-06-03 Tom StellardR600/SI: Rework MUBUF store instructions
2013-05-20 Tom StellardR600/SI: Use a multiclass for MUBUF_Load_Helper
2013-05-20 Tom StellardR600/SI: Add patterns for 64-bit shift operations
2013-05-20 Tom StellardR600/SI: Use the same names for VOP3 operands and encod...
2013-05-06 Tom StellardR600/SI: Add intrinsic for texture image loading
2013-04-19 Tom StellardR600/SI: Use InstFlag for VOP3 modifier operands
2013-04-10 Christian KonigR600/SI: dynamical figure out the reg class of MIMG
2013-04-10 Christian KonigR600/SI: adjust writemask to only the used components
2013-04-05 Tom StellardR600/SI: Add support for buffer stores v2
2013-04-05 Tom StellardR600/SI: Use same names for corresponding MUBUF operand...
2013-03-27 Christian KonigR600/SI: add cummuting of rev instructions
2013-03-26 Christian KonigR600/SI: avoid unecessary subreg extraction in IMAGE_SAMPLE
2013-03-18 Christian KonigR600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodes
2013-03-01 Christian KonigR600/SI: remove GPR*AlignEncode
2013-02-26 Christian KonigR600/SI: add VOP mapping functions
2013-02-26 Christian KonigR600/SI: add post ISel folding for SI v2
2013-02-26 Christian KonigR600/SI: fix VOP3b encoding v2
2013-02-21 Christian KonigR600/SI: add the missing M*BUF|IMG asm operands
2013-02-21 Christian KonigR600/SI: add the missing S_* asm operands
2013-02-21 Christian KonigR600/SI: rework VOP3 classes
2013-02-21 Christian KonigR600/SI: simplify VOPC_* pattern v2
2013-02-21 Christian KonigR600/SI: rework VOP2_* pattern v2
2013-02-21 Christian KonigR600/SI: rework VOP1_* patterns v2
2013-02-21 Christian KonigR600/SI: add constant for inline zero operand
2013-02-21 Christian KonigR600/SI: cleanup SIInstrInfo.td and SIInstrFormat.td
2013-02-16 Christian KonigR600/SI: Add pattern to simplify i64 loading
2013-02-16 Christian KonigR600/SI: nuke SReg_1 v3
2013-02-16 Christian KonigR600/SI: move *_Helper definitions to SIInstrFormat.td
next