aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-01Improve some const-correctness to remove a -Wcast-qual warning. No functional...Aaron Ballman1-1/+2
2014-06-27[NVPTX] Add target options for PTX 3.2/4.0 and SM 5.0 (Maxwell)Justin Holewinski1-7/+4
2014-06-27Move NVPTX subtarget dependent variables from the target machineEric Christopher1-12/+30
2014-06-27Rework the logic for setting the TargetName. This appears toEric Christopher1-11/+5
2014-04-22[cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth1-2/+2
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth1-1/+3
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+3
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-3/+0
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+3
2013-06-21[NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski1-11/+6
2013-03-30[NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.Justin Holewinski1-2/+2
2013-03-30[NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski1-12/+8
2012-11-12[NVPTX] Add more precise PTX/SM target attributesJustin Holewinski1-6/+14
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski1-0/+57