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
/
lib
/
Support
/
YAMLParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove std::move that was preventing return value optimization.
Richard Trieu
2015-01-17
1
-3
/
+3
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-1
/
+1
*
yaml::Stream doesn't need to take ownership of the buffer.
Rafael Espindola
2014-08-27
1
-25
/
+26
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-3
/
+5
*
Convert an ownership comment with std::uinque_ptr.
Rafael Espindola
2014-08-17
1
-16
/
+9
*
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...
Craig Topper
2014-04-09
1
-2
/
+2
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-22
/
+22
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-39
/
+0
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-9
/
+5
*
[C++11] Switch all uses of the llvm_move macro to use std::move
Chandler Carruth
2014-03-02
1
-3
/
+3
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+9
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-9
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+9
*
Can we move to C++11 already?
Michael J. Spencer
2013-10-18
1
-3
/
+3
*
[Support][YAML] Add support for accessing tags and tag handle substitution.
Michael J. Spencer
2013-10-18
1
-11
/
+91
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+3
*
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
1
-0
/
+20
*
YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.
Benjamin Kramer
2012-09-26
1
-0
/
+7
*
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
1
-4
/
+0
*
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-09
1
-6
/
+6
*
[Support/YAMLParser] Use rtrim on plain scalars.
Michael J. Spencer
2012-05-14
1
-3
/
+1
*
YAMLParser: get rid of global ctors & dtors.
Benjamin Kramer
2012-05-01
1
-2
/
+0
*
[Support/YAMLParser] Fix ASan found bugs.
Michael J. Spencer
2012-04-27
1
-1
/
+7
*
[Support/YAML] Properly fix unitialized variable warning by inserting a
Michael J. Spencer
2012-04-26
1
-6
/
+12
*
Remove some potential warnings about variables used uninitialized.
Bill Wendling
2012-04-22
1
-3
/
+3
*
YAMLParser: silence warning about tautological comparison on unsigned-char pl...
Benjamin Kramer
2012-04-21
1
-1
/
+1
*
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
Benjamin Kramer
2012-04-04
1
-0
/
+2
*
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
2012-04-03
1
-2
/
+2
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
1
-0
/
+2115