Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Function names should start with lowercase letters. | Rui Ueyama | 2016-06-08 | 1 | -1/+1 |
* | [PDB] Move PDB functions to a separate file. | Rui Ueyama | 2016-06-08 | 1 | -59/+1 |
* | Add comments. | Rui Ueyama | 2016-06-07 | 1 | -0/+2 |
* | Make sure these error codes are marked as checked | David Majnemer | 2016-05-27 | 1 | -4/+6 |
* | [codeview] Remove StreamReader copying method. | Zachary Turner | 2016-05-27 | 1 | -4/+5 |
* | [codeview,pdb] Try really hard to conserve memory when reading. | Zachary Turner | 2016-05-27 | 1 | -11/+19 |
* | [codeview] Move StreamInterface and StreamReader to libcodeview. | Zachary Turner | 2016-05-25 | 1 | -3/+2 |
* | pdbdump: fix bug in name hash table. | Rui Ueyama | 2016-05-25 | 1 | -3/+1 |
* | Port DebugInfoPDB over to using llvm::Error. | Zachary Turner | 2016-05-06 | 1 | -13/+23 |
* | Fix build breakage due to implicit conversion. | Zachary Turner | 2016-05-02 | 1 | -1/+2 |
* | Parse PDB Name Hash Table | Zachary Turner | 2016-05-02 | 1 | -0/+141 |