Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make operator== non-member for greater symmetry. | Rafael Espindola | 2013-06-07 | 1 | -7/+9 |
* | Add some class documentation to BinaryRef. | Sean Silva | 2013-06-06 | 1 | -2/+40 |
* | Rename operator== parameter to `RHS`. | Sean Silva | 2013-06-05 | 1 | -3/+3 |
* | Remove error-prone methods of BinaryRef. | Sean Silva | 2013-06-05 | 1 | -8/+0 |
* | Add writeAsHex(raw_ostream &) method to BinaryRef. | Sean Silva | 2013-06-05 | 1 | -0/+5 |
* | Rename BinaryRef::isBinary to more descriptive DataIsHexString. | Sean Silva | 2013-06-05 | 1 | -8/+9 |
* | Add BinaryRef binary_size() method. | Sean Silva | 2013-06-05 | 1 | -0/+7 |
* | Comment BinaryRef::Data. | Sean Silva | 2013-06-05 | 1 | -0/+2 |
* | Add writeAsBinary(raw_ostream &) method to BinaryRef. | Sean Silva | 2013-06-05 | 1 | -0/+3 |
* | Don't print default values for NumberOfAuxSymbols and AuxiliaryData. | Rafael Espindola | 2013-06-05 | 1 | -0/+7 |
* | Move BinaryRef to a new include/llvm/Object/YAML.h file. | Rafael Espindola | 2013-06-05 | 1 | -0/+59 |