aboutsummaryrefslogtreecommitdiff
path: root/lld/COFF/MapFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata1-1/+0
2025-04-19[lld] Use llvm::unique (NFC) (#136453)Kazu Hirata1-4/+3
2025-01-21[LLD][COFF] Separate EC and native exports for ARM64X (#123652)Jacek Caban1-1/+1
2025-01-16[LLD][COFF] Add support for hybrid ARM64X entry points (#123096)Jacek Caban1-1/+1
2024-12-05[lld-link] Replace fatal(...) with FatalFangrui Song1-1/+1
2024-09-19[LLD][COFF] Process all ARM64EC import symbols in MapFile's getSymbols (#109118)Jacek Caban1-0/+8
2024-09-19[LLD][COFF] Process all live import symbols in MapFile's getSymbols() (#109117)Jacek Caban1-10/+4
2024-09-18[LLD][COFF] Store __imp_ symbols as Defined in InputFile (#109115)Jacek Caban1-2/+1
2024-09-13[LLD][COFF][NFC] Store live flag in ImportThunkChunk. (#108459)Jacek Caban1-1/+1
2023-10-05[LLD][COFF] Add support for `--time-trace` (#68236)Alexandre Ganea1-0/+2
2023-01-09[LLD] Remove global state in lld/COFFAmy Huang1-20/+22
2023-01-09Revert "[LLD] Remove global state in lld/COFF"Martin Storsjö1-22/+20
2023-01-08[LLD] Remove global state in lld/COFFAmy Huang1-20/+22
2022-09-20[LLD][COFF] Support /MAPINFO flagPengxuan Zheng1-0/+13
2022-06-19Rename parallelForEachN to just parallelForNico Weber1-1/+1
2021-09-17Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang1-20/+18
2021-09-16Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang1-18/+20
2021-09-16[LLD] Remove global state in lld/COFFAmy Huang1-20/+18
2020-05-05[Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner1-1/+1
2020-03-24[lld-link] Support /map option, matching link.exe 's /map output formatSylvain Audi1-57/+256
2020-02-25Remove namespace lld { namespace coff { from COFF LLD cpp filesReid Kleckner1-7/+3
2019-10-10[COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song1-3/+6
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-11Update comments for r365730. NFC.Rui Ueyama1-1/+1
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama1-51/+51
2019-05-22Re-land r361206 "[COFF] Store alignment in log2 form, NFC"Reid Kleckner1-1/+1
2019-05-21Revert r361206 "[COFF] Store alignment in log2 form, NFC"Nico Weber1-1/+1
2019-05-20[COFF] Store alignment in log2 form, NFCReid Kleckner1-1/+1
2019-04-01Replace `typedef A B` with `using B = A`. NFC.Rui Ueyama1-2/+2
2019-02-27[LLD][COFF] Support /threads[:no] like the ELF driverAlexandre Ganea1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-25[COFF] Add support for creating range extension thunks for ARMMartin Storsjo1-1/+1
2018-03-15COFF: Move assignment of section RVAs to assignAddresses(). NFCI.Peter Collingbourne1-1/+1
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-20Consistent (non) use of empty lines in include blocksSam Clegg1-1/+0
2017-11-20COFF: Remove the SymbolBodies vector, and rename SparseSymbolBodies to Symbols.Peter Collingbourne1-1/+1
2017-11-03Rename SymbolBody -> SymbolRui Ueyama1-1/+1
2017-10-25[lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman1-1/+1
2017-09-13Remove {get,set}Align accessor functions and use Alignment member variable in...Rui Ueyama1-1/+1
2017-07-27Add {Obj,Import,Bitcode}File::Instances to COFF input files.Rui Ueyama1-1/+1
2017-07-26Rename ObjectFile ObjFile for COFF as well.Rui Ueyama1-1/+1
2017-05-11[Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner1-1/+1
2017-05-10[Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner1-1/+1
2017-04-30Fix comments.Rui Ueyama1-7/+5
2017-04-29Port recent changes to ELF/MapFile.cpp to COFF.Rui Ueyama1-57/+70
2017-01-31Print alignment in decimal instead of hexadecimal.Rui Ueyama1-1/+1
2017-01-16[COFF] - Fixed format in writeOutSecLine()George Rimar1-1/+2
2017-01-15Simplify string output. NFC.Rui Ueyama1-6/+2