Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC...
[oota-llvm.git] / lib / Target / PTX / PTXInstrInfo.td
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-06 Justin HolewinskiPTX: Continue to fix up the register mess.
2011-11-11 Dan Baileyadd rules in tabgen for PTX COPY_ADDRESS of frameindex
2011-10-18 Justin HolewinskiPTX: Fix disabling of MAD instruction selection
2011-10-06 Justin HolewinskiPTX: Implement signed division
2011-09-30 Justin HolewinskiPTX: Add programmable rounding mode specifier for int...
2011-09-30 Justin HolewinskiPTX: Attempt to cleanup/unify the handling of FP roundi...
2011-09-29 Justin HolewinskiPTX: Add new patterns for bitconvert and any_extend
2011-09-27 Justin HolewinskiPTX: Add support for sitofp in backend
2011-09-26 Justin HolewinskiPTX: Implement ISD::ANY_EXTEND
2011-09-26 Justin HolewinskiPTX: Split up the TableGen instruction definitions...
2011-09-26 Justin HolewinskiPTX: Unify handling of loads/stores
2011-09-26 Justin HolewinskiPTX: Handle FrameIndex nodes
2011-09-23 Justin HolewinskiPTX: Fix another 80-column violation
2011-09-23 Justin Holewinski[PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td...
2011-09-23 Justin HolewinskiPTX: Generalize handling of .param types
2011-09-22 Justin HolewinskiPTX: Use .param space for device function return values...
2011-08-09 Justin HolewinskiPTX: Add initial support for device function calls
2011-06-25 Dan BaileyPTX: Reverting implementation of i8.
2011-06-24 Dan BaileyPTX: Add support for i8 type and introduce associated...
2011-06-24 Justin HolewinskiPTX: Re-work target sm/compute selection and add some...
2011-06-23 Justin HolewinskiPTX: Prevent DCE from eliminating st.param calls, and...
2011-06-23 Justin HolewinskiPTX: Use .param space for parameters in device function...
2011-06-22 Justin HolewinskiPTX: Add signed integer comparisons
2011-06-20 Justin HolewinskiPTX: Fix conversion between predicates and value types
2011-06-20 Justin HolewinskiPTX: Add basic register spilling code
2011-06-17 Justin HolewinskiPTX: Adjust rounding modes
2011-06-16 Justin HolewinskiPTX: Rename register classes for readability and combin...
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.