summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Migrate NVPTXISelLowering to take the subtarget that it's dependentEric Christopher2015-01-301-1/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-14/+2
* Improve some const-correctness to remove a -Wcast-qual warning. No functional...Aaron Ballman2014-08-011-1/+2
* [NVPTX] Add target options for PTX 3.2/4.0 and SM 5.0 (Maxwell)Justin Holewinski2014-06-271-7/+4
* Move NVPTX subtarget dependent variables from the target machineEric Christopher2014-06-271-12/+30
* Rework the logic for setting the TargetName. This appears toEric Christopher2014-06-271-11/+5
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-1/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+3
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-3/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+3
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-211-11/+6
* [NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.Justin Holewinski2013-03-301-2/+2
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-12/+8
* [NVPTX] Add more precise PTX/SM target attributesJustin Holewinski2012-11-121-6/+14
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+57
OpenPOWER on IntegriCloud