summaryrefslogtreecommitdiff
path: root/test/CodeGen/PTX
Commit message (Expand)AuthorAge
* PTX: Adjust rounding modesJustin Holewinski2011-06-17
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-16
* PTX: add flag to disable mad/fma selectionJustin Holewinski2011-05-18
* PTX: add test cases for cvt, fneg, and selpJustin Holewinski2011-05-10
* PTX: add PTX 2.3 language targetJustin Holewinski2011-05-06
* PTX: support for bitwise operations on predicatesJustin Holewinski2011-04-28
* Make tests more useful.Benjamin Kramer2011-04-25
* ptx: fix parameter orderingChe-Liang Chiou2011-04-21
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-20
* ptx: support setp's 4-operand formatChe-Liang Chiou2011-04-02
* ptx: add analyze/insert/remove branchChe-Liang Chiou2011-03-22
* PTX: Fix various codegen issuesJustin Holewinski2011-03-18
* ptx: fix parameter order that is reversedChe-Liang Chiou2011-03-18
* ptx: add unconditional and conditional branchChe-Liang Chiou2011-03-18
* PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski2011-03-15
* PTX: Emit global arrays with proper sizesJustin Holewinski2011-03-14
* PTX: Add support for sqrt/sin/cos intrinsicsJustin Holewinski2011-03-14
* ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou2011-03-14
* PTX: Add preliminary support for floating-point divide and multiply-and-addJustin Holewinski2011-03-10
* ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou2011-03-10
* PTX: Add intrinsic support for ntid, ctaid, and nctaid registersJustin Holewinski2011-03-08
* ptx: add basic intrinsic supportChe-Liang Chiou2011-03-05
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-02
* Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou2011-02-28
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-10
* ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou2011-01-01
* ptx: add store instructionChe-Liang Chiou2011-01-01
* ptx: add state spacesChe-Liang Chiou2010-12-30
* ptx: add ld instruction and testChe-Liang Chiou2010-12-22
* ptx: add shift instructionsChe-Liang Chiou2010-12-06
* ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou2010-11-30
* Add simple arithmetics and %type directive for PTXChe-Liang Chiou2010-11-17
* Add test case mov.ll for PTX device functionChe-Liang Chiou2010-10-19
* Add test case for PTX ret instructionChe-Liang Chiou2010-09-25
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-25
* Add the exit instruction to the PTX target.Eric Christopher2010-09-18