llvm-6502/lib
Rafael Espindola 82759c6cac Reorganize the x86 ELF relocation selection logic.
The main differences are:

* Split in 32 and 64 bit functions.
* First switch on the Modifier so that we have only one non fully covered
  switch.
* Map the fixup kind first to a x86_64 (or i386) specific enum, to make
  it easy to handle cases like X86::reloc_riprel_4byte_movq_load.
* Switch on IsPCRel last, which reduces code duplication.

Fixes pr22308.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232837 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-20 19:48:54 +00:00
..
Analysis Correctly estimate SROA savings for store operands in inline cost analysis. 2015-03-20 18:33:12 +00:00
AsmParser
Bitcode Internalize BitcodeReader. Not used outside of BitcodeReader.cpp. 2015-03-17 20:40:24 +00:00
CodeGen DwarfDebug: Check for null DebugLocs 2015-03-20 19:37:03 +00:00
DebugInfo
ExecutionEngine
Fuzzer
IR Verifier: Check that !dbg attachments have the right type 2015-03-20 19:26:58 +00:00
IRReader
LineEditor
Linker
LTO Verifier: Remove the separate -verify-di pass 2015-03-19 22:24:17 +00:00
MC Split the object streamer callback in one per file format. 2015-03-19 01:50:16 +00:00
Object
Option Teach Twine to support SmallString. 2015-03-17 09:51:17 +00:00
Passes
ProfileData InstrProf: Fix CoverageMappingReader on big endian 2015-03-16 21:40:18 +00:00
Support Note that we don't support COFF on PPC. 2015-03-19 02:40:56 +00:00
TableGen
Target Reorganize the x86 ELF relocation selection logic. 2015-03-20 19:48:54 +00:00
Transforms SanitizerCoverage: Check for null DebugLocs 2015-03-20 18:48:45 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile