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
/
InputSection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ELF] Pass a pointer to InputFile to the getRelocTargetVA to escape dereferen...
Simon Atanasyan
2018-06-11
1
-11
/
+10
*
[ELF][MIPS] Multi-GOT implementation
Simon Atanasyan
2018-06-11
1
-14
/
+18
*
[PPC64] Add support for local-exec TLS model
Zaara Syeda
2018-06-08
1
-1
/
+16
*
[PPC64] Support R_PPC64_GOT_TLSLD16 relocations.
Sean Fertile
2018-05-31
1
-0
/
+2
*
Rename R_TLSGD/R_TLSLD to add _GOT_FROM_END. NFC.
Sean Fertile
2018-05-31
1
-3
/
+3
*
[PPC64] Support General-Dynamic tls.
Sean Fertile
2018-05-29
1
-0
/
+2
*
ELF: Do not ICF two sections with different output sections.
Peter Collingbourne
2018-05-23
1
-1
/
+1
*
[ELF][MIPS] Fix calculation of GP relative relocations in case of relocatable...
Simon Atanasyan
2018-05-08
1
-9
/
+24
*
[PPC64] Emit plt call stubs to the text section rather then the plt section.
Sean Fertile
2018-05-06
1
-5
/
+7
*
[PPC64] Remove support for ELF V1 ABI in LLD
Zaara Syeda
2018-05-04
1
-12
/
+3
*
Fix warning: result of 32-bit shift implicitly converted to 64 bits - NFC
Zaara Syeda
2018-04-30
1
-1
/
+1
*
Split .eh_frame sections in parellel.
Rafael Espindola
2018-04-27
1
-4
/
+0
*
Split merge sections early.
Rafael Espindola
2018-04-27
1
-4
/
+0
*
[PPC64] Add offset to local entry point when calling functions without plt
Zaara Syeda
2018-04-27
1
-1
/
+12
*
Remove duplicate "error:" from an error message.
Rui Ueyama
2018-04-23
1
-6
/
+6
*
[PPC64] Fix toc restore nops offset for V2 ABI
Zaara Syeda
2018-04-23
1
-2
/
+6
*
Define InputSection::getOffset inline.
Rafael Espindola
2018-04-19
1
-2
/
+2
*
Simplify Repl handling.
Rafael Espindola
2018-04-19
1
-4
/
+3
*
Simplify getOffset for synthetic sections.
Rafael Espindola
2018-04-19
1
-5
/
+1
*
Rename MergeInputSection::getOffset.
Rafael Espindola
2018-04-19
1
-3
/
+4
*
Simplify. NFC.
Rafael Espindola
2018-04-19
1
-1
/
+3
*
Don't call getOffset twice. NFC.
Rafael Espindola
2018-04-19
1
-2
/
+3
*
Don't ignore addend when a SHF_MERGE section is dead.
Rafael Espindola
2018-04-06
1
-3
/
+0
*
Initialize OffsetMap earlier.
Rafael Espindola
2018-04-05
1
-0
/
+4
*
Don't ignore addend in getOffset.
Rafael Espindola
2018-04-04
1
-3
/
+0
*
Inline initOffsetMap.
Rafael Espindola
2018-04-03
1
-6
/
+0
*
Use OffsetMap in getSectionPiece.
Rafael Espindola
2018-04-03
1
-5
/
+17
*
Initialize OffsetMap in a known location.
Rafael Espindola
2018-03-28
1
-7
/
+6
*
Define a trivial method inline.
Rafael Espindola
2018-03-28
1
-7
/
+2
*
Store live offsets as uint32_t.
Rafael Espindola
2018-03-28
1
-1
/
+1
*
Reduce code duplication a bit. NFC
Rafael Espindola
2018-03-26
1
-1
/
+2
*
Add a SectionBase::getVA helper. NFC.
Rafael Espindola
2018-03-24
1
-4
/
+8
*
Move a Repl access.
Rafael Espindola
2018-03-23
1
-2
/
+2
*
Add a minimal fix for PR36878.
Rafael Espindola
2018-03-23
1
-3
/
+3
*
[ELF] - Fix crash relative to SHF_LINK_ORDER sections.
George Rimar
2018-03-08
1
-9
/
+3
*
[ELF] - Revert r325877 "[ELF] - Do not crash with --emit-relocs and --icf=all...
George Rimar
2018-02-23
1
-2
/
+0
*
[ELF] - Do not crash with --emit-relocs and --icf=all together.
George Rimar
2018-02-23
1
-0
/
+2
*
Ensure that Elf_Rel addends are always written for dynamic relocations
Alexander Richardson
2018-02-16
1
-0
/
+2
*
[ELF] Fix use after free in case of using --whole-archive.
Igor Kudrin
2018-02-16
1
-1
/
+1
*
Relax relocation type checking in a non-ALLOC section.
Rui Ueyama
2018-02-16
1
-9
/
+27
*
Do not use Decompressor::isCompressedELFSection. NFC.
Rui Ueyama
2018-02-12
1
-1
/
+3
*
Remove 'z' in .zdebug when decompressing a section.
Rui Ueyama
2018-02-12
1
-1
/
+10
*
s/uncompress/decompress/g.
Rui Ueyama
2018-02-12
1
-6
/
+6
*
[ELF][MIPS] Change format of output relocations to Elf_Rel
Simon Atanasyan
2018-02-02
1
-2
/
+2
*
Move function to the file where it is used.
Rafael Espindola
2018-01-30
1
-26
/
+0
*
Simplify handling of size relocations.
Rafael Espindola
2018-01-05
1
-1
/
+1
*
Detemplate reportDuplicate.
Rafael Espindola
2017-12-23
1
-34
/
+1
*
Pass an InputFile to the InputSection constructor.
Rafael Espindola
2017-12-21
1
-4
/
+5
*
Convert a few more InputFiles to references.
Rafael Espindola
2017-12-21
1
-38
/
+38
*
Detemplate createCommentSection.
Rafael Espindola
2017-12-21
1
-7
/
+13
[prev]
[next]