llvm-6502/test/Transforms/SampleProfile/Inputs
Diego Novillo e75c2b3e54 Add profile writing capabilities for sampling profiles.
Summary:
This patch finishes up support for handling sampling profiles in both
text and binary formats. The new binary format uses uleb128 encoding to
represent numeric values. This makes profiles files about 25% smaller.

The profile writer class can write profiles in the existing text and the
new binary format. In subsequent patches, I will add the capability to
read (and perhaps write) profiles in the gcov format used by GCC.

Additionally, I will be adding support in llvm-profdata to manipulate
sampling profiles.

There was a bit of refactoring needed to separate some code that was in
the reader files, but is actually common to both the reader and writer.

The new test checks that reading the same profile encoded as text or
raw, produces the same results.

Reviewers: bogner, dexonsmith

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220915 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-30 18:00:06 +00:00
..
bad_discriminator_value.prof Use discriminator information in sample profiles. 2014-03-10 22:41:28 +00:00
bad_fn_header.prof Tolerate unmangled names in sample profiles. 2014-03-18 12:03:12 +00:00
bad_line_values.prof Use discriminator information in sample profiles. 2014-03-10 22:41:28 +00:00
bad_mangle.prof Tolerate unmangled names in sample profiles. 2014-03-18 12:03:12 +00:00
bad_sample_line.prof Extend and simplify the sample profile input file. 2014-01-10 23:23:51 +00:00
bad_samples.prof Use discriminator information in sample profiles. 2014-03-10 22:41:28 +00:00
branch.prof Extend and simplify the sample profile input file. 2014-01-10 23:23:51 +00:00
calls.prof Use discriminator information in sample profiles. 2014-03-10 22:41:28 +00:00
discriminator.prof Use discriminator information in sample profiles. 2014-03-10 22:41:28 +00:00
fnptr.binprof Add profile writing capabilities for sampling profiles. 2014-10-30 18:00:06 +00:00
fnptr.prof Add profile writing capabilities for sampling profiles. 2014-10-30 18:00:06 +00:00
propagate.prof Extend and simplify the sample profile input file. 2014-01-10 23:23:51 +00:00
syntax.prof Extend and simplify the sample profile input file. 2014-01-10 23:23:51 +00:00