aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/YAML.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-66/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+1
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-071-0/+1
* Make BinaryRef output correctly in case of empty data.Sean Silva2013-07-091-0/+4
* Use isxdigit.Rafael Espindola2013-06-071-9/+1
* Add writeAsHex(raw_ostream &) method to BinaryRef.Sean Silva2013-06-051-7/+14
* Rename BinaryRef::isBinary to more descriptive DataIsHexString.Sean Silva2013-06-051-1/+1
* Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva2013-06-051-0/+29
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-051-0/+34