aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/yaml-bench/YAMLBench.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-01Remove some calls to std::move.Rafael Espindola1-3/+3
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-2/+4
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-13/+15
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-15/+13
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-04-05Fix typoDavid Blaikie1-1/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-03-02[C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth1-1/+1
2013-10-18YAMLBench.cpp: Use llvm_move instead of std::move also here.NAKAMURA Takumi1-1/+1
2013-10-18[Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer1-4/+18
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-2/+2
2012-04-03Add YAML parser to Support.Michael J. Spencer1-0/+203