Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PGO] Fix incorrect Twine usage in emitting optimization remarks. | Rong Xu | 2016-04-28 | 1 | -9/+8 |
| | | | | | | | Should not store Twine objects to local variables. This is fixed the test failures with r267815 in VS2015 X64 build. llvm-svn: 267908 | ||||
* | [PGO] Promote indirect calls to conditional direct calls with value-profile | Rong Xu | 2016-04-27 | 1 | -0/+693 |
This patch implements the transformation that promotes indirect calls to conditional direct calls when the indirect-call value profile meta-data is available. Differential Revision: http://reviews.llvm.org/D17864 llvm-svn: 267815 |