This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d8d014 [esan] Add calls from the ctor/dtor to the runtime library new 2d4f33a [codeview] Add support for new type records. new 5030102 [LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::vis [...] new 4b1e009 Re-enable "[LoopUnroll] Enable advanced unrolling analysis by [...]
The 3 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/CVSymbolTypes.def | 22 +- include/llvm/DebugInfo/CodeView/CodeView.h | 81 ++++++- .../llvm/DebugInfo/CodeView/RecordSerialization.h | 34 +++ include/llvm/DebugInfo/CodeView/SymbolRecord.h | 260 ++++++++++++++++++++- include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h | 6 +- include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 7 +- include/llvm/DebugInfo/PDB/PDBExtras.h | 5 +- include/llvm/DebugInfo/PDB/PDBTypes.h | 64 ----- lib/Analysis/LoopUnrollAnalyzer.cpp | 6 +- lib/DebugInfo/CodeView/SymbolDumper.cpp | 183 ++++++++++++++- lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 14 +- lib/DebugInfo/PDB/PDBExtras.cpp | 113 ++++----- lib/Transforms/Scalar/LoopUnrollPass.cpp | 6 +- test/DebugInfo/PDB/pdbdump-headers.test | 116 ++++++--- test/Transforms/LoopUnroll/full-unroll-crashers.ll | 18 ++ .../LoopUnroll/partial-unroll-const-bounds.ll | 2 +- tools/llvm-pdbdump/CompilandDumper.cpp | 4 +- 17 files changed, 746 insertions(+), 195 deletions(-)