Remove unnecessary copying or replace it with moves in a bunch of places.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXUtilities.cpp
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...