summaryrefslogtreecommitdiff
path: root/utils/yaml-bench
AgeCommit message (Expand)Author
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2016-11-18Timer: Track name and description.Matthias Braun
2016-01-26Remove autoconf supportChris Bieneman
2015-05-13YAML: Implement block scalar parsing.Alex Lorenz
2015-05-07YAML: Enable the YAMLParser tests. Alex Lorenz
2015-05-01Remove std::move on return when it could prevent copy elision.Benjamin Kramer
2015-04-10Reduce dyn_cast<> to isa<> or cast<> where possible.Benjamin Kramer
2014-08-01Remove some calls to std::move.Rafael Espindola
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker
2014-06-12Remove system_error.h.Rafael Espindola
2014-04-05Fix typoDavid Blaikie
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-02[C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth
2013-10-18YAMLBench.cpp: Use llvm_move instead of std::move also here.NAKAMURA Takumi
2013-10-18[Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-04-03Add YAML parser to Support.Michael J. Spencer