Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
11dc7fcae2d112c67ebd5b12e0080f088c947054
/
lld
/
ELF
/
InputSection.h
11dc7fc
ELF: Do not ICF two sections with different output sections.
by Peter Collingbourne
· 7 years ago
dbef8cc
[ELF] Implement --keep-unique option
by Peter Smith
· 7 years ago
9bf1006
Split merge sections early.
by Rafael Espindola
· 7 years ago
4809e2c
Define InputSection::getOffset inline.
by Rafael Espindola
· 7 years ago
6275a7a
Rename MergeInputSection::getOffset.
by Rafael Espindola
· 7 years ago
ea2c783
Reduce code duplication.
by Rafael Espindola
· 7 years ago
5f8e77a
Initialize OutputOff to zero.
by Rafael Espindola
· 7 years ago
6cd7af5
Inline initOffsetMap.
by Rafael Espindola
· 7 years ago
816127e
Initialize OffsetMap in a known location.
by Rafael Espindola
· 7 years ago
92eba0e
Define a trivial method inline.
by Rafael Espindola
· 7 years ago
5a7ca96
Store live offsets as uint32_t.
by Rafael Espindola
· 7 years ago
4f058a2
Add a SectionBase::getVA helper. NFC.
by Rafael Espindola
· 7 years ago
ac114d2
s/uncompress/decompress/g.
by Rui Ueyama
· 7 years ago
c7945c8
Move function to the file where it is used.
by Rafael Espindola
· 7 years ago
9a84f6b
Detemplate reportDuplicate.
by Rafael Espindola
· 7 years ago
ce3b52c
Pass an InputFile to the InputSection constructor.
by Rafael Espindola
· 7 years ago
6040327
Convert a few more InputFiles to references.
by Rafael Espindola
· 7 years ago
5c73c49
Detemplate createCommentSection.
by Rafael Espindola
· 7 years ago
f4fb5fd
Move Repl to SectionBase.
by Rafael Espindola
· 7 years ago
b01cd864
Fix the type of the Discared section.
by Rafael Espindola
· 7 years ago
10bcc1c
Fix line endings. NFC.
by Rafael Espindola
· 7 years ago
8d0efdd
[ELF] Reset OutputSection size prior to processing linker script commands
by James Henderson
· 7 years ago
bdcfb17
Delete dead code.
by Rafael Espindola
· 7 years ago
e9a9e0a
ELF: Merge DefinedRegular and Defined.
by Peter Collingbourne
· 8 years ago
6c55a70
ELF: Remove DefinedCommon.
by Peter Collingbourne
· 8 years ago
f52496e
Rename SymbolBody -> Symbol
by Rui Ueyama
· 8 years ago
82f0c42d
[ELF] - Teach LLD to report line numbers for data symbols.
by George Rimar
· 8 years ago
95c142e
Revert r316305: Remove a fast lookup table from MergeInputSection.
by Rui Ueyama
· 8 years ago
ea1398e
Move "Assigned" bit from SectionBase to InputSectionBase.
by Rui Ueyama
· 8 years ago
da4d26df
Initialize members not by assignment but by the member initializer list.
by Rui Ueyama
· 8 years ago
d6b7a39
De-template elf::getObjMsg. NFC.
by Rui Ueyama
· 8 years ago
572247f
De-template EhFrameSection. NFC.
by Rui Ueyama
· 8 years ago
d5135b7
Remove obsolete comment.
by Rui Ueyama
· 8 years ago
f4ca4a6
[ELF] - Do not collect SHT_REL[A] sections unconditionally when --gc-sections and --emit-relocs used together.
by George Rimar
· 8 years ago
70abb6e
LLD: Fix large integer implicitly truncated to unsigned type gcc warning
by Konstantin Zhuravlyov
· 8 years ago
d96724d
Remove a fast lookup table from MergeInputSection.
by Rui Ueyama
· 8 years ago
95bf509
Assume that mergeable input sections are smaller than 4 GiB.
by Rui Ueyama
· 8 years ago
0543343
Use more precise type.
by Rui Ueyama
· 8 years ago
ed94f36
Remove an unused default argument.
by Rui Ueyama
· 8 years ago
f987fe7
Add more comments.
by Rui Ueyama
· 8 years ago
124bedb
Add comment to InputSectionBase::File.
by Rui Ueyama
· 8 years ago
339ddd1
Remove dead function.
by Rui Ueyama
· 8 years ago
e8936bc
Add comment.
by Rui Ueyama
· 8 years ago
10f5867
Remove redundant initialization code.
by Rui Ueyama
· 8 years ago
e41f9e0
Inline a small function. NFC.
by Rui Ueyama
· 8 years ago
50d7b36
[ELF] Decompress debug info sections early
by Shoaib Meenai
· 8 years ago
3f85170
Move new lld's code to Common subdirectory.
by Rui Ueyama
· 8 years ago
abf908e
Fix a data race found by tsan.
by Rui Ueyama
· 8 years ago
43ca716
Inline hot functions.
by Rui Ueyama
· 8 years ago
169dbde
Revert rL313697, "Compact EhSectionPiece from 32 bytes to 16 bytes."
by NAKAMURA Takumi
· 8 years ago
014b0f2
Compact EhSectionPiece from 32 bytes to 16 bytes.
by Rui Ueyama
· 8 years ago
696a7f9
[ELF] - Introduce std::vector<InputFile *> global arrays.
by George Rimar
· 8 years ago
34a0dd5
Rename EhSectionPiece::ID -> EhSectionPiece::Sec.
by Rui Ueyama
· 8 years ago
e084aac
Do not use inheritance for EhSectionPiece.
by Rui Ueyama
· 8 years ago
a6ff617
Remove useless accessor.
by Rui Ueyama
· 8 years ago
17e93d2
Simplify type. NFC.
by Rafael Espindola
· 8 years ago
314a005
Remove a lock and use a std::unique_ptr instead.
by Rui Ueyama
· 8 years ago
d6bcde3
[ELF] - Fix "--symbol-ordering-file doesn't work with linker scripts"
by George Rimar
· 8 years ago
709fb2bb1
Rename ObjectFile -> ObjFile.
by Rui Ueyama
· 8 years ago
f08b38c
Simplify. NFC.
by Rui Ueyama
· 8 years ago
db5e56f
Store a single Parent pointer for InputSectionBase.
by Rafael Espindola
· 8 years ago
b47c6e5
Fix a crash.
by Rafael Espindola
· 8 years ago
3b189d1
[ELF] - Do not allow -r to eat comdats.
by George Rimar
· 8 years ago
e739e49
Replace std::call_once with llvm:call_once
by Kamil Rytarowski
· 8 years ago
a6465bb
Alternative way to detemplate GotSection.
by Rafael Espindola
· 8 years ago
b876020
Change the error message format for undefined symbols.
by Rui Ueyama
· 8 years ago
1ec03e4
[ELF] - Detemplate InputSection::getRelocatedSection(). NFC.
by George Rimar
· 8 years ago
76e562a
[ELF] - Detemplate InputSectionBase::uncompress(). NFC
by George Rimar
· 8 years ago
9353e2d
[ELF] - Detemplate InputSectionBase::getLinkOrderDep(). NFC.
by George Rimar
· 8 years ago
5616adf
Remove DefinedSynthetic.
by Rafael Espindola
· 8 years ago
fcd208f
Use uint32_t for alignment in more places, NFC.
by Rafael Espindola
· 8 years ago
5e434b3
Remove unnecessary template.
by Rafael Espindola
· 8 years ago
e129409
Remove unnecessary template. NFC.
by Rafael Espindola
· 8 years ago
35ae65e
Rename one of the getOffset methods.
by Rafael Espindola
· 8 years ago
76b6bd3
Remove unnecessary template. NFC.
by Rafael Espindola
· 8 years ago
bdd2e3e
Remove redundant member of InputSectionBase. NFC.
by Rafael Espindola
· 8 years ago
c8de15b
Rename remaining uses of Addralign to Alignment.
by Rafael Espindola
· 8 years ago
2a80e11
Make Discarded a InputSectionBase.
by Rafael Espindola
· 8 years ago
5c02b74
Detemplate EhInputSection. NFC.
by Rafael Espindola
· 8 years ago
6119b86
Detemplate merge (input and synthetic) sections. NFC.
by Rafael Espindola
· 8 years ago
80474a2
De-template DefinedRegular.
by Rui Ueyama
· 8 years ago
536a267
Move SymbolTable<ELFT>::Sections out of the class.
by Rui Ueyama
· 8 years ago
24e6f36
Merge OutputSectionBase and OutputSection. NFC.
by Rafael Espindola
· 8 years ago
798ad9a
Expand a comment. NFC.
by Rafael Espindola
· 8 years ago
66b4e21
Convert EhOutputSection to be a synthetic section.
by Rafael Espindola
· 8 years ago
774ea7d
Make InputSection a class. NFC.
by Rafael Espindola
· 8 years ago
c404d50
Merge InputSectionData and InputSectionBase.
by Rafael Espindola
· 8 years ago
b4c9b81
Convert InputSectionBase to a class.
by Rafael Espindola
· 8 years ago
647c168
[ELF] - Move DependentSections vector from InputSection to InputSectionBase
by George Rimar
· 8 years ago
09015fe
[ELF] - Allow section to have multiple dependent sections.
by George Rimar
· 8 years ago
9e9754b
Replace MergeOutputSection with a synthetic section.
by Rafael Espindola
· 8 years ago
3a52eb0
[ELF] Use SyntheticSections for Thunks
by Peter Smith
· 8 years ago
f20ee9f
Revert "[ELF][ARM] Use SyntheticSections for Thunks"
by Rui Ueyama
· 8 years ago
5191c6f
[ELF][ARM] Use SyntheticSections for Thunks
by Peter Smith
· 8 years ago
0d8af36
[ELF] - Reuse Decompressor class.
by George Rimar
· 8 years ago
ce03926
Merge elf::toString and coff::toString.
by Rui Ueyama
· 8 years ago
c207a89
Remove `Compressed` member from InputSectionData.
by Rui Ueyama
· 8 years ago
8f687f7
Remove inappropriate use of CachedHashStringRef.
by Rui Ueyama
· 8 years ago
c8e6884
Inline MergeInputSection::getData().
by Rui Ueyama
· 8 years ago
fcd3fa8
Use "equivalence class" instead of "color" to describe the concept in ICF.
by Rui Ueyama
· 8 years ago
Next »