FastISel support for exception-handling constructs.
authorDan Gohman <gohman@apple.com>
Tue, 14 Oct 2008 23:54:11 +0000 (23:54 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 14 Oct 2008 23:54:11 +0000 (23:54 +0000)
commitdd5b58ad7be78be90390074f0df138778af5c895
treed64a9057b614c7346345ad097011a0226cba52ea
parent76dea9547d6aadbabbcb597b5e1d3f4ec529d031
FastISel support for exception-handling constructs.
 - Move the EH landing-pad code and adjust it so that it works
   with FastISel as well as with SDISel.
 - Add FastISel support for @llvm.eh.exception and
   @llvm.eh.selector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57539 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h