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
...
*
Don't gc non-alloca non-string pieces.
Rafael Espindola
2016-10-19
1
-1
/
+2
*
Add a faster binary search.
Rafael Espindola
2016-10-19
1
-1
/
+14
*
Use reserve instead of grow.
Rafael Espindola
2016-10-18
1
-1
/
+1
*
[ADT] Move CachedHashString to its own header in ADT, and rename to CachedHas...
Justin Lebar
2016-10-17
1
-1
/
+1
*
Move a utility function to Strings.cpp.
Rui Ueyama
2016-10-13
1
-2
/
+2
*
Fix variable name. NFC.
Rui Ueyama
2016-10-12
1
-2
/
+2
*
Support GNU-style ZLIB-compressed input sections.
Rui Ueyama
2016-10-12
1
-20
/
+60
*
[ELF][ARM] Initial implentation of ARM exceptions support
Peter Smith
2016-10-10
1
-0
/
+9
*
Improve comments.
Rui Ueyama
2016-10-07
1
-3
/
+6
*
Add () for clarity. NFC.
Rafael Espindola
2016-10-07
1
-1
/
+1
*
[ELF] - Check that section alignment is a power of 2.
George Rimar
2016-10-07
1
-3
/
+7
*
Store the hash in SectionPiece.
Rafael Espindola
2016-10-05
1
-1
/
+2
*
Compact SectionPiece.
Rafael Espindola
2016-10-05
1
-1
/
+5
*
Simplify setting the Live bit in SectionPiece. NFC.
Rafael Espindola
2016-10-05
1
-11
/
+5
*
[ELF] - Do not hang if broken object has option descriptor in .MIPS.options w...
George Rimar
2016-10-04
1
-0
/
+2
*
[ELF][MIPS] Do not accept non-zero GP0 value for relocatable object only
Simon Atanasyan
2016-10-04
1
-2
/
+2
*
[ELF] - Do not crash on invalid section alignment.
George Rimar
2016-10-03
1
-0
/
+2
*
[ELF] - Inlined template argument variable. NFC.
George Rimar
2016-09-30
1
-3
/
+2
*
Fix another --gc-sections crash.
Rafael Espindola
2016-09-30
1
-0
/
+3
*
Fix --gc-sections crash.
Rafael Espindola
2016-09-30
1
-1
/
+3
*
[ELF][MIPS] Set GP0 value to zero in case of relocatable object generation
Simon Atanasyan
2016-09-29
1
-0
/
+4
*
Don't GC non-alloc mergeable section pieces
Eugene Leviant
2016-09-29
1
-3
/
+10
*
[ELF] Resolve weak undefined TLS symbols when no phdr is available.
Davide Italiano
2016-09-23
1
-0
/
+8
*
Turn a no-op assignment into an assertion.
Rui Ueyama
2016-09-14
1
-1
/
+1
*
Store an ArrayRef for Data in InputSectionData.
Rafael Espindola
2016-09-12
1
-26
/
+24
*
Revert "Revert "Compact InputSectionData from 64 to 48 bytes. NFC.""
Rafael Espindola
2016-09-12
1
-3
/
+6
*
Revert "Compact InputSectionData from 64 to 48 bytes. NFC."
Rafael Espindola
2016-09-09
1
-6
/
+3
*
Compact InputSectionData from 64 to 48 bytes. NFC.
Rafael Espindola
2016-09-09
1
-3
/
+6
*
Compute section names only once.
Rafael Espindola
2016-09-08
1
-21
/
+24
*
Pack InputSectionData from 72 to 64 bytes. NFC.
Rafael Espindola
2016-09-08
1
-7
/
+7
*
Delete dead field. NFC.
Rafael Espindola
2016-09-07
1
-1
/
+1
*
Eliminate LayoutInputSection class
Eugene Leviant
2016-09-01
1
-10
/
+5
*
Fix the implementation of R_386_GOTPC and R_386_GOTOFF.
Rafael Espindola
2016-08-31
1
-0
/
+5
*
Use getSize to find the size of a section. NFC.
Rafael Espindola
2016-08-31
1
-7
/
+3
*
Delete unnecessary template.
Rafael Espindola
2016-08-31
1
-7
/
+6
*
[ELF] - Fix for PR28976 - Corrupted section contents when using linker scripts
George Rimar
2016-08-19
1
-1
/
+1
*
[ELF][MIPS] Support .MIPS.abiflags section
Simon Atanasyan
2016-08-12
1
-4
/
+28
*
[ELF] Symbol assignment within output section description
Eugene Leviant
2016-08-11
1
-1
/
+2
*
Include filenames and section names to error messages.
Rui Ueyama
2016-08-03
1
-14
/
+23
*
[ELF] - Fix: do not ignore relocations addends when using lld -r
George Rimar
2016-08-02
1
-1
/
+3
*
Remove DefinedCommon::Section.
Rui Ueyama
2016-08-02
1
-1
/
+0
*
Remove dependency to SymbolTable from CommonInputSection.
Rui Ueyama
2016-07-29
1
-18
/
+13
*
Make CommonInputSection singleton class.
Rui Ueyama
2016-07-28
1
-9
/
+1
*
[ELF] Allows setting section for common symbols in linker script
Eugene Leviant
2016-07-28
1
-0
/
+44
*
Fix PR28575.
Rafael Espindola
2016-07-21
1
-1
/
+40
*
Delete SplitInputSection.
Rafael Espindola
2016-07-21
1
-16
/
+5
*
Delete EhInputSection::getOffset.
Rafael Espindola
2016-07-20
1
-16
/
+4
*
Create thunks before regular relocation scan.
Rafael Espindola
2016-07-20
1
-1
/
+1
*
[ELF] Create output sections in LinkerScript class
Eugene Leviant
2016-07-20
1
-10
/
+0
*
[ELF] - Make few members of Writer to be global and export them for reuse
George Rimar
2016-07-12
1
-0
/
+11
[prev]
[next]