summaryrefslogtreecommitdiff
path: root/lld/ELF/MapFile.cpp
AgeCommit message (Expand)Author
2018-07-02[ELF] - Change dyn_cast to cast. NFC.George Rimar
2018-06-29[ELF] - Remove dead code.George Rimar
2018-04-26Replace SharedSymbols with Defined when creating copy relocations.Rafael Espindola
2018-04-24[ELF] - Never use std::sort.George Rimar
2018-04-05Make "Size" column in the map file one characters shorter.Rui Ueyama
2018-04-05Fix column size in the map file.Rui Ueyama
2018-04-05[ELF] - Reveal more information in -Map file about assignments.George Rimar
2018-04-05[ELF] - Print LMA in a -Map file.George Rimar
2018-04-04Do not show alignment 0 because that is equivalent to 1.Rui Ueyama
2018-04-04[ELF] - Cleanup. NFCI.George Rimar
2018-03-24Add a SectionBase::getVA helper. NFC.Rafael Espindola
2018-03-15[ELF] - Show data and assignment commands in the map file.George Rimar
2018-03-14[ELF] Add .eh_frame pieces to map fileRui Ueyama
2018-03-14Implement --cref.Rui Ueyama
2018-03-07Rename Indent{1,2} -> Indent{8,16}.Rui Ueyama
2018-03-06Do not create temporary strings just to print out spaces. NFC.Rui Ueyama
2018-02-28Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama
2018-02-22[ELF] - Introduce getInputSections() helper.George Rimar
2017-12-09Remove some includes from InputFiles.h.Rafael Espindola
2017-12-06[ELF] - Show .plt symbols in -Map output.George Rimar
2017-12-05Recommit r319747 "[ELF] - Show copy relocated symbols in a --Map file output."George Rimar
2017-12-05[ELF] - Revert r319747 "[ELF] - Show copy relocated symbols in a --Map file o...George Rimar
2017-12-05[ELF] - Show copy relocated symbols in a --Map file output.George Rimar
2017-11-29Use Symbol::File directly.Rafael Espindola
2017-11-29Simplify. NFC.Rafael Espindola
2017-11-06ELF: Merge DefinedRegular and Defined.Peter Collingbourne
2017-11-03Rename SymbolBody -> SymbolRui Ueyama
2017-10-28Do not handle DefinedCommon symbols in the MapFile writer.Rui Ueyama
2017-10-28Pass symbol attributes instead of ElfSym to Shared symbol ctor.Rui Ueyama
2017-10-13[lld] Move Threads to CommonBob Haarman
2017-10-11Rename Commands -> SectionCommands.Rui Ueyama
2017-09-19[ELF] - Introduce std::vector<InputFile *> global arrays.George Rimar
2017-09-08Currently lld creates a single section to collect all commons. There is no wayDmitry Mikulin
2017-08-11[ELF] - Fixing buildbot.George Rimar
2017-08-11[ELF] - Do not omit common symbols when -Map is given.George Rimar
2017-08-04Move File from SymbolBody to Symbol.Rafael Espindola
2017-08-04Simplify. NFC.Rafael Espindola
2017-07-28[ELF] - Cleanup MapFile.cpp. NFC.George Rimar
2017-07-27Merge OutputSectionCommand and OutputSection.Rafael Espindola
2017-07-26Rename ObjectFile -> ObjFile.Rui Ueyama
2017-07-26Try to fix the windows build.Rafael Espindola
2017-07-26Detemplate SymbolTable.Rafael Espindola
2017-07-14ELF: Exclude dead symbols from -Map output.Peter Collingbourne
2017-05-30Keep a list of all OutputSectionCommands.Rafael Espindola
2017-05-23Clear OutSec->Sections.Rafael Espindola
2017-05-18Use linker script commands in writeMapFile.Rafael Espindola
2017-05-18Use a forward declaration. NFC.Rafael Espindola
2017-05-10Rename parallelFor -> parallelForEachN.Rui Ueyama
2017-04-30Fix comments.Rui Ueyama
2017-04-28Replace PrettyPrinter class in MapFile.cpp with a few non-member functions.Rui Ueyama