summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX] Remove dead code.Justin Lebar2016-12-141-106/+0
* [NVPTX] Support .maxnreg annotation.Justin Lebar2016-12-141-0/+4
* [NVPTX] Remove string constants from NVPTXBaseInfo.h.Justin Lebar2016-12-141-85/+62
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-4/+4
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-2/+2
* NVPTX: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-1/+1
* [NVPTX] Remove dead code.Benjamin Kramer2015-10-151-93/+0
* Fix typos.Bruce Mitchener2015-09-121-6/+6
* Refactor: Simplify boolean conditional return statements in lib/Target/NVPTXJingyue Wu2015-07-311-13/+7
* 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