PTX: add flag to disable mad/fma selection
[oota-llvm.git] / lib / Target / PTX / PTXInstrInfo.td
2011-05-18 Justin HolewinskiPTX: add flag to disable mad/fma selection
2011-05-10 Justin HolewinskiPTX: add PTX 2.3 setting in PTX sub-target.
2011-04-28 Justin HolewinskiPTX: support for select
2011-04-28 Justin HolewinskiPTX: mov fix and rounding correction for cvt
2011-04-28 Justin HolewinskiPTX: support for fneg
2011-04-28 Justin HolewinskiPTX: support for bitwise operations on predicates
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Che-Liang Chiouptx: add integer div and rem instruction
2011-04-20 Che-Liang Chiouptx: add floating-point comparison to setp
2011-04-02 Che-Liang Chiouptx: support setp's 4-operand format
2011-03-28 Che-Liang Chiouptx: clean up branch code a bit
2011-03-23 Justin HolewinskiPTX: Improve support for 64-bit addressing
2011-03-22 Che-Liang Chiouptx: add analyze/insert/remove branch
2011-03-18 Justin HolewinskiPTX: Fix various codegen issues
2011-03-18 Che-Liang Chiouptx: add unconditional and conditional branch
2011-03-15 Justin HolewinskiPTX: Set PTX 2.0 as the minimum supported version
2011-03-14 Justin HolewinskiPTX: Add support for sqrt/sin/cos intrinsics
2011-03-14 Che-Liang Chiouptx: add set.p instruction and related changes to predi...
2011-03-10 Justin HolewinskiPTX: Add preliminary support for floating-point divide...
2011-03-05 Che-Liang Chiouptx: add basic intrinsic support
2011-03-02 Che-Liang ChiouAdd 64-bit addressing to PTX backend
2011-03-02 Che-Liang ChiouExtend initial support for primitive types in PTX backend
2011-02-28 Che-Liang ChiouAdd preliminary support for .f32 in the PTX backend.
2011-02-10 Che-Liang Chiouptx: add passing parameter to kernel functions
2011-01-01 Che-Liang Chiouptx: remove reg-reg addressing mode and st.const
2011-01-01 Che-Liang Chiouptx: add store instruction
2010-12-30 Che-Liang Chiouptx: add state spaces
2010-12-22 Che-Liang Chiouptx: add ld instruction and test
2010-12-06 Che-Liang Chiouptx: add shift instructions
2010-11-30 Che-Liang Chiouptx: add ld instruction
2010-11-17 Che-Liang ChiouAdd simple arithmetics and %type directive for PTX
2010-10-19 Che-Liang ChiouAdd lower argument and return of device function
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.