Recommitting EH patch; this should answer most of the
authorDale Johannesen <dalej@apple.com>
Wed, 2 Apr 2008 00:25:04 +0000 (00:25 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 2 Apr 2008 00:25:04 +0000 (00:25 +0000)
commit1532f3ddd77c362dd5f613af06b4de636e3c5b0e
tree52fd71de9a6648a1f69dca1dd3d87ced1bc2adf5
parent7c3becd9d729b976d79b18e6165e74390e613bb5
Recommitting EH patch; this should answer most of the
review feedback.
-enable-eh is still accepted but doesn't do anything.
EH intrinsics use Dwarf EH if the target supports that,
and are handled by LowerInvoke otherwise.
The separation of the EH table and frame move data is,
I think, logically figured out, but either one still
causes full EH info to be generated (not sure how to
split the metadata correctly).
MachineModuleInfo::needsFrameInfo is no longer used and
is removed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49064 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/DwarfWriter.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/X86/X86ATTAsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86RegisterInfo.cpp