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
/
YAMLTraits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[YAMLIO] Make line-wrapping configurable and test it.
Frederic Riss
2015-05-29
1
-3
/
+4
*
Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-27
1
-0
/
+4
*
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...
NAKAMURA Takumi
2015-05-22
1
-4
/
+0
*
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-21
1
-0
/
+4
*
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
Alex Lorenz
2015-05-19
1
-4
/
+0
*
MIR Serialization: print and parse LLVM IR using MIR format.
Alex Lorenz
2015-05-19
1
-0
/
+4
*
YAML: Add support for literal block scalar I/O.
Alex Lorenz
2015-05-14
1
-0
/
+26
*
Revert r237157, "YAML: Fix typos. NFC".
Alex Lorenz
2015-05-12
1
-2
/
+2
*
YAML: Fix typos. NFC.
Alex Lorenz
2015-05-12
1
-2
/
+2
*
YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping...
Alex Lorenz
2015-05-04
1
-4
/
+46
*
YAML: Fix the output of sequences that contain flow sequences.
Alex Lorenz
2015-05-01
1
-1
/
+2
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-2
/
+3
*
Detect malformed YAML sequence in yaml::Input::beginSequence()
Justin Bogner
2015-03-02
1
-7
/
+10
*
Remove trailing whitespace. NFC ®
Alex Rosenberg
2015-01-26
1
-1
/
+1
*
[YAMLIO] Add support for numeric values in enums.
Michael J. Spencer
2015-01-23
1
-0
/
+14
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Fix memory leak in error paths in YAMLTraits by using unique_ptr
David Blaikie
2014-09-15
1
-31
/
+21
*
Fix bug 20125 - clang-format segfaults on bad config.
Rafael Espindola
2014-08-08
1
-1
/
+6
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-3
/
+4
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-4
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Don't import make_error_code into the llvm namespace.
Rafael Espindola
2014-06-12
1
-3
/
+3
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-3
/
+3
*
[yaml2obj] Add new command line option `-docnum`.
Simon Atanasyan
2014-05-31
1
-2
/
+2
*
YAMLIO: Allow scalars to dictate quotation rules
David Majnemer
2014-04-10
1
-10
/
+4
*
Use range-based for loops. No functionality change.
Simon Atanasyan
2014-04-10
1
-25
/
+16
*
Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""
David Majnemer
2014-04-09
1
-1
/
+2
*
Revert "YAMLIO: Encode ambiguous hex strings explicitly"
Filipe Cabecinhas
2014-04-09
1
-4
/
+1
*
YAMLIO: Encode ambiguous hex strings explicitly
David Majnemer
2014-04-09
1
-1
/
+4
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
revert r194655
Nick Kledzik
2013-11-21
1
-2
/
+2
*
YAML I/O - Added default trait support for std:string. Making another attemp...
John Thompson
2013-11-19
1
-0
/
+11
*
[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
[next]