Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [profile] Fix test to bail on failed waitpid in instrprof-file_ex.c | Vedant Kumar | 2016-06-09 | 1 | -1/+1 |
| | | | | | | | | This resolves PR28066. Patch by David Binderman! llvm-svn: 272268 | ||||
* | [profile] code cleanup /NFC | Xinliang David Li | 2016-06-06 | 1 | -2/+2 |
| | | | | | | | Address review feedback for better readability. llvm-svn: 271922 | ||||
* | [profile] in-process mergeing support (part-2) | Xinliang David Li | 2016-06-06 | 1 | -0/+59 |
(Part-1 merging API is in profile runtime) This patch implements a portable file opening API with exclusive access for the process. In-process profile merge requires profile file update to be atomic/fully sychronized. llvm-svn: 271864 |