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
...
*
Enable merging of SHF_MERGE sections with linker scripts.
Rafael Espindola
2016-09-13
1
-5
/
+20
*
Turn createKey into a static helper. NFC.
Rafael Espindola
2016-09-13
1
-18
/
+18
*
Define writeUint and use it. NFC.
Rui Ueyama
2016-09-08
1
-10
/
+13
*
Compute section names only once.
Rafael Espindola
2016-09-08
1
-4
/
+4
*
Pack InputSectionData from 72 to 64 bytes. NFC.
Rafael Espindola
2016-09-08
1
-1
/
+1
*
[ELF][MIPS] Fix initialization of TLS-related GOT entries
Simon Atanasyan
2016-09-08
1
-2
/
+29
*
[ELF][MIPS] Do not emit DT_REL[A]COUNT for MIPS targets
Simon Atanasyan
2016-09-04
1
-3
/
+8
*
[ELF] - Fix for: bug 30237 - lld does not implement -f option
George Rimar
2016-09-02
1
-0
/
+2
*
[ELF] Do not omit debug sections when computing build-id
Petr Hosek
2016-09-01
1
-14
/
+10
*
Eliminate LayoutInputSection class
Eugene Leviant
2016-09-01
1
-2
/
+0
*
Delete DefinedBitcode.
Rafael Espindola
2016-08-31
1
-2
/
+0
*
Add DT_REL(A)COUNT tag to .dynamic section
Eugene Leviant
2016-08-31
1
-0
/
+11
*
[ELF] - Introduce DiscardPolicy instead of 3 relative bool fields.
George Rimar
2016-08-31
1
-1
/
+1
*
Implement support for --build-id=uuid switch
Eugene Leviant
2016-08-26
1
-1
/
+12
*
[ELF] - Fix for PR28976 - Corrupted section contents when using linker scripts
George Rimar
2016-08-19
1
-1
/
+1
*
[ELF] - Linkerscript: set correct dynamic tag entries values when LS is used.
George Rimar
2016-08-19
1
-3
/
+6
*
[ELF] - Do not change binding of symbols when creating relocatable output.
George Rimar
2016-08-19
1
-0
/
+2
*
[ELF][MIPS] Support .MIPS.abiflags section
Simon Atanasyan
2016-08-12
1
-0
/
+48
*
Simplify output section ownership management.
Rui Ueyama
2016-08-12
1
-1
/
+1
*
[ELF] Symbol assignment within output section description
Eugene Leviant
2016-08-11
1
-0
/
+2
*
[ELF] - Removed dead code. NFC.
George Rimar
2016-08-09
1
-7
/
+0
*
Remove isOutputDynamic and use Out<ELFT>::DynSymTab instead.
Rui Ueyama
2016-08-09
1
-1
/
+1
*
Remove redundant variable.
Rui Ueyama
2016-08-09
1
-2
/
+3
*
Separate {Preinit,Init,Fini}Arrays from Out<ELFT>::Dynamic.
Rui Ueyama
2016-08-09
1
-9
/
+9
*
Remove DefinedCommon::Section.
Rui Ueyama
2016-08-02
1
-1
/
+1
*
[ELF] Allows setting section for common symbols in linker script
Eugene Leviant
2016-07-28
1
-1
/
+1
*
Make toPhdrFlags a member function. NFC.
Rafael Espindola
2016-07-27
1
-0
/
+10
*
Fix PR28575.
Rafael Espindola
2016-07-21
1
-30
/
+12
*
Create thunks before regular relocation scan.
Rafael Espindola
2016-07-20
1
-1
/
+1
*
Simplify output section ownership.
Rui Ueyama
2016-07-20
1
-0
/
+1
*
Remove SymbolBody::PlaceholderKind.
Rui Ueyama
2016-07-18
1
-1
/
+0
*
Implement almost-zero-cost --trace-symbol.
Rui Ueyama
2016-07-17
1
-0
/
+1
*
Add a pointer to a source file to SymbolBody.
Rui Ueyama
2016-07-17
1
-2
/
+2
*
Remove redundant namespace specifiers.
Rui Ueyama
2016-07-16
1
-3
/
+3
*
Rename SymbolVersions VersionDefinitions.
Rui Ueyama
2016-07-16
1
-3
/
+3
*
Rename Version VersionDefinition.
Rui Ueyama
2016-07-16
1
-2
/
+2
*
Remove redundant variable.
Rui Ueyama
2016-07-16
1
-3
/
+2
*
Set sh_addralign in the constructor for consistency. NFC.
Rui Ueyama
2016-07-16
1
-2
/
+3
*
Make Verdef and Verdaux adjacent in the version definition section.
Rui Ueyama
2016-07-16
1
-21
/
+17
*
Use SymbolVersion::Id instead of a hard-coded local variable.
Rui Ueyama
2016-07-16
1
-2
/
+1
*
Set DT_MIPS_BASE_ADDRESS correctly if -image-base is given.
Rui Ueyama
2016-07-14
1
-1
/
+1
*
Set sh_addralign to 1 instead of 0.
Rui Ueyama
2016-07-14
1
-4
/
+2
*
Add GotEntrySize/GotPltEntrySize to ELF target.
Rui Ueyama
2016-07-13
1
-5
/
+5
*
Rename VAStart -> ImageBase. NFC.
Rui Ueyama
2016-07-13
1
-1
/
+1
*
Recommit r275161 "[ELF] - Move section factory out from writer to make it reu...
George Rimar
2016-07-12
1
-0
/
+91
*
Revert r275161 "[ELF] - Move section factory out from writer to make it reusa...
George Rimar
2016-07-12
1
-91
/
+0
*
[ELF] - Move section factory out from writer to make it reusable.
George Rimar
2016-07-12
1
-0
/
+91
*
[gardening] Switch back to auto. NFCI.
Davide Italiano
2016-07-06
1
-3
/
+1
*
[OutputSection] Work around GCC not being able to deduce auto.
Davide Italiano
2016-07-04
1
-5
/
+10
*
[ELF] - Depricate version references.
George Rimar
2016-07-01
1
-25
/
+4
[prev]
[next]