Age | Commit message (Expand) | Author |
2012-03-17 | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper |
2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2011-10-09 | PTX: Print .ptr kernel attributes if PTX version >= 2.2 | Justin Holewinski |
2011-09-22 | PTX: Use .param space for device function return values on SM 2.0+, and attempt | Justin Holewinski |
2011-09-06 | Add codegen support for vector select (in the IR this means a select | Duncan Sands |
2011-08-09 | PTX: Add initial support for device function calls | Justin Holewinski |
2011-06-23 | PTX: Prevent DCE from eliminating st.param calls, and unify the handling of | Justin Holewinski |
2011-06-23 | PTX: Use .param space for parameters in device functions for SM >= 2.0 | Justin Holewinski |
2011-06-16 | PTX: Fix whitespace errors | Justin Holewinski |
2011-05-06 | Make the logic for determining function alignment more explicit. No function... | Eli Friedman |
2011-04-28 | PTX: support for select_cc and fixes for setcc | Justin Holewinski |
2011-03-18 | PTX: Fix various codegen issues | Justin Holewinski |
2011-02-10 | ptx: add passing parameter to kernel functions | Che-Liang Chiou |
2010-12-22 | ptx: add ld instruction and test | Che-Liang Chiou |
2010-09-25 | Add ret instruction to PTX backend | Che-Liang Chiou |
2010-09-18 | Add the exit instruction to the PTX target. | Eric Christopher |