Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [profile] Eliminate dynamic memory allocation for buffered writer | Xinliang David Li | 2016-05-13 | 1 | -2/+3 |
| | | | | | | | | With this change, dynamic memory allocation is only used for testing purpose. This change is one of the many steps to make instrument profiler dynamic allocation free. llvm-svn: 269453 | ||||
* | [Fix r262788] Fix missed prototype with the old llvm* name. | Filipe Cabecinhas | 2016-03-08 | 1 | -1/+1 |
| | | | | llvm-svn: 262927 | ||||
* | [PGO] internal API name cleanups (for better consistency) | Xinliang David Li | 2016-03-06 | 1 | -20/+20 |
| | | | | llvm-svn: 262788 | ||||
* | [PGO]: Refactor VP data writer | Xinliang David Li | 2015-12-29 | 1 | -0/+128 |
Extract the buffered filer writer code used by value profile writer and turn it into common/sharable buffered fileIO interfaces. Added a test case for the buffered file writer and rewrite the VP dumping using the new APIs. llvm-svn: 256604 |