This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 87d1f822bf5 add IR flags to MI new da5e3875624 [InstCombine] add folds for icmp with xor mask constant new aa090871e9b [object] Improve the performance of getSymbols used by Arch [...] new b73f47d91f1 [codeview] Decode and dump FP regs from S_FRAMEPROC records new a6e4ea0d334 Apply local fixes intended to be part of r341999.'
The 4 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 | 2 + include/llvm/DebugInfo/CodeView/SymbolDumper.h | 8 ++-- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 44 ++++++++++++++++++++++ lib/DebugInfo/CodeView/EnumTables.cpp | 2 + lib/DebugInfo/CodeView/SymbolDumper.cpp | 31 ++++++++++++--- lib/Object/ArchiveWriter.cpp | 34 +++++++++++------ lib/Transforms/InstCombine/InstCombineCompares.cpp | 29 +++++++++----- test/DebugInfo/PDB/pdbdump-headers.test | 1 + test/Transforms/InstCombine/icmp.ll | 7 ++-- tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 5 +++ tools/llvm-pdbutil/MinimalSymbolDumper.h | 7 +++- tools/llvm-readobj/COFFDumper.cpp | 7 +++- 12 files changed, 141 insertions(+), 36 deletions(-)