index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lld
/
ELF
/
OutputSections.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ELF2: Create a function to get VA from Elf_Rel.
Rui Ueyama
2015-10-12
1
-10
/
+20
*
Instead of computing offset from current and start, use a variable. NFC.
Rui Ueyama
2015-10-12
1
-4
/
+4
*
ELF2: Implement --as-needed.
Rui Ueyama
2015-10-11
1
-2
/
+7
*
ELF2: Make SymbolTable a template class.
Rui Ueyama
2015-10-09
1
-12
/
+11
*
Simplify. NFC.
Rui Ueyama
2015-10-09
1
-9
/
+6
*
ELF2: Reduce code repetition.
Rui Ueyama
2015-10-09
1
-45
/
+0
*
Add support for comdats.
Rafael Espindola
2015-10-09
1
-6
/
+32
*
Don't silently ignore an error.
Rafael Espindola
2015-10-09
1
-3
/
+5
*
Revert "[ELF2] - Implemented rel[a].plt sections"
Rafael Espindola
2015-10-09
1
-20
/
+4
*
[ELF2] - Implemented rel[a].plt sections
George Rimar
2015-10-09
1
-4
/
+20
*
Simplify expressions. NFC.
Rui Ueyama
2015-10-09
1
-5
/
+4
*
Remove getters/setters that don't provide much abstraction.
Rui Ueyama
2015-10-09
1
-4
/
+4
*
[ELF2] Make the .plt entry size target dependent
Hal Finkel
2015-10-08
1
-2
/
+7
*
[ELF2] Use EntrySize, not 8, to advance the .plt buffer when writing
Hal Finkel
2015-10-08
1
-1
/
+1
*
ELF2: Make singleton output sections globally accessible.
Rui Ueyama
2015-10-07
1
-73
/
+97
*
ELF2: Rename local variable name `Out` in preparation to define `Out` global ...
Rui Ueyama
2015-10-07
1
-13
/
+13
*
ELF2: Move functions out of line.
Rui Ueyama
2015-10-07
1
-0
/
+44
*
[ELF2] -z now option implemented
George Rimar
2015-10-07
1
-0
/
+5
*
[ELF2] Fix gcc build error
Denis Protivensky
2015-10-07
1
-0
/
+1
*
Don't create dynamic relocations for weak undefined symbols.
Rafael Espindola
2015-10-07
1
-1
/
+3
*
Skip entries handled by the dynamic linker.
Rafael Espindola
2015-10-07
1
-2
/
+3
*
Create simpler dynamic relocations for local symbols in got.
Rafael Espindola
2015-10-07
1
-26
/
+24
*
Fix typo.
Rafael Espindola
2015-10-07
1
-5
/
+5
*
Don't create dynamic relocations when its known what the got points to.
Rafael Espindola
2015-10-06
1
-2
/
+24
*
[ELF2] Implement --{enable, disable}-new-dtags options.
Davide Italiano
2015-10-06
1
-2
/
+12
*
Handle strong undefined symbols fetching members after a weak undefined.
Rafael Espindola
2015-10-06
1
-32
/
+35
*
Rearrange a bit for clarity. NFC.
Rafael Espindola
2015-10-06
1
-7
/
+4
*
External symbols need a full dynamic reloc, not R_X86_64_RELATIVE.
Rafael Espindola
2015-10-06
1
-1
/
+7
*
Fix R_X86_64_RELATIVE for local symbols that refer to other sections.
Rafael Espindola
2015-10-05
1
-2
/
+6
*
Handle a common symbol needing a R_X86_64_RELATIVE.
Rafael Espindola
2015-10-05
1
-3
/
+5
*
Include existing addend when computing R_X86_64_RELATIVE.
Rafael Espindola
2015-10-05
1
-5
/
+11
*
Create R_X86_64_RELATIVE when needed.
Rafael Espindola
2015-10-05
1
-5
/
+12
*
Don't copy STT_SECTION from the inputs.
Rafael Espindola
2015-10-05
1
-2
/
+16
*
Remove an extra blank line.
Igor Kudrin
2015-10-05
1
-1
/
+0
*
Include hidden and internal symbols in the regular symbol table.
Rafael Espindola
2015-10-05
1
-7
/
+31
*
[ELF2] Add DT_INIT and DT_FINI dynamic table entries
Igor Kudrin
2015-10-05
1
-2
/
+18
*
Add static initialization/finalization array support.
Rafael Espindola
2015-10-02
1
-0
/
+18
*
[ELF2] Fix mixed-Endian handling in DynamicSection<ELFT>::writeTo
Hal Finkel
2015-10-02
1
-2
/
+0
*
ELF2: Merge duplicates using lambdas. NFC.
Rui Ueyama
2015-10-02
1
-46
/
+26
*
[lld][elf2] Sort output sections.
Michael J. Spencer
2015-10-01
1
-0
/
+3
*
ELF2: Add -soname option.
Rui Ueyama
2015-10-01
1
-6
/
+15
*
Copy DT_SONAME to DT_NEEDED.
Rafael Espindola
2015-10-01
1
-2
/
+2
*
ELF2: Add DT_REL{,A}ENT and DT_SYMENT.
Rui Ueyama
2015-09-30
1
-1
/
+11
*
ELF2: Advance the buffer pointers right after we use them.
Rui Ueyama
2015-09-30
1
-4
/
+3
*
Make template instantiation code a bit shorter. NFC.
Rui Ueyama
2015-09-30
1
-12
/
+8
*
ELF2: Split SymbolTableSection<ELFT>::writeTo into two smaller functions.
Rui Ueyama
2015-09-30
1
-30
/
+42
*
Start adding support for static programs using dynamic libraries.
Rafael Espindola
2015-09-29
1
-1
/
+1
*
This reverts commit r248845 and r248848.
Rafael Espindola
2015-09-29
1
-3
/
+0
*
[elf2] Fix build.
Michael J. Spencer
2015-09-29
1
-1
/
+1
*
[elf2] Sort output sections.
Michael J. Spencer
2015-09-29
1
-0
/
+3
[prev]
[next]