This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d4d53577fe [AArch64] Enable aggressive FMA on T99 and provide AArch64 [...] new efb87178ab8 [SyntheticCounts] Rewrite the code using only graph traits. new 920b6750b93 [DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump.
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/Analysis/CallGraph.h | 50 ++++++++ include/llvm/Analysis/SyntheticCountsUtils.h | 31 ++++- include/llvm/BinaryFormat/Dwarf.def | 1 + include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h | 7 +- include/llvm/DebugInfo/DWARF/DWARFObject.h | 1 + include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 15 ++- lib/Analysis/SyntheticCountsUtils.cpp | 139 ++++++++++------------ lib/DebugInfo/DWARF/DWARFContext.cpp | 13 ++ lib/DebugInfo/DWARF/DWARFFormValue.cpp | 6 + lib/DebugInfo/DWARF/DWARFUnit.cpp | 19 +-- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 8 +- lib/Transforms/IPO/SyntheticCountsPropagation.cpp | 23 +++- test/DebugInfo/X86/dwarfdump-header.s | 12 +- 14 files changed, 217 insertions(+), 112 deletions(-)