llvm-6502/lib
Bill Wendling 53351a175d The same situation that effected ARM effects PPC with regards to placing the
LSDA into the TEXT section. We need to generate non-lazy pointers to it on
Mach-O. However, the object the NLP points to may be local to the translation
unit. If so, then the NLP needs to have the value of that object specified
instead of "0", which the linker interprets as "external".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98325 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-12 02:00:43 +00:00
..
Analysis Add a DominatorTree argument to isLCSSA so that it doesn't have to 2010-03-10 19:38:49 +00:00
Archive
AsmParser Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some 2010-02-16 14:50:09 +00:00
Bitcode Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. 2010-03-06 00:30:06 +00:00
CodeGen There is no need to create specification DIE for definitions at DIFile level. 2010-03-11 23:44:52 +00:00
CompilerDriver Use FindExecutable as a fall-back search method. 2010-03-05 04:46:28 +00:00
ExecutionEngine Add a new jump table encoding to indicate jump tables entries 2010-03-11 14:58:16 +00:00
Linker Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some 2010-02-16 14:50:09 +00:00
MC enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbol 2010-03-11 22:56:10 +00:00
Support make APFloat::toString be const. 2010-03-06 19:20:13 +00:00
System Update CMake build. 2010-03-11 07:51:23 +00:00
Target The same situation that effected ARM effects PPC with regards to placing the 2010-03-12 02:00:43 +00:00
Transforms Whoops this already existed. 2010-03-11 23:21:19 +00:00
VMCore Remove duplicated code. No functionality change. 2010-03-10 16:04:20 +00:00
Makefile