Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant includes from unittests. | Michael Zolotukhin | 2017-12-13 | 1 | -3/+0 |
| | | | | llvm-svn: 320630 | ||||
* | [BinaryStream] Support growable streams. | Zachary Turner | 2017-11-27 | 1 | -3/+3 |
| | | | | | | | | | The existing library assumed that a stream's length would never change. This makes some things simpler, but it's not flexible enough for what we need, especially for writable streams where what you really want is for each call to write to actually append. llvm-svn: 319070 | ||||
* | Remove unused variables | Vitaly Buka | 2017-10-15 | 1 | -2/+0 |
| | | | | llvm-svn: 315847 | ||||
* | [pdb/lld] Write a valid FPM. | Zachary Turner | 2017-08-02 | 1 | -0/+55 |
| | | | | | | | | | | | The PDB reserves certain blocks for the FPM that describe which blocks in the file are allocated and which are free. We weren't filling that out at all, and in some cases we were even stomping it with incorrect data. This patch writes a correct FPM. Differential Revision: https://reviews.llvm.org/D36235 llvm-svn: 309896 | ||||
* | [MSF] Move MSF unit tests to their own unittest target. | Zachary Turner | 2017-08-02 | 1 | -0/+498 |
llvm-svn: 309895 |