Fix typos.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXUtilities.cpp
2015-09-12 Bruce MitchenerFix typos.
2015-07-31 Jingyue WuRefactor: Simplify boolean conditional return statement...
2015-03-23 Eli BenderskySimplify boolean expressions with true and false using...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-09 Justin Holewinski[NVPTX] Add query support for read-write images and...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...