Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; ↵ | Eugene Zelenko | 2016-02-29 | 1 | -28/+25 |
| | | | | | | other minor fixes. llvm-svn: 262246 | ||||
* | Reduce memory traffic in ConstString in the std::map formatter | Enrico Granata | 2015-12-04 | 1 | -6/+14 |
| | | | | llvm-svn: 254787 | ||||
* | Do the same iterator caching optimization for std::map | Enrico Granata | 2015-12-04 | 1 | -48/+64 |
| | | | | | | This brings the timings down for 1500 elements from 166 to 2 seconds on my machine - if I can math correctly, that is a 98% improvement llvm-svn: 254781 | ||||
* | Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ↵ | Eugene Zelenko | 2015-10-20 | 1 | -21/+23 |
| | | | | | | | | other minor fixes. Differential Revision: http://reviews.llvm.org/D13876 llvm-svn: 250789 | ||||
* | Move the C++ data formatters to the C++ language plugin | Enrico Granata | 2015-09-04 | 1 | -0/+452 |
llvm-svn: 246873 |