aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/PTXSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* PTX: Print .ptr kernel attributes if PTX version >= 2.2Justin Holewinski2011-10-091-0/+4
* PTX: Add initial support for device function callsJustin Holewinski2011-08-091-1/+6
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-2/+3
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-2/+2
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-1/+4
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+4
* PTX: Re-work target sm/compute selection and add some basic GPUJustin Holewinski2011-06-241-8/+29
* PTX: Use .param space for parameters in device functions for SM >= 2.0Justin Holewinski2011-06-231-1/+8
* PTX: Fix whitespace errorsJustin Holewinski2011-06-161-4/+5
* PTX: add flag to disable mad/fma selectionJustin Holewinski2011-05-181-1/+6
* PTX: add PTX 2.3 setting in PTX sub-target.Justin Holewinski2011-05-101-0/+2
* PTX: add PTX 2.3 language targetJustin Holewinski2011-05-061-1/+2
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-201-3/+3
* PTX: Set PTX 2.0 as the minimum supported versionJustin Holewinski2011-03-151-8/+17
* PTX: Add preliminary support for floating-point divide and multiply-and-addJustin Holewinski2011-03-101-0/+8
* Add 64-bit addressing to PTX backendChe-Liang Chiou2011-03-021-0/+5
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-021-1/+26
* Add the exit instruction to the PTX target.Eric Christopher2010-09-181-0/+32