llvm-6502/lib
Jim Grosbach ec4ceb797a MCAssembler tweak for determining when a symbol difference is resolved.
If the two fragments are in the same Atom, then the difference
expression is resolvable at compile time. Previously we were checking
that they were in the same fragment, but that breaks down in the
presence of instruction relaxation which has multiple fragments in the
same atom.

rdar://10711829

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148423 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-18 21:54:12 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Fixed macro condition. 2012-01-18 19:48:31 +00:00
DebugInfo
ExecutionEngine
Linker
MC MCAssembler tweak for determining when a symbol difference is resolved. 2012-01-18 21:54:12 +00:00
Object
Support
TableGen
Target Rename pattern for clarity. 2012-01-18 21:54:09 +00:00
Transforms Add a depth limit to avoid runaway recursion. 2012-01-18 21:24:45 +00:00
VMCore
CMakeLists.txt
LLVMBuild.txt
Makefile