Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lld
/
ELF
/
MapFile.cpp
b3be390
[ELF] - (-Map file) Implement printing of LMA for assignments outside of section declarations.
by George Rimar
· 7 years ago
4e24752
Reset input section pointers to null on each linker invocation.
by Rui Ueyama
· 7 years ago
90d057d
[ELF] - Change dyn_cast to cast. NFC.
by George Rimar
· 7 years ago
0a22722
[ELF] - Remove dead code.
by George Rimar
· 7 years ago
ab0cce5
Replace SharedSymbols with Defined when creating copy relocations.
by Rafael Espindola
· 7 years ago
de83cbf
[ELF] - Never use std::sort.
by George Rimar
· 7 years ago
4e150c4c
Make "Size" column in the map file one characters shorter.
by Rui Ueyama
· 7 years ago
16a130b
Fix column size in the map file.
by Rui Ueyama
· 7 years ago
e88b76a
[ELF] - Reveal more information in -Map file about assignments.
by George Rimar
· 7 years ago
ee01b1d
[ELF] - Print LMA in a -Map file.
by George Rimar
· 7 years ago
5a9529f
Do not show alignment 0 because that is equivalent to 1.
by Rui Ueyama
· 7 years ago
4d2740c
[ELF] - Cleanup. NFCI.
by George Rimar
· 7 years ago
4f058a2
Add a SectionBase::getVA helper. NFC.
by Rafael Espindola
· 8 years ago
84bcabc
[ELF] - Show data and assignment commands in the map file.
by George Rimar
· 8 years ago
a5c1ed3
[ELF] Add .eh_frame pieces to map file
by Rui Ueyama
· 8 years ago
db46a62
Implement --cref.
by Rui Ueyama
· 8 years ago
e1847da
Rename Indent{1,2} -> Indent{8,16}.
by Rui Ueyama
· 8 years ago
9e0171f
Do not create temporary strings just to print out spaces. NFC.
by Rui Ueyama
· 8 years ago
ee17371
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
by Rui Ueyama
· 8 years ago
563e4f2
[ELF] - Introduce getInputSections() helper.
by George Rimar
· 8 years ago
d26b52f
Remove some includes from InputFiles.h.
by Rafael Espindola
· 8 years ago
ba7afd7
[ELF] - Show .plt symbols in -Map output.
by George Rimar
· 8 years ago
31cd5da
Recommit r319747 "[ELF] - Show copy relocated symbols in a --Map file output."
by George Rimar
· 8 years ago
fe52e00
[ELF] - Revert r319747 "[ELF] - Show copy relocated symbols in a --Map file output.".
by George Rimar
· 8 years ago
d9ae97c
[ELF] - Show copy relocated symbols in a --Map file output.
by George Rimar
· 8 years ago
dfebd36
Use Symbol::File directly.
by Rafael Espindola
· 8 years ago
07b7ee4
Simplify. NFC.
by Rafael Espindola
· 8 years ago
e9a9e0a
ELF: Merge DefinedRegular and Defined.
by Peter Collingbourne
· 8 years ago
f52496e
Rename SymbolBody -> Symbol
by Rui Ueyama
· 8 years ago
4a22eda
Do not handle DefinedCommon symbols in the MapFile writer.
by Rui Ueyama
· 8 years ago
7f9694a
Pass symbol attributes instead of ElfSym to Shared symbol ctor.
by Rui Ueyama
· 8 years ago
4f5c8c2
[lld] Move Threads to Common
by Bob Haarman
· 8 years ago
6b394ca
Rename Commands -> SectionCommands.
by Rui Ueyama
· 8 years ago
696a7f9
[ELF] - Introduce std::vector<InputFile *> global arrays.
by George Rimar
· 8 years ago
1e30f07
Currently lld creates a single section to collect all commons. There is no way
by Dmitry Mikulin
· 8 years ago
45d2767
[ELF] - Fixing buildbot.
by George Rimar
· 8 years ago
f2fe963
[ELF] - Do not omit common symbols when -Map is given.
by George Rimar
· 8 years ago
6e93d05
Move File from SymbolBody to Symbol.
by Rafael Espindola
· 8 years ago
f456f57
Simplify. NFC.
by Rafael Espindola
· 8 years ago
7b30dd1
[ELF] - Cleanup MapFile.cpp. NFC.
by George Rimar
· 8 years ago
8c022ca
Merge OutputSectionCommand and OutputSection.
by Rafael Espindola
· 8 years ago
709fb2bb1
Rename ObjectFile -> ObjFile.
by Rui Ueyama
· 8 years ago
b4b4853
Try to fix the windows build.
by Rafael Espindola
· 8 years ago
244ef98
Detemplate SymbolTable.
by Rafael Espindola
· 8 years ago
b069a36
ELF: Exclude dead symbols from -Map output.
by Peter Collingbourne
· 8 years ago
2d9a3be
Keep a list of all OutputSectionCommands.
by Rafael Espindola
· 8 years ago
aeb4b7d
Clear OutSec->Sections.
by Rafael Espindola
· 8 years ago
a46f688
Use linker script commands in writeMapFile.
by Rafael Espindola
· 8 years ago
1b41409
Use a forward declaration. NFC.
by Rafael Espindola
· 8 years ago
33d903d
Rename parallelFor -> parallelForEachN.
by Rui Ueyama
· 8 years ago
3781137
Fix comments.
by Rui Ueyama
· 8 years ago
3151958
Replace PrettyPrinter class in MapFile.cpp with a few non-member functions.
by Rui Ueyama
· 8 years ago
3012b37
Change the format of the map file.
by Rui Ueyama
· 8 years ago
72408fb
Remove trailing whitespace from the -Map output.
by Rui Ueyama
· 8 years ago
2634d0f
Remove a redundant local variable.
by Rui Ueyama
· 8 years ago
b882e59
Speed up the -Map option.
by Rui Ueyama
· 8 years ago
f64618a
[ELF] - Detemplate SymbolBody::getVA and SymbolBody::getPltVA. NFC.
by George Rimar
· 9 years ago
76b6bd3
Remove unnecessary template. NFC.
by Rafael Espindola
· 9 years ago
3770763
Rename Addralign to Alignment.
by Rafael Espindola
· 9 years ago
80474a2
De-template DefinedRegular.
by Rui Ueyama
· 9 years ago
24e6f36
Merge OutputSectionBase and OutputSection. NFC.
by Rafael Espindola
· 9 years ago
4084941
Delete trivial getter.
by Rafael Espindola
· 9 years ago
774ea7d
Make InputSection a class. NFC.
by Rafael Espindola
· 9 years ago
c404d50
Merge InputSectionData and InputSectionBase.
by Rafael Espindola
· 9 years ago
b4c9b81
Convert InputSectionBase to a class.
by Rafael Espindola
· 9 years ago
eb1ad40
Print alignment in decimal instead of hexadecimal.
by Rui Ueyama
· 9 years ago
07d94e3
[ELF] - Fix format specifiers in writeOutSecLine()
by George Rimar
· 9 years ago
c9807c3
Use error() instead of fatal() to handle file open error.
by Rui Ueyama
· 9 years ago
483ffa3
Simplify string output. NFC.
by Rui Ueyama
· 9 years ago
543731f
Directly write to a -Map file.
by Rui Ueyama
· 9 years ago
db540ff
Split writeMapFile2 to reduce indentation level.
by Rui Ueyama
· 9 years ago
1ebfc59
Implement -Map.
by Rafael Espindola
· 9 years ago