aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/MapFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-01-26[ELF] Optimize two vector. NFCFangrui Song1-3/+3
2022-01-26[ELF] Optimize -Map. NFCFangrui Song1-8/+8
2021-12-15[ELF] Change objectFiles to ELFFileBase *Fangrui Song1-2/+2
2021-12-14Reland D114783/D115603 [ELF] Split scanRelocations into scanRelocations/postS...Fangrui Song1-1/+1
2021-12-14Revert D114783 [ELF] Split scanRelocations into scanRelocations/postScanReloc...Fangrui Song1-1/+1
2021-12-14[ELF] -Map: Print symbols which needs canonical PLT entry/copy relocation jus...Fangrui Song1-1/+8
2021-12-14[ELF] Remove needsPltAddr in favor of needsCopyFangrui Song1-1/+1
2021-11-29[ELF] --cref: If -Map is specified, print to the map fileFangrui Song1-24/+29
2021-11-28[ELF] Inline InputSection::getOffset into callers and remove it. NFCFangrui Song1-1/+1
2021-11-26[ELF] Rename fetch to extractFangrui Song1-2/+2
2021-11-25[ELF] Rename BaseCommand to SectionCommand. NFCFangrui Song1-18/+19
2021-11-25[ELF] Rename OutputSection::sectionCommands to commands. NFCFangrui Song1-1/+1
2021-09-20[ELF] Add --why-extract= to query why archive members/lazy object files are e...Fangrui Song1-0/+19
2020-11-10[lld][ELF] Add additional time trace categoriesJames Henderson1-0/+3
2020-05-15[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song1-8/+5
2020-05-05[Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner1-1/+1
2020-04-29[ELF] Add --print-archive-stats=Fangrui Song1-0/+18
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama1-2/+2
2019-10-07[ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song1-5/+7
2019-08-22Fight a bit against global initializers. NFC.Benjamin Kramer1-2/+2
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-07-10[Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama1-112/+112
2019-05-29ELF: Add basic partition data structures and behaviours.Peter Collingbourne1-2/+2
2019-05-23ELF: Remove a comparison against In.EhFrame. NFCI.Peter Collingbourne1-4/+5
2019-04-23Use llvm::stable_sortFangrui Song1-4/+2
2019-04-01Replace `typedef A B` with `using B = A`. NFC.Rui Ueyama1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-06[ELF] - (-Map file) Implement printing of LMA for assignments outside of sect...George Rimar1-3/+4
2018-09-25Reset input section pointers to null on each linker invocation.Rui Ueyama1-2/+2
2018-07-02[ELF] - Change dyn_cast to cast. NFC.George Rimar1-1/+1
2018-06-29[ELF] - Remove dead code.George Rimar1-3/+0
2018-04-26Replace SharedSymbols with Defined when creating copy relocations.Rafael Espindola1-29/+14
2018-04-24[ELF] - Never use std::sort.George Rimar1-2/+3
2018-04-05Make "Size" column in the map file one characters shorter.Rui Ueyama1-4/+4
2018-04-05Fix column size in the map file.Rui Ueyama1-4/+6
2018-04-05[ELF] - Reveal more information in -Map file about assignments.George Rimar1-2/+16
2018-04-05[ELF] - Print LMA in a -Map file.George Rimar1-11/+18
2018-04-04Do not show alignment 0 because that is equivalent to 1.Rui Ueyama1-2/+2
2018-04-04[ELF] - Cleanup. NFCI.George Rimar1-1/+1
2018-03-24Add a SectionBase::getVA helper. NFC.Rafael Espindola1-2/+1
2018-03-15[ELF] - Show data and assignment commands in the map file.George Rimar1-7/+25
2018-03-14[ELF] Add .eh_frame pieces to map fileRui Ueyama1-0/+42
2018-03-14Implement --cref.Rui Ueyama1-0/+49
2018-03-07Rename Indent{1,2} -> Indent{8,16}.Rui Ueyama1-4/+4
2018-03-06Do not create temporary strings just to print out spaces. NFC.Rui Ueyama1-4/+5
2018-02-28Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama1-1/+1
2018-02-22[ELF] - Introduce getInputSections() helper.George Rimar1-11/+5
2017-12-09Remove some includes from InputFiles.h.Rafael Espindola1-0/+1
2017-12-06[ELF] - Show .plt symbols in -Map output.George Rimar1-3/+9
2017-12-05Recommit r319747 "[ELF] - Show copy relocated symbols in a --Map file output."George Rimar1-16/+25