This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 9780916 [esan] Add iterator to esan's generic hashtable new 662d549 [Profile] Implement new API __llvm_profile_dump
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/profile/InstrProfiling.c | 11 +++++++ lib/profile/InstrProfiling.h | 22 +++++++++++++ lib/profile/InstrProfilingFile.c | 18 +++++++++++ lib/profile/InstrProfilingInternal.h | 7 ++++ test/profile/instrprof-dump.c | 62 ++++++++++++++++++++++++++++++++++++ 5 files changed, 120 insertions(+) create mode 100644 test/profile/instrprof-dump.c