aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PTX/ld.ll
AgeCommit message (Expand)Author
2011-11-03fixed global array handling for ptx to use the correct bit widthsDan Bailey
2011-09-26PTX: Unify handling of loads/storesJustin Holewinski
2011-09-22PTX: fixup test cases for register changesJustin Holewinski
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-16PTX: Finish new calling convention implementationJustin Holewinski
2011-04-25Make tests more useful.Benjamin Kramer
2011-04-20PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski
2011-03-18PTX: Fix various codegen issuesJustin Holewinski
2011-03-14PTX: Emit global arrays with proper sizesJustin Holewinski
2011-03-02Extend initial support for primitive types in PTX backendChe-Liang Chiou
2011-01-01ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou
2010-12-30ptx: add state spacesChe-Liang Chiou
2010-12-22ptx: add ld instruction and testChe-Liang Chiou