Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR using...
[oota-llvm.git] / lib / Support / YAMLTraits.cpp
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-14 Alex LorenzYAML: Add support for literal block scalar I/O.
2015-05-12 Alex LorenzRevert r237157, "YAML: Fix typos. NFC".
2015-05-12 Alex LorenzYAML: Fix typos. NFC.
2015-05-04 Alex LorenzYAML: Add an optional 'flow' field to the mapping trait...
2015-05-01 Alex LorenzYAML: Fix the output of sequences that contain flow...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-02 Justin BognerDetect malformed YAML sequence in yaml::Input::beginSeq...
2015-01-26 Alex RosenbergRemove trailing whitespace. NFC ®
2015-01-23 Michael J. Spencer[YAMLIO] Add support for numeric values in enums.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-09-15 David BlaikieFix memory leak in error paths in YAMLTraits by using...
2014-08-08 Rafael EspindolaFix bug 20125 - clang-format segfaults on bad config.
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaDon't import make_error_code into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-10 Simon AtanasyanUse range-based for loops. No functionality change.
2014-04-09 David MajnemerRevert "Revert "YAMLIO: Encode ambiguous hex strings...
2014-04-09 Filipe CabecinhasRevert "YAMLIO: Encode ambiguous hex strings explicitly"
2014-04-09 David MajnemerYAMLIO: Encode ambiguous hex strings explicitly
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-21 Nick Kledzikrevert r194655
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexander KornienkoRecover gracefully when deserializing invalid YAML...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-14 NAKAMURA Takumiyaml::Input::mapTag(): Don't use StringRef to hold...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 Nick KledzikAdd dyn_cast<> support to YAML I/O's IO class
2013-11-14 Nick KledzikAdd simple support for tags in YAML I/O
2013-10-24 John ThompsonReverting my r193344 checkin due to build breakage.
2013-10-24 John ThompsonAdded std::string as a built-in type for mapping.
2013-09-11 Rui UeyamaRe-submit r190469: YAMLIO: Fix string quoting logic.
2013-09-11 Hans WennborgRevert "YAMLIO: Fix string quoting logic." (r190469)
2013-09-11 Rui UeyamaRemove trailing whitespace
2013-09-11 Rui UeyamaYAMLIO: Fix string quoting logic.
2013-08-15 Aaron BallmanTighten up the yamilizer so it stops eliding empty...
2013-08-07 Dmitri GribenkoYAMLTraits.h: replace DenseMap that used a bad implemen...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-01-08 Nick KledzikFix memory leak in YAML I/O.
2013-01-04 Nick KledzikFix how YAML I/O detects flow sequences.
2012-12-22 Richard SmithDon't call back() on an empty SmallVector. Found by...
2012-12-12 Benjamin KramerYAMLIO: Remove all of the template instantiation hacks...
2012-12-12 Nick KledzikFix calls to getAsSignedInteger() to use long long...
2012-12-12 Benjamin KramerFix the build on case sensitive file systems.
2012-12-12 Nick KledzikInitial implementation of a utility for converting...