Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Try to fix a couple of internal links in the llvm-profdata manual | Justin Bogner | 2015-03-12 | 1 | -4/+4 |
| | | | | | | | These links seem broken on llvm.org/docs. Change them to use the sphinx-recommended style to see if that helps. llvm-svn: 232001 | ||||
* | docs: update the command guide documentation for llvm-profdata. | Alex Lorenz | 2014-07-30 | 1 | -12/+85 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D4726 llvm-svn: 214331 | ||||
* | PGO: llvm-profdata: tool for merging profiles | Duncan P. N. Exon Smith | 2014-02-17 | 1 | -0/+29 |
Introducing llvm-profdata, a tool for merging profile data generated by PGO instrumentation in clang. - The name indicates a file extension of <name>.profdata. Eventually profile data output by clang should be changed to that extension. - llvm-profdata merges two profiles. However, the name is more general, since it will likely pick up more tasks (such as summarizing a single profile). - llvm-profdata parses the current text-based format, but will be updated once we settle on a binary format. <rdar://problem/15949645> llvm-svn: 201535 |