index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
yaml-bench
/
YAMLBench.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-12
/
+16
*
YAML: Implement block scalar parsing.
Alex Lorenz
2015-05-13
1
-0
/
+2
*
YAML: Enable the YAMLParser tests.
Alex Lorenz
2015-05-07
1
-1
/
+11
*
Remove std::move on return when it could prevent copy elision.
Benjamin Kramer
2015-05-01
1
-1
/
+1
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-3
/
+3
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-2
/
+4
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-13
/
+15
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-15
/
+13
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Fix typo
David Blaikie
2014-04-05
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[C++11] Switch all uses of the llvm_move macro to use std::move
Chandler Carruth
2014-03-02
1
-1
/
+1
*
YAMLBench.cpp: Use llvm_move instead of std::move also here.
NAKAMURA Takumi
2013-10-18
1
-1
/
+1
*
[Support][YAML] Add support for accessing tags and tag handle substitution.
Michael J. Spencer
2013-10-18
1
-4
/
+18
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
1
-0
/
+203