[all-commits] [llvm/llvm-project] 0efe11: Reland "[Windows SEH]: HARDWARE EXCEPTION HANDLING...

Phoebe Wang via All-commits all-commits at lists.llvm.org
Tue Mar 28 18:01:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0efe111365ae176671e01252d24028047d807a84
      https://github.com/llvm/llvm-project/commit/0efe111365ae176671e01252d24028047d807a84
  Author: Phoebe Wang <phoebe.wang at intel.com>
  Date:   2023-03-29 (Wed, 29 Mar 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAGISel.h
    M llvm/include/llvm/CodeGen/WinEHFuncInfo.h
    M llvm/include/llvm/IR/BasicBlock.h
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/WinException.cpp
    M llvm/lib/CodeGen/BranchFolding.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/WinEHPrepare.cpp
    M llvm/lib/IR/BasicBlock.cpp
    M llvm/lib/IR/EHPersonalities.cpp
    A llvm/test/CodeGen/X86/windows-seh-EHa-CppCatchDotDotDot.ll
    A llvm/test/CodeGen/X86/windows-seh-EHa-CppCondiTemps.ll
    A llvm/test/CodeGen/X86/windows-seh-EHa-CppDtors01.ll
    A llvm/test/CodeGen/X86/windows-seh-EHa-TryInFinally.ll

  Log Message:
  -----------
  Reland "[Windows SEH]: HARDWARE EXCEPTION HANDLING (MSVC -EHa) - Part 2"

This reverts commit db6a979ae82410e42430e47afa488936ba8e3025.

Reland D102817 without any change. The previous revert was a mistake.

Differential Revision: https://reviews.llvm.org/D102817




More information about the All-commits mailing list