Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Support / YAMLTraits.h
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-06-17 Alex LorenzRevert r239972 (YAML: Assign a value returned by the...
2015-06-17 Alex LorenzYAML: Assign a value returned by the default constructo...
2015-05-29 Frederic Riss[YAMLIO] Make line-wrapping configurable and test it.
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
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-04 Alex LorenzYAML: Add an optional 'flow' field to the mapping trait...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-01-26 Alex RosenbergRemove trailing whitespace.
2015-01-23 Michael J. Spencer[YAMLIO] Dirty hack: Force integral conversion to allow...
2015-01-23 Michael J. Spencer[YAMLIO] Add support for numeric values in enums.
2014-09-15 David BlaikieFix memory leak in error paths in YAMLTraits by using...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-05-23 Simon Atanasyan[YAML] Add an optional argument `EnumMask` to the ...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-07 Simon AtanasyanFix a typo in the comment.
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-04 Chandler Carruth[cleanup] Fix a typo in the path.
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-01-23 Rui UeyamaSuppress an annoying "unused variable" warning caused...
2013-11-21 Nick KledzikYAML I/O add support for validate()
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 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-11-12 Rafael EspindolaRevert "Remove unused variable."
2013-11-12 Rafael EspindolaRemove unused variable.
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-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-08 Manman RenRevert r185852.
2013-07-08 Manman RenStringRef: add DenseMapInfo for StringRef.
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
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 SmithFix some undefined behavior when parsing YAML input...
2012-12-17 Nick KledzikUse different trait techniques to be compatible with g++
2012-12-12 Benjamin KramerYAMLIO: Remove all of the template instantiation hacks...
2012-12-12 Nick KledzikAlignedCharArrayUnion is erroring with non-clang compilers
2012-12-12 Nick KledzikInitial implementation of a utility for converting...