summaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/PTXTargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+4
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-201-1/+17
* ptx: fix lint and compiler warningsChe-Liang Chiou2011-03-021-1/+1
* Add 64-bit addressing to PTX backendChe-Liang Chiou2011-03-021-4/+4
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-4/+6
* ptx: add store instructionChe-Liang Chiou2011-01-011-0/+2
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-1/+2
* Add the exit instruction to the PTX target.Eric Christopher2010-09-181-5/+33
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-071-0/+27