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)
commita4976167c45f315662740d8b27a7b11a0d9bd5f5
treeca92a3ff2840f9ca07cc3989418677adf8d54ff3
parent94da968134a0b0705a264ba279099083f777bf0d
Adding implementation to outline C++ catch handlers for native Windows 64 exception handling.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229715 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/Cloning.h
lib/CodeGen/WinEHPrepare.cpp
lib/Transforms/Utils/CloneFunction.cpp
test/CodeGen/X86/cppeh-catch-all.ll [new file with mode: 0644]
test/CodeGen/X86/cppeh-catch-scalar.ll [new file with mode: 0644]