llvm-6502/lib
Simon Atanasyan eb0c9094ac [yaml2obj][ELF] ELF Relocations Support.
The patch implements support for both relocation record formats: Elf_Rel
and Elf_Rela. It is possible to define relocation against symbol only.
Relocations against sections will be implemented later. Now yaml2obj
recognizes X86_64, MIPS and Hexagon relocation types.

Example of relocation section specification:
Sections:
- Name: .text
  Type: SHT_PROGBITS
  Content: "0000000000000000"
  AddressAlign: 16
  Flags: [SHF_ALLOC]

- Name: .rel.text
  Type: SHT_REL
  Info: .text
  AddressAlign: 4
  Relocations:
    - Offset: 0x1
      Symbol: glob1
      Type: R_MIPS_32
    - Offset: 0x2
      Symbol: glob2
      Type: R_MIPS_CALL16

The patch reviewed by Michael Spencer, Sean Silva, Shankar Easwaran.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206017 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-11 04:13:39 +00:00
..
Analysis Delinearize: Extend informationin -analyze output 2014-04-09 07:53:49 +00:00
AsmParser AsmParser: add a warning for compatibility parsing 2014-04-05 22:42:53 +00:00
Bitcode All new elements except the last one initialized to NULL. Ideally, once parsing is complete, all elements should be non-NULL. 2014-03-27 12:08:23 +00:00
CodeGen Implement depth_first and inverse_depth_first range factory functions. 2014-04-11 01:50:01 +00:00
DebugInfo Simplify compression API by decompressing into a SmallVector rather than a MemoryBuffer 2014-04-05 21:26:44 +00:00
ExecutionEngine LLVMBuild.txt: Add missing dependencies. 2014-04-10 11:16:47 +00:00
IR Fix some doc and comment typos 2014-04-09 14:47:27 +00:00
IRReader
LineEditor
Linker
LTO Move the segmented stack switch to a function attribute 2014-04-10 22:58:43 +00:00
MC Use value types instead of 'new'd objects to store dwarf labels for asm files 2014-04-11 00:43:52 +00:00
Object [yaml2obj][ELF] ELF Relocations Support. 2014-04-11 04:13:39 +00:00
Option
ProfileData
Support YAMLIO: Allow scalars to dictate quotation rules 2014-04-10 07:37:33 +00:00
TableGen [C++11] Make use of 'nullptr' in TableGen library. 2014-04-09 04:50:04 +00:00
Target Implement depth_first and inverse_depth_first range factory functions. 2014-04-11 01:50:01 +00:00
Transforms Implement depth_first and inverse_depth_first range factory functions. 2014-04-11 01:50:01 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile