aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PTX/PTXMFInfoExtract.cpp
AgeCommit message (Expand)Author
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2011-12-27Clean up some Release build warnings.Benjamin Kramer
2011-12-06PTX: Continue to fix up the register mess.Justin Holewinski
2011-11-26Move code into anonymous namespaces.Benjamin Kramer
2011-09-23PTX: Cleanup unused code in the PTXMFInfoExtract passJustin 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-06-16PTX: Finish new calling convention implementationJustin Holewinski
2011-03-02Extend initial support for primitive types in PTX backendChe-Liang Chiou
2011-02-10ptx: add passing parameter to kernel functionsChe-Liang Chiou
2011-01-01ptx: add store instructionChe-Liang Chiou
2010-11-08Add physical register counting functionsChe-Liang Chiou