aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PTX
Commit message (Expand)AuthorAgeFilesLines
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13
* PTX: Continue to fix up the register mess.Justin Holewinski2011-12-062-6/+6
* allow non-device function calls in PTX when natively handling device-side printfDan Bailey2011-11-111-0/+25
* fixed global array handling for ptx to use the correct bit widthsDan Bailey2011-11-032-30/+30
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-241-6/+6
* PTX: Fix disabling of MAD instruction selectionJustin Holewinski2011-10-181-2/+10
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-291-5/+9
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-284-4/+4
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-272-0/+66
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-261-2/+2
* PTX: Add .align tests to stack object test fileJustin Holewinski2011-09-261-2/+11
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-261-0/+10
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-262-130/+0
* PTX: Handle function call return valuesJustin Holewinski2011-09-231-0/+13
* PTX: Start fixing function callsJustin Holewinski2011-09-231-2/+1
* PTX: fixup test cases for register changesJustin Holewinski2011-09-2222-524/+526
* PTX: Add initial support for device function callsJustin Holewinski2011-08-091-0/+14
* PTX: corrected tests that were failingDan Bailey2011-06-252-6/+6
* PTX: Reverting implementation of i8.Dan Bailey2011-06-254-250/+0
* PTX: Add support for i8 type and introduce associated .b8 registersDan Bailey2011-06-244-0/+250
* PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski2011-06-2320-295/+318
* PTX: Fixup test cases for device param changesJustin Holewinski2011-06-232-2/+2
* PTX: Add signed integer comparisonsJustin Holewinski2011-06-221-0/+72
* PTX: Add .address_size directive if PTX version >= 2.3Justin Holewinski2011-06-221-0/+2
* PTX: Fix conversion between predicates and value typesJustin Holewinski2011-06-202-54/+64
* PTX: Adjust rounding modesJustin Holewinski2011-06-176-22/+22
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-1614-82/+82
* PTX: add flag to disable mad/fma selectionJustin Holewinski2011-05-181-0/+16
* PTX: add test cases for cvt, fneg, and selpJustin Holewinski2011-05-103-0/+274
* PTX: add PTX 2.3 language targetJustin Holewinski2011-05-061-0/+1
* PTX: support for bitwise operations on predicatesJustin Holewinski2011-04-281-0/+24
* Make tests more useful.Benjamin Kramer2011-04-251-1/+1
* ptx: fix parameter orderingChe-Liang Chiou2011-04-211-4/+4
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-2019-24/+24
* ptx: support setp's 4-operand formatChe-Liang Chiou2011-04-021-0/+25
* 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