summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingMerge.c
AgeCommit message (Collapse)Author
2016-06-08[profile] in-process merging support part-3Xinliang David Li
Differential Revision: http://reviews.llvm.org/D21056 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@272227 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-06[profile] Remove another unneeded field in raw profile readerXinliang David Li
DataValueSize is now removed. The change is consolidated with previous raw version bump. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@268704 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-09Fix test failure on darwin-i386Xinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@263065 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-04[PGO] Add API to check compatibility of profile data in bufferXinliang David Li
This is needed by client which uses in-process merge API. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262736 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-04Fix api visibilityXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262734 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-03[PGO] Add API for profile merge from bufferXinliang David Li
Differential Revision: http://reviews.llvm.org/D17831 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262644 91177308-0d34-0410-b5e6-96231b3b80d8