R600/SI: add some more instruction flags
[oota-llvm.git] / lib / Target / R600 / SIInstructions.td
2013-02-26 Christian KonigR600/SI: add some more instruction flags
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-26 Christian KonigR600/SI: fix and cleanup SI register definition v2
2013-02-22 Michel DanzerR600/SI: Add pattern for sign extension of i1 to i32.
2013-02-22 Michel DanzerR600/SI: Add pattern for logical or of i1 values.
2013-02-22 Michel DanzerR600/SI: Add pattern for fceil.
2013-02-21 Christian KonigR600/SI: inline V_ADD|SUB_F32 patterns
2013-02-21 Christian KonigR600/SI: replace IMPLICIT_DEF with SIOperand.ZERO
2013-02-21 Christian KonigR600/SI: replace SI_V_CNDLT with a pattern
2013-02-21 Christian KonigR600/SI: use patterns for clamp, fabs, fneg
2013-02-21 Christian KonigR600/SI: add all the other missing asm operands v2
2013-02-21 Christian KonigR600/SI: simplify VOPC_* pattern v2
2013-02-21 Michel DanzerR600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32
2013-02-18 Vincent LejeuneR600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for...
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: cleanup literal handling v3
2013-02-16 Christian KonigR600/SI: replace AllReg_* with [SV]Src_* v2
2013-02-14 Michel DanzerR600/SI: Fix int_SI_fs_interp_constant
2013-02-07 Tom StellardR600/SI: Add pattern for mul.
2013-02-07 Tom StellardR600/SI: simplify and fix SMRD encoding
2013-02-07 Tom StellardR600/SI: add proper 64bit immediate support v2
2013-02-07 Tom StellardR600/SI: Use proper instructions for array/shadow samplers.
2013-02-07 Tom StellardR600/SI: Make sample intrinsic address parameter type...
2013-02-07 Tom StellardR600/SI: Add basic support for more integer vector...
2013-02-07 Michel DanzerR600/SI: Add pattern for flog2
2013-02-07 Tom StellardR600: Consolidate sub register indices.
2013-02-05 Tom StellardR600/SI: Add patterns for fcos and fsin.
2013-01-21 Tom StellardR600/SI: Use unnormalized coordinates for sampling...
2013-01-21 Tom StellardR600/SI: Take target parameter for sample intrinsics.
2013-01-18 Tom StellardR600: Optimize and cleanup KILL on SI
2012-12-19 Tom StellardR600: New control flow for SI v2
2012-12-17 Tom StellardR600: enable S_*N2_* instructions
2012-12-11 Tom StellardAdd R600 backend