Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PGO][PGSO] Distinguish queries from unit tests and explicitly enable for ↵ | Hiroshi Yamauchi | 2019-12-04 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | the existing IR passes only. NFC. Summary: This is one more prep step necessary before the code gen pass instrumentation code could go in. Reviewers: davidxl Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70988 | ||||
* | [PGO][PGSO] SizeOpts changes. | Hiroshi Yamauchi | 2019-10-28 | 1 | -0/+235 |
Summary: (Split of off D67120) SizeOpts/MachineSizeOpts changes for profile guided size optimization. (A second try after previously committed as r375254 and reverted as r375375.) Subscribers: mgorny, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69409 |