llvm-6502/lib
Jakob Stoklund Olesen 3ee3661f8f Add a 2 byte safety margin in offset computations.
ARMConstantIslandPass still has bugs where jump table compression can
cause constant pool entries to go out of range.

Add a safety margin of 2 bytes when placing constant islands, but use
the real max displacement for verification.

<rdar://problem/11156595>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153789 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-31 00:06:44 +00:00
..
Analysis Add computeMaskedBitsLoad back, as it was the change to instsimplify that 2012-03-30 15:52:11 +00:00
Archive
AsmParser
Bitcode
CodeGen If we have a VLA that has a "use" in a metadata node that's then used 2012-03-30 00:02:55 +00:00
DebugInfo
ExecutionEngine Re-factored RuntimeDyLd: 2012-03-30 16:45:19 +00:00
Linker
MC Prune some includes 2012-03-27 07:54:11 +00:00
Object
Support Lowercase the tag name to match the rest of dwarf. 2012-03-29 21:35:05 +00:00
TableGen
Target Add a 2 byte safety margin in offset computations. 2012-03-31 00:06:44 +00:00
Transforms Don't PRE compares. 2012-03-29 17:22:39 +00:00
VMCore Handle unreachable code in the dominates functions. This changes users when 2012-03-30 16:46:21 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile