aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/PTXMachineFunctionInfo.h
Commit message (Expand)AuthorAgeFilesLines
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-281-2/+2
* PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski2011-09-271-0/+17
* PTX: Cleanup unused code in PTXMachineFunctionInfoJustin Holewinski2011-09-231-101/+50
* PTX: Generalize handling of .param typesJustin Holewinski2011-09-231-0/+6
* PTX: Use .param space for device function return values on SM 2.0+, and attemptJustin Holewinski2011-09-221-37/+76
* PTX: Fixup codegen to handle emission of virtual registers.Justin Holewinski2011-09-221-0/+53
* PTX: Add initial support for device function callsJustin Holewinski2011-08-091-0/+9
* PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski2011-06-231-3/+7
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-161-5/+12
* ptx: fix parameter orderingChe-Liang Chiou2011-04-211-4/+1
* ptx: PTXMachineFunctionInfo no longer sort registers and so should not use st...Che-Liang Chiou2011-04-211-2/+3
* Revert r129846; it's breaking a buildbot. SeeEli Friedman2011-04-201-0/+1
* ptx: fix parameter orderingChe-Liang Chiou2011-04-201-1/+0
* Add 64-bit addressing to PTX backendChe-Liang Chiou2011-03-021-4/+7
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-101-2/+2
* Add generating function declaration for PTXChe-Liang Chiou2010-11-081-0/+1
* Add physical register counting functionsChe-Liang Chiou2010-11-081-0/+78