PTX: Add intrinsic support for ntid, ctaid, and nctaid registers
[oota-llvm.git] / lib / Target / PTX / PTXISelDAGToDAG.cpp
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-10 Che-Liang Chiouptx: add passing parameter to kernel functions
2011-01-01 Che-Liang Chiouptx: remove reg-reg addressing mode and st.const
2010-12-22 Che-Liang Chiouptx: add ld instruction and test
2010-11-30 Che-Liang Chiouptx: add ld instruction
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.