This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cde8f4f Add unittest for LiveIntervalAnalysis::handleMove() new 7f90dd2 [MC] Create unique .pdata sections for every .text section
The 1 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: .../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 2 + include/llvm/MC/MCContext.h | 22 ++- include/llvm/MC/MCSectionCOFF.h | 13 ++ include/llvm/MC/MCStreamer.h | 14 ++ include/llvm/MC/MCWinEH.h | 51 +++---- lib/CodeGen/AsmPrinter/WinException.cpp | 7 +- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 23 +-- lib/MC/MCAsmStreamer.cpp | 4 +- lib/MC/MCContext.cpp | 33 +++-- lib/MC/MCStreamer.cpp | 36 +++++ lib/MC/MCWin64EH.cpp | 30 ++-- lib/MC/MCWinEH.cpp | 55 +------- test/MC/COFF/seh-section-2.s | 154 +++++++++++++++++++++ test/MC/COFF/seh-section.s | 8 +- 14 files changed, 308 insertions(+), 144 deletions(-) create mode 100644 test/MC/COFF/seh-section-2.s