This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c32a9df [LoadCombine] Fix combining of loads which span an aliasing store. new bf8cee8 Introduce NativeRawSymbol for PDB reading. new ce00de8 X86: Teach X86InstrInfo::analyzeCompare to recognize compares [...]
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: .../DIARawSymbol.h => Native/NativeRawSymbol.h} | 35 +- lib/DebugInfo/PDB/CMakeLists.txt | 1 + lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 700 +++++++++++++++++++++ lib/Target/X86/X86InstrInfo.cpp | 39 +- test/CodeGen/X86/compare-global.ll | 2 +- 5 files changed, 741 insertions(+), 36 deletions(-) copy include/llvm/DebugInfo/PDB/{DIA/DIARawSymbol.h => Native/NativeRawSymbol.h} (89%) create mode 100644 lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp