[PATCH] Extended support for native Windows C++ EH outlining

Andy Kaylor andrew.kaylor at intel.com
Wed Mar 4 14:50:17 PST 2015


Rebased to incorporate the recently committed patches.
Refactored to eliminate duplicate code.
Updated the landingpad replacement to properly preserve exception argument variables and indirect branch targets.
Added a mapping scheme to eliminate duplicate parsing of blocks shared between landing pads.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7886

Files:
  include/llvm/Transforms/Utils/Cloning.h
  lib/CodeGen/WinEHPrepare.cpp
  lib/Transforms/Utils/CloneFunction.cpp
  test/CodeGen/WinEH/cppeh-catch-all.ll
  test/CodeGen/WinEH/cppeh-catch-scalar.ll
  test/CodeGen/WinEH/cppeh-frame-vars.ll
  test/CodeGen/WinEH/cppeh-inalloca.ll
  test/CodeGen/WinEH/cppeh-min-unwind.ll
  test/CodeGen/WinEH/cppeh-nested-2.ll
  test/CodeGen/WinEH/cppeh-nonalloca-frame-values.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7886.21234.patch
Type: text/x-patch
Size: 89410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150304/90fbe051/attachment.bin>


More information about the llvm-commits mailing list