aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PTX/PTX.h
AgeCommit message (Expand)Author
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2011-09-30PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski
2011-09-29PTX: Fix broken shared library buildJustin Holewinski
2011-09-28PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski
2011-09-22PTX: Add new PTX-specific register allocator that keeps virtual registersJustin Holewinski
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-04-20PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski
2011-03-14ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou
2011-03-13ptx: add basic support of predicate executionChe-Liang Chiou
2010-12-30ptx: add state spacesChe-Liang Chiou
2010-11-08Add physical register counting functionsChe-Liang Chiou
2010-09-18Add the exit instruction to the PTX target.Eric Christopher
2010-09-07Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky