summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NVPTX] Added support for half-precision floating point.Artem Belevich2017-01-131-0/+9
* [NVPTX] Added intrinsics for atom.gen.{sys|cta}.* instructions.Artem Belevich2016-09-281-2/+0
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-3/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+3
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-3/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+3
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* Remove all use of is64bit off of NVPTXSubtarget and clean up codeEric Christopher2015-02-191-5/+4
* Remove all use of getDrvInterface off of NVPTXSubtarget and cleanEric Christopher2015-02-191-2/+8
* Migrate the NVPTX backend asm printer to a per function subtarget.Eric Christopher2015-02-191-11/+8
* 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