aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/PTXISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-356/+0
* Ensure OpCode is not used uninitialized.Duncan Sands2011-10-051-1/+3
* PTX: Various stylistic and code readability changes recommended by Jim Grosbach.Justin Holewinski2011-09-301-3/+3
* 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-11/+7
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-261-25/+60
* PTX: Handle FrameIndex nodesJustin Holewinski2011-09-261-0/+58
* PTX: Use .param space for device function return values on SM 2.0+, and attemptJustin Holewinski2011-09-221-0/+83
* PTX: Prevent DCE from eliminating st.param calls, and unify the handling ofJustin Holewinski2011-06-231-69/+0
* PTX: Use .param space for parameters in device functions for SM >= 2.0Justin Holewinski2011-06-231-11/+46
* PTX: Improve support for 64-bit addressingJustin Holewinski2011-03-231-4/+15
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-181-4/+29
* Add 64-bit addressing to PTX backendChe-Liang Chiou2011-03-021-0/+8
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-021-3/+24
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-101-2/+17
* ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou2011-01-011-12/+9
* ptx: add ld instruction and testChe-Liang Chiou2010-12-221-15/+42
* ptx: add ld instructionChe-Liang Chiou2010-11-301-0/+59
* Add the exit instruction to the PTX target.Eric Christopher2010-09-181-0/+53