aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/YAMLTraits.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-4/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+15
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+7
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-22/+135
* Update to LLVM 3.5a.Stephen Hines2014-04-241-85/+158
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-2/+3
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-181-8/+10
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-5/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-2/+5
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-3/+8
* Add simple support for tags in YAML I/ONick Kledzik2013-11-141-2/+4
* Revert "Remove unused variable."Rafael Espindola2013-11-121-0/+1
* Remove unused variable.Rafael Espindola2013-11-121-1/+0
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-7/+1
* Added std::string as a built-in type for mapping.John Thompson2013-10-241-1/+7
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-151-2/+4
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-071-10/+2
* Revert r185852.Manman Ren2013-07-081-1/+9
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-081-9/+1
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-17/+17
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-3/+3
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-081-4/+11
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-041-35/+21
* Fix some undefined behavior when parsing YAML input: don't try to compare anRichard Smith2012-12-221-5/+5
* Use different trait techniques to be compatible with g++Nick Kledzik2012-12-171-26/+41
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-121-26/+8
* AlignedCharArrayUnion is erroring with non-clang compilersNick Kledzik2012-12-121-6/+6
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-121-0/+1114