PTX: Re-work target sm/compute selection and add some basic GPU
[oota-llvm.git] / lib / Target / PTX / PTXSubtarget.h
2011-06-24 Justin HolewinskiPTX: Re-work target sm/compute selection and add some...
2011-06-23 Justin HolewinskiPTX: Use .param space for parameters in device function...
2011-06-16 Justin HolewinskiPTX: Fix whitespace errors
2011-05-18 Justin HolewinskiPTX: add flag to disable mad/fma selection
2011-05-10 Justin HolewinskiPTX: add PTX 2.3 setting in PTX sub-target.
2011-05-06 Justin HolewinskiPTX: add PTX 2.3 language target
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-03-15 Justin HolewinskiPTX: Set PTX 2.0 as the minimum supported version
2011-03-10 Justin HolewinskiPTX: Add preliminary support for floating-point divide...
2011-03-02 Che-Liang ChiouAdd 64-bit addressing to PTX backend
2011-03-02 Che-Liang ChiouExtend initial support for primitive types in PTX backend
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.