Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use diff -b on zlib tests so they pass on Windows | Amy Huang | 2019-12-05 | 1 | -1/+1 |
| | | | | | | | | | | Reviewers: hubert.reinterpretcast Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D71036 | ||||
* | Revert "Add --strip-trailing-cr to compression tests so they pass on Windows." | Xiangling Liao | 2019-12-04 | 1 | -1/+1 |
| | | | | | | This reverts commit d6cbc9528d46d30416a6f9cd6c8570b704a0bd33. It causes the tests to fail on AIX. | ||||
* | Add --strip-trailing-cr to compression tests so they pass on Windows. | Amy Huang | 2019-12-04 | 1 | -1/+1 |
| | |||||
* | [SampleFDO] Add compression support for any section in ExtBinary profile format | Wei Mi | 2019-10-07 | 1 | -0/+6 |
Previously ExtBinary profile format only supports compression using zlib for profile symbol list. In this patch, we extend the compression support to any section. User can select some or all of the sections to compress. In an experiment, for a 45M profile in ExtBinary format, compressing name table reduced its size to 24M, and compressing all the sections reduced its size to 11M. Differential Revision: https://reviews.llvm.org/D68253 llvm-svn: 373914 |