aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PTX/mov.ll
AgeCommit message (Expand)Author
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2011-12-06PTX: Continue to fix up the register mess.Justin Holewinski
2011-09-28PTX: MC-ize the PTX back-end (patch 1 of N)Justin 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-20PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski
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
2010-11-17Add simple arithmetics and %type directive for PTXChe-Liang Chiou
2010-10-19Add test case mov.ll for PTX device functionChe-Liang Chiou