aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PTX
AgeCommit message (Expand)Author
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
2011-02-28Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou
2011-02-10ptx: add passing parameter to kernel functionsChe-Liang Chiou
2011-01-01ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou
2011-01-01ptx: add store instructionChe-Liang Chiou
2010-12-30ptx: add state spacesChe-Liang Chiou
2010-12-22ptx: add ld instruction and testChe-Liang Chiou
2010-12-06ptx: add shift instructionsChe-Liang Chiou
2010-11-30ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou