aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PTX
Commit message (Expand)AuthorAgeFilesLines
* ptx: add analyze/insert/remove branchChe-Liang Chiou2011-03-221-0/+3
* PTX: Fix various codegen issuesJustin Holewinski2011-03-183-46/+91
* ptx: fix parameter order that is reversedChe-Liang Chiou2011-03-181-0/+8
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-181-0/+21
* PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski2011-03-152-82/+83
* PTX: Emit global arrays with proper sizesJustin Holewinski2011-03-142-40/+40
* PTX: Add support for sqrt/sin/cos intrinsicsJustin Holewinski2011-03-141-0/+56
* ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou2011-03-141-0/+109
* PTX: Add preliminary support for floating-point divide and multiply-and-addJustin Holewinski2011-03-103-0/+47
* ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou2011-03-101-34/+176
* PTX: Add intrinsic support for ntid, ctaid, and nctaid registersJustin Holewinski2011-03-081-0/+96
* ptx: add basic intrinsic supportChe-Liang Chiou2011-03-051-0/+43
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-029-254/+883
* Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou2011-02-286-0/+229
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-101-1/+8
* ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou2011-01-012-10/+4
* ptx: add store instructionChe-Liang Chiou2011-01-011-0/+78
* ptx: add state spacesChe-Liang Chiou2010-12-301-1/+34
* ptx: add ld instruction and testChe-Liang Chiou2010-12-221-0/+44
* ptx: add shift instructionsChe-Liang Chiou2010-12-062-0/+65
* ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou2010-11-301-0/+6
* Add simple arithmetics and %type directive for PTXChe-Liang Chiou2010-11-175-6/+38
* Add test case mov.ll for PTX device functionChe-Liang Chiou2010-10-191-0/+13
* Add test case for PTX ret instructionChe-Liang Chiou2010-09-251-0/+6
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-251-1/+1
* Add the exit instruction to the PTX target.Eric Christopher2010-09-182-0/+11