Insert a sanity check on the combining of x86 truncing-store nodes. This comes to...
[oota-llvm.git] / lib / Target / PTX / PTXISelLowering.h
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-08-09 Justin HolewinskiPTX: Add initial support for device function calls
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-16 Justin HolewinskiPTX: Fix whitespace errors
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-04-28 Justin HolewinskiPTX: support for select_cc and fixes for setcc
2011-03-18 Justin HolewinskiPTX: Fix various codegen issues
2011-02-10 Che-Liang Chiouptx: add passing parameter to kernel functions
2010-12-22 Che-Liang Chiouptx: add ld instruction and test
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.