Revert r194865 and r194874.
[oota-llvm.git] / include / llvm / Support / YAMLTraits.h
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...