llvm-6502/lib
Duncan Sands 43b30a8287 Get exception handling working again on 64 bit
Darwin.  This is a hack of course, but it does
at least look at the right thing: gotpcrel means
that this is already an offset, so an explicit
offset is not needed (and wrong).  I think this
is good enough for the moment: Anton is working
on something better.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50850 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-08 12:33:11 +00:00
..
Analysis Add support for constant folding the 'offsetof' pattern even if the 2008-05-08 04:54:43 +00:00
Archive
AsmParser
Bitcode
CodeGen Get exception handling working again on 64 bit 2008-05-08 12:33:11 +00:00
Debugger
ExecutionEngine
Linker Turn StripPointerCast() into a method 2008-05-07 22:54:15 +00:00
Support
System
Target Handle vector move / load which zero the destination register top bits (i.e. movd, movq, movss (addr), movsd (addr)) with X86 specific dag combine. 2008-05-08 00:57:18 +00:00
Transforms Turn StripPointerCast() into a method 2008-05-07 22:54:15 +00:00
VMCore Turn StripPointerCast() into a method 2008-05-07 22:54:15 +00:00
Makefile