summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PTX/PTXMFInfoExtract.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-85/+0
| | | | | | | | This back-end was deprecated in favor of the NVPTX back-end. NV_CONTRIB llvm-svn: 157417
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change ↵Craig Topper2012-04-201-6/+6
| | | | | | since they are equivalent. llvm-svn: 155188
* Clean up some Release build warnings.Benjamin Kramer2011-12-271-0/+2
| | | | llvm-svn: 147289
* PTX: Continue to fix up the register mess.Justin Holewinski2011-12-061-1/+14
| | | | llvm-svn: 145947
* Move code into anonymous namespaces.Benjamin Kramer2011-11-261-2/+4
| | | | llvm-svn: 145154
* PTX: Cleanup unused code in the PTXMFInfoExtract passJustin Holewinski2011-09-231-31/+0
| | | | llvm-svn: 140374
* PTX: Use .param space for device function return values on SM 2.0+, and attemptJustin Holewinski2011-09-221-1/+1
| | | | | | to fix up parameter passing on SM < 2.0 llvm-svn: 140309
* PTX: Fixup codegen to handle emission of virtual registers.Justin Holewinski2011-09-221-0/+7
| | | | llvm-svn: 140307
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-161-5/+1
| | | | llvm-svn: 133172
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-021-2/+2
| | | | | | | | | | | | | | - Allow i16, i32, i64, float, and double types, using the native .u16, .u32, .u64, .f32, and .f64 PTX types. - Allow loading/storing of all primitive types. - Allow primitive types to be passed as parameters. - Allow selection of PTX Version and Shader Model as sub-target attributes. - Merge integer/floating-point test cases for load/store. - Use .u32 instead of .s32 to conform to output from NVidia nvcc compiler. Patch by Justin Holewinski llvm-svn: 126824
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-101-1/+3
| | | | llvm-svn: 125279
* ptx: add store instructionChe-Liang Chiou2011-01-011-4/+22
| | | | llvm-svn: 122652
* Add physical register counting functionsChe-Liang Chiou2010-11-081-0/+76
llvm-svn: 118397
OpenPOWER on IntegriCloud