summaryrefslogtreecommitdiff
path: root/lld/COFF/MapFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-091-20/+22
* Revert "[LLD] Remove global state in lld/COFF"Martin Storsjö2023-01-091-22/+20
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-081-20/+22
* [LLD][COFF] Support /MAPINFO flagPengxuan Zheng2022-09-201-0/+13
* Rename parallelForEachN to just parallelForNico Weber2022-06-191-1/+1
* Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang2021-09-171-20/+18
* Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang2021-09-161-18/+20
* [LLD] Remove global state in lld/COFFAmy Huang2021-09-161-20/+18
* [Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner2020-05-051-1/+1
* [lld-link] Support /map option, matching link.exe 's /map output formatSylvain Audi2020-03-241-57/+256
* Remove namespace lld { namespace coff { from COFF LLD cpp filesReid Kleckner2020-02-251-7/+3
* [COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song2019-10-101-3/+6
* 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
* Update comments for r365730. NFC.Rui Ueyama2019-07-111-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-51/+51
* Re-land r361206 "[COFF] Store alignment in log2 form, NFC"Reid Kleckner2019-05-221-1/+1
* Revert r361206 "[COFF] Store alignment in log2 form, NFC"Nico Weber2019-05-211-1/+1
* [COFF] Store alignment in log2 form, NFCReid Kleckner2019-05-201-1/+1
* Replace `typedef A B` with `using B = A`. NFC.Rui Ueyama2019-04-011-2/+2
* [LLD][COFF] Support /threads[:no] like the ELF driverAlexandre Ganea2019-02-271-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF] Add support for creating range extension thunks for ARMMartin Storsjo2018-09-251-1/+1
* COFF: Move assignment of section RVAs to assignAddresses(). NFCI.Peter Collingbourne2018-03-151-1/+1
* 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
* Consistent (non) use of empty lines in include blocksSam Clegg2018-02-201-1/+0
* COFF: Remove the SymbolBodies vector, and rename SparseSymbolBodies to Symbols.Peter Collingbourne2017-11-201-1/+1
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-1/+1
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* Remove {get,set}Align accessor functions and use Alignment member variable in...Rui Ueyama2017-09-131-1/+1
* Add {Obj,Import,Bitcode}File::Instances to COFF input files.Rui Ueyama2017-07-271-1/+1
* Rename ObjectFile ObjFile for COFF as well.Rui Ueyama2017-07-261-1/+1
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-111-1/+1
* [Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner2017-05-101-1/+1
* Fix comments.Rui Ueyama2017-04-301-7/+5
* Port recent changes to ELF/MapFile.cpp to COFF.Rui Ueyama2017-04-291-57/+70
* Print alignment in decimal instead of hexadecimal.Rui Ueyama2017-01-311-1/+1
* [COFF] - Fixed format in writeOutSecLine()George Rimar2017-01-161-1/+2
* Simplify string output. NFC.Rui Ueyama2017-01-151-6/+2
* Directly write to a -Map file.Rui Ueyama2017-01-151-16/+8
* COFF: Change the /lldmap output format to be more like the ELF linker.Peter Collingbourne2017-01-141-0/+125