summaryrefslogtreecommitdiff
path: root/test/Profile/Inputs
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-03-12 20:53:16 +0000
committerJustin Bogner <mail@justinbogner.com>2014-03-12 20:53:16 +0000
commit7c9210c534a8fb77c17da943ea7c7871833b0699 (patch)
tree503e0e7236c0e417e35b07f618d71cdaab650b3f /test/Profile/Inputs
parent2a27efa9157487ec7f6a84662b2780a207e47274 (diff)
downloadclang-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/Profile/Inputs')
-rw-r--r--test/Profile/Inputs/c-attributes.profdatabin161 -> 312 bytes
-rw-r--r--test/Profile/Inputs/c-counter-overflows.profdatabin93 -> 120 bytes
-rw-r--r--test/Profile/Inputs/c-general.profdatabin436 -> 1272 bytes
-rw-r--r--test/Profile/Inputs/c-outdated-data.profdatabin34 -> 128 bytes
-rw-r--r--test/Profile/Inputs/cxx-class.profdatabin163 -> 400 bytes
-rw-r--r--test/Profile/Inputs/cxx-throws.profdatabin53 -> 168 bytes
-rw-r--r--test/Profile/Inputs/objc-general.profdatabin99 -> 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
index 38decbd556..8cb0af84f0 100644
--- a/test/Profile/Inputs/c-attributes.profdata
+++ b/test/Profile/Inputs/c-attributes.profdata
Binary files differ
diff --git a/test/Profile/Inputs/c-counter-overflows.profdata b/test/Profile/Inputs/c-counter-overflows.profdata
index 377a08502d..24fc3ae3ed 100644
--- a/test/Profile/Inputs/c-counter-overflows.profdata
+++ b/test/Profile/Inputs/c-counter-overflows.profdata
Binary files differ
diff --git a/test/Profile/Inputs/c-general.profdata b/test/Profile/Inputs/c-general.profdata
index 083b8fe55b..6a248f48de 100644
--- a/test/Profile/Inputs/c-general.profdata
+++ b/test/Profile/Inputs/c-general.profdata
Binary files differ
diff --git a/test/Profile/Inputs/c-outdated-data.profdata b/test/Profile/Inputs/c-outdated-data.profdata
index e1c51a6975..05da71603f 100644
--- a/test/Profile/Inputs/c-outdated-data.profdata
+++ b/test/Profile/Inputs/c-outdated-data.profdata
Binary files differ
diff --git a/test/Profile/Inputs/cxx-class.profdata b/test/Profile/Inputs/cxx-class.profdata
index 983ab55116..713f18d147 100644
--- a/test/Profile/Inputs/cxx-class.profdata
+++ b/test/Profile/Inputs/cxx-class.profdata
Binary files differ
diff --git a/test/Profile/Inputs/cxx-throws.profdata b/test/Profile/Inputs/cxx-throws.profdata
index a49522f558..3c0aab2b95 100644
--- a/test/Profile/Inputs/cxx-throws.profdata
+++ b/test/Profile/Inputs/cxx-throws.profdata
Binary files differ
diff --git a/test/Profile/Inputs/objc-general.profdata b/test/Profile/Inputs/objc-general.profdata
index 06c9832b3c..b7fa2217f7 100644
--- a/test/Profile/Inputs/objc-general.profdata
+++ b/test/Profile/Inputs/objc-general.profdata
Binary files differ