aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PTX
AgeCommit message (Expand)Author
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-12-06PTX: Continue to fix up the register mess.Justin Holewinski
2011-11-11allow non-device function calls in PTX when natively handling device-side printfDan Bailey
2011-11-03fixed global array handling for ptx to use the correct bit widthsDan Bailey
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman
2011-10-18PTX: Fix disabling of MAD instruction selectionJustin Holewinski
2011-09-29PTX: Add new patterns for bitconvert and any_extendJustin Holewinski
2011-09-28PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski
2011-09-27PTX: Add support for sitofp in backendJustin Holewinski
2011-09-26PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski
2011-09-26PTX: Add .align tests to stack object test fileJustin Holewinski
2011-09-26PTX: Fix some lingering issues with stack allocationJustin Holewinski
2011-09-26PTX: Unify handling of loads/storesJustin Holewinski
2011-09-23PTX: Handle function call return valuesJustin Holewinski
2011-09-23PTX: Start fixing function callsJustin Holewinski
2011-09-22PTX: fixup test cases for register changesJustin Holewinski
2011-08-09PTX: Add initial support for device function callsJustin Holewinski
2011-06-25PTX: corrected tests that were failingDan Bailey
2011-06-25PTX: Reverting implementation of i8.Dan Bailey
2011-06-24PTX: Add support for i8 type and introduce associated .b8 registersDan Bailey
2011-06-23PTX: Always use registers for return values, but use .param space for deviceJustin Holewinski
2011-06-23PTX: Fixup test cases for device param changesJustin Holewinski
2011-06-22PTX: Add signed integer comparisonsJustin Holewinski
2011-06-22PTX: Add .address_size directive if PTX version >= 2.3Justin Holewinski
2011-06-20PTX: Fix conversion between predicates and value typesJustin Holewinski
2011-06-17PTX: Adjust rounding modesJustin Holewinski
2011-06-16PTX: Finish new calling convention implementationJustin Holewinski
2011-05-18PTX: add flag to disable mad/fma selectionJustin Holewinski
2011-05-10PTX: add test cases for cvt, fneg, and selpJustin Holewinski
2011-05-06PTX: add PTX 2.3 language targetJustin Holewinski
2011-04-28PTX: support for bitwise operations on predicatesJustin Holewinski
2011-04-25Make tests more useful.Benjamin Kramer
2011-04-21ptx: fix parameter orderingChe-Liang Chiou
2011-04-20PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski
2011-04-02ptx: support setp's 4-operand formatChe-Liang Chiou
2011-03-22ptx: add analyze/insert/remove branchChe-Liang Chiou
2011-03-18PTX: Fix various codegen issuesJustin Holewinski
2011-03-18ptx: fix parameter order that is reversedChe-Liang Chiou
2011-03-18ptx: add unconditional and conditional branchChe-Liang Chiou
2011-03-15PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski
2011-03-14PTX: Emit global arrays with proper sizesJustin Holewinski
2011-03-14PTX: Add support for sqrt/sin/cos intrinsicsJustin Holewinski
2011-03-14ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou
2011-03-10PTX: Add preliminary support for floating-point divide and multiply-and-addJustin Holewinski
2011-03-10ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou
2011-03-08PTX: Add intrinsic support for ntid, ctaid, and nctaid registersJustin Holewinski
2011-03-05ptx: add basic intrinsic supportChe-Liang Chiou
2011-03-02Extend initial support for primitive types in PTX backendChe-Liang Chiou