llvm-6502/lib
Jim Grosbach fadfd7b977 Ignore MachO symbol flags in the upper nibble of n_desc.
They don't impact the MCJIT rtdyld, so just mask them off for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143472 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-01 18:10:23 +00:00
..
Analysis Reapply commit 143214 with a fix: m_ICmp doesn't match conditions 2011-10-30 19:56:36 +00:00
Archive
AsmParser
Bitcode
CodeGen Update split candidate correctly when interference cache is full. 2011-11-01 00:02:31 +00:00
DebugInfo
ExecutionEngine Ignore MachO symbol flags in the upper nibble of n_desc. 2011-11-01 18:10:23 +00:00
Linker Teach ModuleLinker::getLinkageResult about materialisable functions 2011-10-30 17:46:34 +00:00
MC
Object If we're searching for a symbol reference to pretty-print a scattered relocation address, and we don't find a symbol table entry, try section begin addresses as well. 2011-10-27 21:53:50 +00:00
Support Remove a couple unused methods. PR11201. 2011-11-01 05:11:01 +00:00
TableGen
Target Don't fold negative offsets into cp / dp accesses to avoid relocation errors. 2011-11-01 11:31:53 +00:00
Transforms Make sure we use the right insertion point when instcombine replaces a PHI with another instruction. (Specifically, don't insert an arbitrary instruction before a PHI.) Fixes PR11275. 2011-11-01 04:49:29 +00:00
VMCore
CMakeLists.txt
Makefile