Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for D21736. | Marcin Koscielnicki | 2016-11-22 | 1 | -1/+1 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D21741 llvm-svn: 287689 | ||||
* | [profile] Fix another use of the driver. | Sean Silva | 2016-04-23 | 1 | -1/+1 |
| | | | | | | Follow-on to r267262. llvm-svn: 267263 | ||||
* | [PGO] Test case fix for r264783 | Betul Buyukkurt | 2016-03-29 | 1 | -1/+1 |
| | | | | llvm-svn: 264795 | ||||
* | [PGO] Move the instrumentation point closer to the value site. | Betul Buyukkurt | 2016-03-29 | 1 | -0/+21 |
For terminator instructions, the value profiling instrumentation happens in a basic block other than where the value site resides. This CR moves the instrumentation point prior to the value site. Mostly NFC. llvm-svn: 264783 |