Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
[oota-llvm.git] / lib / Target / R600 / R600Instructions.td
2013-04-23 Vincent LejeuneR600: Use .AMDGPU.config section to emit stacksize
2013-04-23 Vincent LejeuneR600: Add CF_END
2013-04-19 Tom StellardR600: Add pattern for the BFI_INT instruction
2013-04-17 Vincent LejeuneR600: Make Export Instruction not duplicable
2013-04-17 Vincent LejeuneR600: Export is emitted as a CF_NATIVE inst
2013-04-10 Michel DanzerR600/SI: Add pattern for AMDGPUurecip
2013-04-08 Vincent LejeuneR600: Control Flow support for pre EG gen
2013-04-01 Vincent LejeuneR600: Add support for native control flow
2013-04-01 Vincent LejeuneR600: Emit CF_ALU and use true kcache register.
2013-03-31 Vincent LejeuneR600: Emit native instructions for tex
2013-03-22 Michel DanzerR600: Use legacy (0 * anything = 0) MUL instructions...
2013-03-18 Christian KonigR600/SI: add float vector types
2013-03-11 Vincent LejeuneR600: Fix JUMP handling so that MachineInstr verificati...
2013-03-08 Tom StellardR600: Improve custom lowering of select_cc
2013-03-05 Vincent LejeuneR600: Remove LowerConstCopyPass and lower CONST_COPY...
2013-03-05 Vincent LejeuneR600: CONST_ADDRESS node is not marked as mayLoad anymore
2013-03-05 Vincent LejeuneR600: Use MUL_IEEE for trig/fdiv intrinsic
2013-03-05 Vincent LejeuneR600: Add support for indirect addressing of non defaul...
2013-02-21 Tom StellardR600: Fix for Unigine when MachineSched is enabled
2013-02-18 Vincent LejeuneR600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for...
2013-02-18 Vincent LejeuneR600: Support for TBO
2013-02-14 Vincent LejeuneR600: Export instructions are no longer terminator
2013-02-14 Vincent LejeuneR600: Fold zero/one in export instructions
2013-02-13 Tom StellardR600: Add support for 128-bit parameters
2013-02-12 Michel DanzerR600: Fix regression with shadow array sampler on pre...
2013-02-10 Vincent LejeuneTest Commit - Remove some trailing whitespace in R600In...
2013-02-07 Tom StellardR600/SI: Use proper instructions for array/shadow samplers.
2013-02-07 Tom StellardR600: Consolidate sub register indices.
2013-02-07 Tom StellardR600: Add support for SET*_DX10 instructions
2013-02-07 Tom StellardR600: Fix assembly name for SETGT_INT
2013-02-06 Tom StellardR600: Support for indirect addressing v4
2013-02-05 Jakob Stoklund OlesenDon't use MRI liveouts in R600.
2013-02-05 Tom StellardR600: improve inputs/interpolation handling
2013-01-31 Tom StellardR600: Make store_dummy intrinsic more general by passin...
2013-01-23 Tom StellardR600: Add a llvm.R600.store.swizzle intrinsics
2013-01-23 Tom StellardR600: Simplify stream outputs intrinsic
2013-01-23 Tom StellardR600: rework handling of the constants
2013-01-23 Tom StellardR600: Add a CONST_ADDRESS node to model constant buf...
2013-01-23 Tom StellardR600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen def
2013-01-21 Tom StellardR600/SI: Use unnormalized coordinates for sampling...
2012-12-21 Tom StellardR600: Fix MAX_UINT definition
2012-12-21 Tom StellardR600: Add SHADOWCUBE to TEX_SHADOW pattern
2012-12-19 Tom StellardR600: New control flow for SI v2
2012-12-11 Tom StellardAdd R600 backend