- Add target lowering methods to get the preferred format for the FDE and LSDA
authorBill Wendling <isanbard@gmail.com>
Sat, 29 Aug 2009 12:20:54 +0000 (12:20 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 29 Aug 2009 12:20:54 +0000 (12:20 +0000)
commit9b35a09e7e5b1aa26588e3852fe00a42b4f383ba
treec3571e53bc11aa570e3fa942c646151e3f1fa086
parentb5abecded7573de0747f9f529a52561741bed0a2
- Add target lowering methods to get the preferred format for the FDE and LSDA
  encodings.
- Make some of the values emitted by the FDEs dependent upon the pointer
  size. This is in line with how GCC does things. And it has the benefit of
  working for Darwin in 64-bit mode now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80428 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h