PTX: Finish new calling convention implementation
[oota-llvm.git] / lib / Target / PTX / PTXISelLowering.cpp
2011-06-16 Justin HolewinskiPTX: Finish new calling convention implementation
2011-06-16 Justin HolewinskiPTX: Rename register classes for readability and combin...
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-04-28 Justin HolewinskiPTX: support for zext loads and trunc stores
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-18 Justin HolewinskiPTX: Fix various codegen issues
2011-03-18 Che-Liang Chiouptx: add unconditional and conditional branch
2011-03-15 Duncan SandsAvoid a compiler warning about reg possibly being used...
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
2010-12-22 Che-Liang Chiouptx: add ld instruction and test
2010-11-08 Che-Liang ChiouAdd physical register counting functions
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
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.