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