ptx: add basic intrinsic support
[oota-llvm.git] / lib / Target / PTX / PTXInstrInfo.td
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.