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