summaryrefslogtreecommitdiffstats
path: root/lld/ELF/MapFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-2/+2
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-5/+7
* Fight a bit against global initializers. NFC.Benjamin Kramer2019-08-221-2/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-112/+112
* ELF: Add basic partition data structures and behaviours.Peter Collingbourne2019-05-291-2/+2
* ELF: Remove a comparison against In.EhFrame. NFCI.Peter Collingbourne2019-05-231-4/+5
* Use llvm::stable_sortFangrui Song2019-04-231-4/+2
* Replace `typedef A B` with `using B = A`. NFC.Rui Ueyama2019-04-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ELF] - (-Map file) Implement printing of LMA for assignments outside of sect...George Rimar2018-12-061-3/+4
* Reset input section pointers to null on each linker invocation.Rui Ueyama2018-09-251-2/+2
* [ELF] - Change dyn_cast to cast. NFC.George Rimar2018-07-021-1/+1
* [ELF] - Remove dead code.George Rimar2018-06-291-3/+0
* Replace SharedSymbols with Defined when creating copy relocations.Rafael Espindola2018-04-261-29/+14
* [ELF] - Never use std::sort.George Rimar2018-04-241-2/+3
* Make "Size" column in the map file one characters shorter.Rui Ueyama2018-04-051-4/+4
* Fix column size in the map file.Rui Ueyama2018-04-051-4/+6
* [ELF] - Reveal more information in -Map file about assignments.George Rimar2018-04-051-2/+16
* [ELF] - Print LMA in a -Map file.George Rimar2018-04-051-11/+18
* Do not show alignment 0 because that is equivalent to 1.Rui Ueyama2018-04-041-2/+2
* [ELF] - Cleanup. NFCI.George Rimar2018-04-041-1/+1
* Add a SectionBase::getVA helper. NFC.Rafael Espindola2018-03-241-2/+1
* [ELF] - Show data and assignment commands in the map file.George Rimar2018-03-151-7/+25
* [ELF] Add .eh_frame pieces to map fileRui Ueyama2018-03-141-0/+42
* Implement --cref.Rui Ueyama2018-03-141-0/+49
* Rename Indent{1,2} -> Indent{8,16}.Rui Ueyama2018-03-071-4/+4
* Do not create temporary strings just to print out spaces. NFC.Rui Ueyama2018-03-061-4/+5
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-1/+1
* [ELF] - Introduce getInputSections() helper.George Rimar2018-02-221-11/+5
* Remove some includes from InputFiles.h.Rafael Espindola2017-12-091-0/+1
* [ELF] - Show .plt symbols in -Map output.George Rimar2017-12-061-3/+9
* Recommit r319747 "[ELF] - Show copy relocated symbols in a --Map file output."George Rimar2017-12-051-16/+25
* [ELF] - Revert r319747 "[ELF] - Show copy relocated symbols in a --Map file o...George Rimar2017-12-051-25/+16
* [ELF] - Show copy relocated symbols in a --Map file output.George Rimar2017-12-051-16/+25
* Use Symbol::File directly.Rafael Espindola2017-11-291-1/+1
* Simplify. NFC.Rafael Espindola2017-11-291-2/+1
* ELF: Merge DefinedRegular and Defined.Peter Collingbourne2017-11-061-2/+2
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-1/+1
* Do not handle DefinedCommon symbols in the MapFile writer.Rui Ueyama2017-10-281-15/+4
* Pass symbol attributes instead of ElfSym to Shared symbol ctor.Rui Ueyama2017-10-281-12/+6
* [lld] Move Threads to CommonBob Haarman2017-10-131-1/+2
* Rename Commands -> SectionCommands.Rui Ueyama2017-10-111-1/+1
* [ELF] - Introduce std::vector<InputFile *> global arrays.George Rimar2017-09-191-1/+1
* Currently lld creates a single section to collect all commons. There is no wayDmitry Mikulin2017-09-081-3/+3
* [ELF] - Fixing buildbot.George Rimar2017-08-111-1/+1
* [ELF] - Do not omit common symbols when -Map is given.George Rimar2017-08-111-20/+29
* Move File from SymbolBody to Symbol.Rafael Espindola2017-08-041-1/+1
* Simplify. NFC.Rafael Espindola2017-08-041-4/+4
* [ELF] - Cleanup MapFile.cpp. NFC.George Rimar2017-07-281-12/+9
OpenPOWER on IntegriCloud