summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-value-prof-2.c
AgeCommit message (Collapse)Author
2016-04-13[PGO] Fix the buildbots for r266229. Betul Buyukkurt
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@266240 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-26Stop depending on the keys in a hash table being in a particular order.Richard Smith
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@264488 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-29Check test results more strictly (NFC)Xinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@256536 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-11[PGO] add a test case in profiler runtimeXinliang David Li
Add a test case to cover profile dumping of functions with no value sites, functions with value sites but no dynamic VP data, and functions with runtime VP data. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@255327 91177308-0d34-0410-b5e6-96231b3b80d8