aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PTX/PTXMachineFunctionInfo.h
AgeCommit message (Expand)Author
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-06PTX: Continue to fix up the register mess.Justin Holewinski
2011-12-06PTX: Encode registers as unsigned values in the MC asm printer instead of usi...Justin Holewinski
2011-09-28PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski
2011-09-27PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski
2011-09-23PTX: Cleanup unused code in PTXMachineFunctionInfoJustin Holewinski
2011-09-23PTX: Generalize handling of .param typesJustin Holewinski
2011-09-22PTX: Use .param space for device function return values on SM 2.0+, and attemptJustin Holewinski
2011-09-22PTX: Fixup codegen to handle emission of virtual registers.Justin Holewinski
2011-08-09PTX: Add initial support for device function callsJustin Holewinski
2011-06-23PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski
2011-06-16PTX: Finish new calling convention implementationJustin Holewinski
2011-04-21ptx: fix parameter orderingChe-Liang Chiou
2011-04-21ptx: PTXMachineFunctionInfo no longer sort registers and so should not use st...Che-Liang Chiou
2011-04-20Revert r129846; it's breaking a buildbot. SeeEli Friedman
2011-04-20ptx: fix parameter orderingChe-Liang Chiou
2011-03-02Add 64-bit addressing to PTX backendChe-Liang Chiou
2011-02-10ptx: add passing parameter to kernel functionsChe-Liang Chiou
2010-11-08Add generating function declaration for PTXChe-Liang Chiou
2010-11-08Add physical register counting functionsChe-Liang Chiou