Adding support for llvm.eh.begincatch and llvm.eh.endcatch intrinsics and beginning...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 10 Feb 2015 19:52:43 +0000 (19:52 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 10 Feb 2015 19:52:43 +0000 (19:52 +0000)
commit77418518199b0834afae681f53a95c5119c215db
treeebb9fa65d01d921cfed0e476fc78be82ce3f74e8
parentb613f8842e77483311483b628c68e3c4e857cc77
Adding support for llvm.eh.begincatch and llvm.eh.endcatch intrinsics and beginning the documentation of native Windows exception handling.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228733 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ExceptionHandling.rst
include/llvm/IR/Intrinsics.td
lib/Analysis/Lint.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/Analysis/Lint/cppeh-catch-intrinsics-clean.ll [new file with mode: 0644]
test/Analysis/Lint/cppeh-catch-intrinsics.ll [new file with mode: 0644]