summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVVMReflect.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-111-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NVPTX] Handle __nvvm_reflect("__CUDA_ARCH").Artem Belevich2018-08-031-2/+8
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+1
* [NVPTX] Let there be One True Way to set NVVMReflect params.Justin Lebar2017-01-151-53/+9
* [NVPTX] Remove dead code.Justin Lebar2016-12-141-1/+0
* [NVPTX] Don't (incorrectly) say that the NVVMReflect pass preserves all analy...Justin Lebar2016-05-251-3/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-4/+0
* [NVPTX] Read __CUDA_FTZ from module flags in NVVMReflect.Justin Lebar2016-04-011-7/+17
* [NVPTX] Make NVVMReflect a function pass.Justin Lebar2016-03-301-100/+67
* [ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth2015-09-101-2/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* Add support for __nvvm_reflect changes in libdevice in CUDA-7.0Artem Belevich2015-03-191-5/+32
* [NVPTX] Add reflect intrinsic (better than matching by function name)Justin Holewinski2014-06-271-22/+47
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+4
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-3/+3
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-5/+3
* Fix known typosAlp Toker2014-01-241-2/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-4/+4
* Mark some command line flags as hiddenNadav Rotem2013-10-181-2/+2
* [NVPTX] Add programmatic interface to NVVMReflect passJustin Holewinski2013-05-201-3/+21
* [NVPTX] Fix a few style issues in NVVMReflectJustin Holewinski2013-04-021-72/+56
* [NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski2013-03-301-0/+193
OpenPOWER on IntegriCloud