aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PTX/cvt.ll
Commit message (Expand)AuthorAgeFilesLines
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-290/+0
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-241-6/+6
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-291-5/+9
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-271-0/+42
* PTX: fixup test cases for register changesJustin Holewinski2011-09-221-69/+69
* PTX: corrected tests that were failingDan Bailey2011-06-251-5/+5
* PTX: Reverting implementation of i8.Dan Bailey2011-06-251-83/+0
* PTX: Add support for i8 type and introduce associated .b8 registersDan Bailey2011-06-241-0/+83
* PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski2011-06-231-40/+40
* PTX: Fix conversion between predicates and value typesJustin Holewinski2011-06-201-39/+49
* PTX: Adjust rounding modesJustin Holewinski2011-06-171-8/+8
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-161-18/+18
* PTX: add test cases for cvt, fneg, and selpJustin Holewinski2011-05-101-0/+234