llvm-6502/lib
Kevin Enderby 303a00ec48 Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kinds
were falling into the cases for 24-bit branch kinds which are not 24-bit
branches.  The routine is to return false for fixups are expected to always
be resolvable at assembly time. Which these three fixups are as they have
limited displacement and are for local references within a function.

rdar://15586725


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197282 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-13 22:46:54 +00:00
..
Analysis [inliner] Fix PR18206 by preventing inlining functions that call setjmp 2013-12-13 08:00:01 +00:00
AsmParser
Bitcode
CodeGen comment typo. 2013-12-13 22:23:54 +00:00
DebugInfo DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers 2013-12-13 21:33:40 +00:00
ExecutionEngine
IR llvm-cov: Added -b option for branch probabilities. 2013-12-13 01:15:07 +00:00
IRReader
Linker
LTO
MC DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers 2013-12-13 21:33:40 +00:00
Object
Option
Support Remove APInt::extractBit since it is already implemented via operator[]. Change tests for extractBit to test operator[]. 2013-12-13 22:00:19 +00:00
TableGen
Target Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kinds 2013-12-13 22:46:54 +00:00
Transforms
CMakeLists.txt
LLVMBuild.txt
Makefile