Age | Commit message (Expand) | Author |
2012-05-24 | Remove the PTX back-end and all of its artifacts (triple, etc.) | Justin Holewinski |
2012-03-25 | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2011-12-06 | PTX: Continue to fix up the register mess. | Justin Holewinski |
2011-11-11 | allow non-device function calls in PTX when natively handling device-side printf | Dan Bailey |
2011-11-03 | fixed global array handling for ptx to use the correct bit widths | Dan Bailey |
2011-10-24 | Change the default scheduler from Latency to ILP, since Latency | Dan Gohman |
2011-10-18 | PTX: Fix disabling of MAD instruction selection | Justin Holewinski |
2011-09-29 | PTX: Add new patterns for bitconvert and any_extend | Justin Holewinski |
2011-09-28 | PTX: MC-ize the PTX back-end (patch 1 of N) | Justin Holewinski |
2011-09-27 | PTX: Add support for sitofp in backend | Justin Holewinski |
2011-09-26 | PTX: Fix detection of stack load/store vs. global load/store, as well as fix the | Justin Holewinski |
2011-09-26 | PTX: Add .align tests to stack object test file | Justin Holewinski |
2011-09-26 | PTX: Fix some lingering issues with stack allocation | Justin Holewinski |
2011-09-26 | PTX: Unify handling of loads/stores | Justin Holewinski |
2011-09-23 | PTX: Handle function call return values | Justin Holewinski |
2011-09-23 | PTX: Start fixing function calls | Justin Holewinski |
2011-09-22 | PTX: fixup test cases for register changes | Justin Holewinski |
2011-08-09 | PTX: Add initial support for device function calls | Justin Holewinski |
2011-06-25 | PTX: corrected tests that were failing | Dan Bailey |
2011-06-25 | PTX: Reverting implementation of i8. | Dan Bailey |
2011-06-24 | PTX: Add support for i8 type and introduce associated .b8 registers | Dan Bailey |
2011-06-23 | PTX: Always use registers for return values, but use .param space for device | Justin Holewinski |
2011-06-23 | PTX: Fixup test cases for device param changes | Justin Holewinski |
2011-06-22 | PTX: Add signed integer comparisons | Justin Holewinski |
2011-06-22 | PTX: Add .address_size directive if PTX version >= 2.3 | Justin Holewinski |
2011-06-20 | PTX: Fix conversion between predicates and value types | Justin Holewinski |
2011-06-17 | PTX: Adjust rounding modes | Justin Holewinski |
2011-06-16 | PTX: Finish new calling convention implementation | Justin Holewinski |
2011-05-18 | PTX: add flag to disable mad/fma selection | Justin Holewinski |
2011-05-10 | PTX: add test cases for cvt, fneg, and selp | Justin Holewinski |
2011-05-06 | PTX: add PTX 2.3 language target | Justin Holewinski |
2011-04-28 | PTX: support for bitwise operations on predicates | Justin Holewinski |
2011-04-25 | Make tests more useful. | Benjamin Kramer |
2011-04-21 | ptx: fix parameter ordering | Che-Liang Chiou |
2011-04-20 | PTX: Add intrinsics to list of built-in intrinsics, which allows them to be | Justin Holewinski |
2011-04-02 | ptx: support setp's 4-operand format | Che-Liang Chiou |
2011-03-22 | ptx: add analyze/insert/remove branch | Che-Liang Chiou |
2011-03-18 | PTX: Fix various codegen issues | Justin Holewinski |
2011-03-18 | ptx: fix parameter order that is reversed | Che-Liang Chiou |
2011-03-18 | ptx: add unconditional and conditional branch | Che-Liang Chiou |
2011-03-15 | PTX: Set PTX 2.0 as the minimum supported version | Justin Holewinski |
2011-03-14 | PTX: Emit global arrays with proper sizes | Justin Holewinski |
2011-03-14 | PTX: Add support for sqrt/sin/cos intrinsics | Justin Holewinski |
2011-03-14 | ptx: add set.p instruction and related changes to predicate execution | Che-Liang Chiou |
2011-03-10 | PTX: Add preliminary support for floating-point divide and multiply-and-add | Justin Holewinski |
2011-03-10 | ptx: add the rest of special registers of ISA version 2.0 | Che-Liang Chiou |
2011-03-08 | PTX: Add intrinsic support for ntid, ctaid, and nctaid registers | Justin Holewinski |
2011-03-05 | ptx: add basic intrinsic support | Che-Liang Chiou |
2011-03-02 | Extend initial support for primitive types in PTX backend | Che-Liang Chiou |