This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 04b8896eca6 [NewGVN] Simplify findConditionEquivalence(). NFCI. new e075b10f6bf [CodeView] Fix dumping of public symbol record flags new 2be27088222 [Dominators] Clean up GenericDomTree.h. NFC.
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/DebugInfo/CodeView/CodeView.h | 10 ++++ include/llvm/DebugInfo/CodeView/EnumTables.h | 1 + include/llvm/DebugInfo/CodeView/SymbolRecord.h | 2 +- include/llvm/Support/GenericDomTree.h | 79 ++++++++++++-------------- lib/DebugInfo/CodeView/EnumTables.cpp | 10 ++++ lib/DebugInfo/CodeView/SymbolDumper.cpp | 2 +- lib/DebugInfo/CodeView/SymbolRecordMapping.cpp | 2 +- lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 11 +++- test/DebugInfo/PDB/pdbdump-headers.test | 4 +- tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 16 +++++- 10 files changed, 88 insertions(+), 49 deletions(-)