index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
YAMLTraits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-36
/
+22
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-3
/
+14
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+5
*
Recover gracefully when deserializing invalid YAML input.
Alexander Kornienko
2013-11-18
1
-7
/
+26
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-7
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+7
*
yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Add dyn_cast<> support to YAML I/O's IO class
Nick Kledzik
2013-11-14
1
-2
/
+2
*
Add simple support for tags in YAML I/O
Nick Kledzik
2013-11-14
1
-0
/
+18
*
Reverting my r193344 checkin due to build breakage.
John Thompson
2013-10-24
1
-11
/
+0
*
Added std::string as a built-in type for mapping.
John Thompson
2013-10-24
1
-0
/
+11
*
Re-submit r190469: YAMLIO: Fix string quoting logic.
Rui Ueyama
2013-09-11
1
-2
/
+14
*
Revert "YAMLIO: Fix string quoting logic." (r190469)
Hans Wennborg
2013-09-11
1
-10
/
+2
*
Remove trailing whitespace
Rui Ueyama
2013-09-11
1
-5
/
+4
*
YAMLIO: Fix string quoting logic.
Rui Ueyama
2013-09-11
1
-2
/
+10
*
Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...
Aaron Ballman
2013-08-15
1
-0
/
+17
*
YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo
Dmitri Gribenko
2013-08-07
1
-2
/
+2
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Fix memory leak in YAML I/O.
Nick Kledzik
2013-01-08
1
-9
/
+32
*
Fix how YAML I/O detects flow sequences.
Nick Kledzik
2013-01-04
1
-1
/
+1
*
Don't call back() on an empty SmallVector. Found by -fsanitize=enum!
Richard Smith
2012-12-22
1
-1
/
+1
*
YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...
Benjamin Kramer
2012-12-12
1
-397
/
+318
*
Fix calls to getAsSignedInteger() to use long long - not int64_t
Nick Kledzik
2012-12-12
1
-21
/
+25
*
Fix the build on case sensitive file systems.
Benjamin Kramer
2012-12-12
1
-4
/
+2
*
Initial implementation of a utility for converting native data
Nick Kledzik
2012-12-12
1
-0
/
+881