Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing #include's to cctype when using isdigit/alpha/etc. | Will Dietz | 2013-10-12 | 1 | -0/+1 |
* | YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo | Dmitri Gribenko | 2013-08-07 | 1 | -0/+1 |
* | Make BinaryRef output correctly in case of empty data. | Sean Silva | 2013-07-09 | 1 | -0/+4 |
* | Use isxdigit. | Rafael Espindola | 2013-06-07 | 1 | -9/+1 |
* | Add writeAsHex(raw_ostream &) method to BinaryRef. | Sean Silva | 2013-06-05 | 1 | -7/+14 |
* | Rename BinaryRef::isBinary to more descriptive DataIsHexString. | Sean Silva | 2013-06-05 | 1 | -1/+1 |
* | Add writeAsBinary(raw_ostream &) method to BinaryRef. | Sean Silva | 2013-06-05 | 1 | -0/+29 |
* | Move BinaryRef to a new include/llvm/Object/YAML.h file. | Rafael Espindola | 2013-06-05 | 1 | -0/+34 |