This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6e90f035015 [InstCombine] Remove include of DIBuilder.h and Dwarf.h as [...] new 812570f6d4a [llvm] Separate out reverse iteration flag into its own header new 450ef2ab9dc Prototype: Reduce llvm-profdata merge memory usage further
The 2 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: include/llvm/ADT/SmallPtrSet.h | 11 +-------- include/llvm/ProfileData/InstrProf.h | 26 +++++++++++---------- include/llvm/ProfileData/InstrProfReader.h | 37 +++++++++++++++--------------- include/llvm/ProfileData/InstrProfWriter.h | 10 +++++--- include/llvm/ProfileData/ProfileCommon.h | 3 +-- include/llvm/Support/ReverseIteration.h | 17 ++++++++++++++ lib/ProfileData/InstrProfReader.cpp | 20 ++++++++-------- lib/ProfileData/InstrProfWriter.cpp | 26 +++++++++++++-------- tools/llvm-profdata/llvm-profdata.cpp | 3 ++- unittests/ProfileData/InstrProfTest.cpp | 28 +++++++++++----------- 10 files changed, 100 insertions(+), 81 deletions(-) create mode 100644 include/llvm/Support/ReverseIteration.h