Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-08-01 | Remove some calls to std::move. | Rafael Espindola | 1 | -3/+3 |
2014-07-06 | Update the MemoryBuffer API to use ErrorOr. | Rafael Espindola | 1 | -2/+4 |
2014-06-26 | Revert "Introduce a string_ostream string builder facilty" | Alp Toker | 1 | -13/+15 |
2014-06-26 | Introduce a string_ostream string builder facilty | Alp Toker | 1 | -15/+13 |
2014-06-12 | Remove system_error.h. | Rafael Espindola | 1 | -1/+1 |
2014-04-05 | Fix typo | David Blaikie | 1 | -1/+1 |
2014-03-06 | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 1 | -1/+1 |
2014-03-02 | [C++11] Switch all uses of the llvm_move macro to use std::move | Chandler Carruth | 1 | -1/+1 |
2013-10-18 | YAMLBench.cpp: Use llvm_move instead of std::move also here. | NAKAMURA Takumi | 1 | -1/+1 |
2013-10-18 | [Support][YAML] Add support for accessing tags and tag handle substitution. | Michael J. Spencer | 1 | -4/+18 |
2012-12-04 | Sort the #include lines for utils/... | Chandler Carruth | 1 | -2/+2 |
2012-04-03 | Add YAML parser to Support. | Michael J. Spencer | 1 | -0/+203 |