diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-03-12 20:53:16 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-03-12 20:53:16 +0000 |
commit | 7c9210c534a8fb77c17da943ea7c7871833b0699 (patch) | |
tree | 503e0e7236c0e417e35b07f618d71cdaab650b3f /test | |
parent | 2a27efa9157487ec7f6a84662b2780a207e47274 (diff) | |
download | clang-7c9210c534a8fb77c17da943ea7c7871833b0699.tar.gz |
CodeGen: Use a binary format for instrumentation based profiling
This updates CodeGenPGO to use the ProfileDataReader introduced to
llvm in r203703 and the new API for writing out the profile introduced
to compiler-rt in r203710.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Profile/Inputs/c-attributes.profdata | bin | 161 -> 312 bytes |
-rw-r--r-- | test/Profile/Inputs/c-counter-overflows.profdata | bin | 93 -> 120 bytes |
-rw-r--r-- | test/Profile/Inputs/c-general.profdata | bin | 436 -> 1272 bytes |
-rw-r--r-- | test/Profile/Inputs/c-outdated-data.profdata | bin | 34 -> 128 bytes |
-rw-r--r-- | test/Profile/Inputs/cxx-class.profdata | bin | 163 -> 400 bytes |
-rw-r--r-- | test/Profile/Inputs/cxx-throws.profdata | bin | 53 -> 168 bytes |
-rw-r--r-- | test/Profile/Inputs/objc-general.profdata | bin | 99 -> 216 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/test/Profile/Inputs/c-attributes.profdata b/test/Profile/Inputs/c-attributes.profdata Binary files differindex 38decbd556..8cb0af84f0 100644 --- a/test/Profile/Inputs/c-attributes.profdata +++ b/test/Profile/Inputs/c-attributes.profdata diff --git a/test/Profile/Inputs/c-counter-overflows.profdata b/test/Profile/Inputs/c-counter-overflows.profdata Binary files differindex 377a08502d..24fc3ae3ed 100644 --- a/test/Profile/Inputs/c-counter-overflows.profdata +++ b/test/Profile/Inputs/c-counter-overflows.profdata diff --git a/test/Profile/Inputs/c-general.profdata b/test/Profile/Inputs/c-general.profdata Binary files differindex 083b8fe55b..6a248f48de 100644 --- a/test/Profile/Inputs/c-general.profdata +++ b/test/Profile/Inputs/c-general.profdata diff --git a/test/Profile/Inputs/c-outdated-data.profdata b/test/Profile/Inputs/c-outdated-data.profdata Binary files differindex e1c51a6975..05da71603f 100644 --- a/test/Profile/Inputs/c-outdated-data.profdata +++ b/test/Profile/Inputs/c-outdated-data.profdata diff --git a/test/Profile/Inputs/cxx-class.profdata b/test/Profile/Inputs/cxx-class.profdata Binary files differindex 983ab55116..713f18d147 100644 --- a/test/Profile/Inputs/cxx-class.profdata +++ b/test/Profile/Inputs/cxx-class.profdata diff --git a/test/Profile/Inputs/cxx-throws.profdata b/test/Profile/Inputs/cxx-throws.profdata Binary files differindex a49522f558..3c0aab2b95 100644 --- a/test/Profile/Inputs/cxx-throws.profdata +++ b/test/Profile/Inputs/cxx-throws.profdata diff --git a/test/Profile/Inputs/objc-general.profdata b/test/Profile/Inputs/objc-general.profdata Binary files differindex 06c9832b3c..b7fa2217f7 100644 --- a/test/Profile/Inputs/objc-general.profdata +++ b/test/Profile/Inputs/objc-general.profdata |