LLVMBuild: Introduce a common section which currently has a list of the
[oota-llvm.git] / lib / Target / PTX / PTXISelDAGToDAG.cpp
2011-10-05 Duncan SandsEnsure OpCode is not used uninitialized.
2011-09-30 Justin HolewinskiPTX: Various stylistic and code readability changes...
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)
2011-09-27 Justin HolewinskiPTX: Use external symbols to keep track of params and...
2011-09-26 Justin HolewinskiPTX: Fix detection of stack load/store vs. global load...
2011-09-26 Justin HolewinskiPTX: Handle FrameIndex nodes
2011-09-22 Justin HolewinskiPTX: Use .param space for device function return values...
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-03-23 Justin HolewinskiPTX: Improve support for 64-bit addressing
2011-03-18 Che-Liang Chiouptx: add unconditional and conditional branch
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.