1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/tools/llvm-profdata
Xinliang David Li 0f29a15199 [PGO] Add --text option for llvm-profdata show|merge commands
The new option is similar to the SampleProfile dump option.

- dump raw/indexed format into text profile format
- merge the profile and output into text profile format.

Note that Value Profiling data text format is not yet designed. 
That functionality will be added later.

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

llvm-svn: 253913
2015-11-23 20:47:38 +00:00
..
Inputs [PGO] Add --text option for llvm-profdata show|merge commands 2015-11-23 20:47:38 +00:00
c-general.test [PGO] Value profiling support 2015-11-18 18:14:55 +00:00
compat.proftext InstrProf: Allow multiple functions with the same name 2014-08-01 22:50:07 +00:00
count-mismatch.proftext [llvm-profdata] Improve error messaging when merging mismatched profile data 2015-11-17 22:08:53 +00:00
gcc-gcov-sample-profile.test SamplePGO - Sort samples by source location when emitting as text. 2015-11-19 15:33:08 +00:00
general.proftext InstrProf: Allow hexadecimal function hashes in proftext format 2015-03-09 18:54:49 +00:00
hash-mismatch.proftext InstrProf: Allow multiple functions with the same name 2014-08-01 22:50:07 +00:00
inline-samples.test SamplePGO - Sort samples by source location when emitting as text. 2015-11-19 15:33:08 +00:00
lit.local.cfg llvm-profdata: Use consistent file suffixes in tests 2014-07-30 23:02:01 +00:00
multiple-inputs.test llvm-profdata: Replace redundant tests with more targeted ones 2014-08-01 19:59:48 +00:00
overflow.proftext llvm-profdata: Use consistent file suffixes in tests 2014-07-30 23:02:01 +00:00
raw-32-bits-be.test [PGO] Value profiling support 2015-11-18 18:14:55 +00:00
raw-32-bits-le.test [PGO] Value profiling support 2015-11-18 18:14:55 +00:00
raw-64-bits-be.test [PGO] Value profiling support 2015-11-18 18:14:55 +00:00
raw-64-bits-le.test [PGO] Value profiling support 2015-11-18 18:14:55 +00:00
raw-magic-but-no-header.test [llvm-profdata] Add check for text profile formats and improve error reporting (2nd try) 2015-11-13 03:47:58 +00:00
raw-two-profiles.test [PGO] Value profiling support 2015-11-18 18:14:55 +00:00
sample-profile-basic.test SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples 2015-11-13 20:24:28 +00:00
text-dump.test [PGO] Add --text option for llvm-profdata show|merge commands 2015-11-23 20:47:38 +00:00
text-format-errors.test llvm/test/tools/llvm-profdata/text-format-errors.test: Use prepared version of the input file, instead of using echo. 2015-11-13 06:06:58 +00:00