teak-llvm/llvm/docs/CommandGuide
Nathan Slingerland 2a3dbe8be2 [llvm-profdata] Add support for weighted merge of profile data
This change adds support for an optional weight when merging profile data with the llvm-profdata tool.
Weights are specified by adding an option ':<weight>' suffix to the input file names.

Adding support for arbitrary weighting of input profile data allows for relative importance to be placed on the
input data from multiple training runs.

Both sampled and instrumented profiles are supported.

Reviewers: dnovillo, bogner, davidxl

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D14547

llvm-svn: 254669
2015-12-04 00:00:20 +00:00
..
bugpoint.rst
FileCheck.rst IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00
index.rst Start adding documentation for llvm-lib. 2015-07-17 18:49:26 +00:00
lit.rst CommandGuide/lit.rst: Document the new commandline option -a 2015-11-06 01:13:40 +00:00
llc.rst [EABI] Add LLVM support for -meabi flag 2015-11-09 12:40:30 +00:00
lli.rst Improving lli documentation 2015-07-28 10:24:11 +00:00
llvm-ar.rst
llvm-as.rst
llvm-bcanalyzer.rst
llvm-build.rst
llvm-config.rst
llvm-cov.rst Minor edits to the llvm-cov documentation. 2015-04-21 16:32:02 +00:00
llvm-diff.rst
llvm-dis.rst
llvm-dwarfdump.rst Make llvm-dwarfdump exit with non-zero exit code if error was occured. 2015-06-25 23:40:15 +00:00
llvm-extract.rst
llvm-lib.rst Start adding documentation for llvm-lib. 2015-07-17 18:49:26 +00:00
llvm-link.rst
llvm-nm.rst
llvm-profdata.rst [llvm-profdata] Add support for weighted merge of profile data 2015-12-04 00:00:20 +00:00
llvm-readobj.rst
llvm-stress.rst
llvm-symbolizer.rst Fix docs build break for revision r252798 2015-11-11 22:14:58 +00:00
opt.rst
tblgen.rst