summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify boolean expressions with true and false using clang-tidyEli Bendersky2015-03-231-6/+3
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-3/+3
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-3/+4
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-2/+2
* IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith2014-11-051-1/+1
* IR: MDNode => Value: Instruction::getMetadata()Duncan P. N. Exon Smith2014-11-011-1/+1
* Remove unnecessary copying or replace it with moves in a bunch of places.Benjamin Kramer2014-10-041-3/+3
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-12/+12
* [NVPTX] Add query support for read-write images and managed variablesJustin Holewinski2014-04-091-2/+41
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-041-1/+1
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-59/+49
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+514
OpenPOWER on IntegriCloud