summaryrefslogtreecommitdiff
path: root/include/llvm/Support/YAMLTraits.h
Commit message (Expand)AuthorAge
* YAML I/O add support for validate()Nick Kledzik2013-11-21
* revert r194655Nick Kledzik2013-11-21
* YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-14
* Add simple support for tags in YAML I/ONick Kledzik2013-11-14
* Revert "Remove unused variable."Rafael Espindola2013-11-12
* Remove unused variable.Rafael Espindola2013-11-12
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-24
* Added std::string as a built-in type for mapping.John Thompson2013-10-24
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-15
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-07
* Revert r185852.Manman Ren2013-07-08
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-08
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-08
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-04
* Fix some undefined behavior when parsing YAML input: don't try to compare anRichard Smith2012-12-22
* Use different trait techniques to be compatible with g++Nick Kledzik2012-12-17
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-12
* AlignedCharArrayUnion is erroring with non-clang compilersNick Kledzik2012-12-12
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-12