llvm-6502/docs/CommandGuide
Duncan P. N. Exon Smith ddc5a010a4 PGO: llvm-profdata: tool for merging profiles
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>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201535 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-17 23:22:49 +00:00
..
bugpoint.rst
FileCheck.rst Allow multiple check prefixes in FileCheck. 2013-11-10 02:04:09 +00:00
index.rst PGO: llvm-profdata: tool for merging profiles 2014-02-17 23:22:49 +00:00
lit.rst [lit] Change --show-{tests,suites} to exit after printing. 2013-08-08 20:59:25 +00:00
llc.rst Fix grammar. 2013-08-05 23:29:16 +00:00
lli.rst
llvm-ar.rst Remove more dead documentation. 2013-07-30 04:06:06 +00:00
llvm-as.rst
llvm-bcanalyzer.rst
llvm-build.rst
llvm-config.rst
llvm-cov.rst
llvm-diff.rst
llvm-dis.rst
llvm-extract.rst docs: command guide: cleanups, no text changes 2013-08-18 08:32:32 +00:00
llvm-link.rst
llvm-nm.rst docs: command guide: cleanups, no text changes 2013-08-18 08:32:32 +00:00
llvm-profdata.rst PGO: llvm-profdata: tool for merging profiles 2014-02-17 23:22:49 +00:00
llvm-readobj.rst
llvm-stress.rst
llvm-symbolizer.rst llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized. 2013-12-24 19:33:22 +00:00
opt.rst
tblgen.rst