summaryrefslogtreecommitdiff
path: root/lib/Target/PTX/PTXMachineFunctionInfo.h
Commit message (Expand)AuthorAge
* PTX: Continue to fix up the register mess.Justin Holewinski2011-12-06
* PTX: Encode registers as unsigned values in the MC asm printer instead of usi...Justin Holewinski2011-12-06
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-28
* PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski2011-09-27
* PTX: Cleanup unused code in PTXMachineFunctionInfoJustin Holewinski2011-09-23
* PTX: Generalize handling of .param typesJustin Holewinski2011-09-23
* PTX: Use .param space for device function return values on SM 2.0+, and attemptJustin Holewinski2011-09-22
* PTX: Fixup codegen to handle emission of virtual registers.Justin Holewinski2011-09-22
* PTX: Add initial support for device function callsJustin Holewinski2011-08-09
* PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski2011-06-23
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-16
* ptx: fix parameter orderingChe-Liang Chiou2011-04-21
* ptx: PTXMachineFunctionInfo no longer sort registers and so should not use st...Che-Liang Chiou2011-04-21
* Revert r129846; it's breaking a buildbot. SeeEli Friedman2011-04-20
* ptx: fix parameter orderingChe-Liang Chiou2011-04-20
* Add 64-bit addressing to PTX backendChe-Liang Chiou2011-03-02
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-10
* Add generating function declaration for PTXChe-Liang Chiou2010-11-08
* Add physical register counting functionsChe-Liang Chiou2010-11-08