summaryrefslogtreecommitdiffstats
path: root/llvm/utils/yaml-bench/YAMLBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Timer: Track name and description.Matthias Braun2016-11-181-12/+16
* YAML: Implement block scalar parsing.Alex Lorenz2015-05-131-0/+2
* YAML: Enable the YAMLParser tests. Alex Lorenz2015-05-071-1/+11
* Remove std::move on return when it could prevent copy elision.Benjamin Kramer2015-05-011-1/+1
* Reduce dyn_cast<> to isa<> or cast<> where possible.Benjamin Kramer2015-04-101-1/+1
* Remove some calls to std::move.Rafael Espindola2014-08-011-3/+3
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-2/+4
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-13/+15
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-15/+13
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Fix typoDavid Blaikie2014-04-051-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-021-1/+1
* YAMLBench.cpp: Use llvm_move instead of std::move also here.NAKAMURA Takumi2013-10-181-1/+1
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-181-4/+18
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-2/+2
* Add YAML parser to Support.Michael J. Spencer2012-04-031-0/+203
OpenPOWER on IntegriCloud