llvm-6502/lib
Dale Johannesen 696f768daf Enable EH on PPC Darwin. This basically works; there
are a couple of issues that show up with the optimizer,
but I don't think they're really EH problems.
(llvm-gcc testsuite users note:  By default the testsuite
uses the unwinding code that's built as part of your local
llvm-gcc, which does not work.  You need to trick it into
using the installed system unwinding code to get useful
results.)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45221 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-19 21:54:36 +00:00
..
Analysis Add explicit keywords, and fix a minor typo that they uncovered. 2007-12-14 15:41:34 +00:00
Archive
AsmParser regenerate. 2007-12-17 01:17:35 +00:00
Bitcode Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure 2007-12-17 22:33:23 +00:00
CodeGen Simplify LowerCallTo by using a callsite. 2007-12-19 09:48:52 +00:00
Debugger
ExecutionEngine Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
Linker
Support
System Added "GetCurrentDirectory()" to sys::Path. 2007-12-18 22:07:33 +00:00
Target Enable EH on PPC Darwin. This basically works; there 2007-12-19 21:54:36 +00:00
Transforms When inlining through an 'nounwind' call, mark inlined 2007-12-19 21:13:37 +00:00
VMCore When inlining through an 'nounwind' call, mark inlined 2007-12-19 21:13:37 +00:00
Makefile