Adding implementation to outline C++ catch handlers for native Windows 64 exception...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 18 Feb 2015 18:31:51 +0000 (18:31 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 18 Feb 2015 18:31:51 +0000 (18:31 +0000)
commit527c5dc68d72dd04958e634728d6a49907b66e00
treeb392f4d2f563ad9d97ee274ee83db9afa8f5269b
parent127f4e5c6a9ee5fd502756f1ec8c16b81c1c51ab
Adding implementation to outline C++ catch handlers for native Windows 64 exception handling.

Differential Revision: http://reviews.llvm.org/D7363

llvm-svn: 229715
llvm/include/llvm/Transforms/Utils/Cloning.h
llvm/lib/CodeGen/WinEHPrepare.cpp
llvm/lib/Transforms/Utils/CloneFunction.cpp
llvm/test/CodeGen/X86/cppeh-catch-all.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/cppeh-catch-scalar.ll [new file with mode: 0644]