summaryrefslogtreecommitdiff
path: root/lld/COFF/MarkLive.cpp
AgeCommit message (Expand)Author
2025-07-31[LLD][COFF] Add support for ARM64X same-address thunks (#151255)Jacek Caban
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2025-01-16[LLD][COFF] Move getChunk to LinkerDriver (NFC) (#123103)Jacek Caban
2024-09-13[LLD][COFF][NFC] Store live flag in ImportThunkChunk. (#108459)Jacek Caban
2024-09-11[LLD][COFF] Add support for ARM64EC import call thunks. (#107931)Jacek Caban
2024-06-18[LLD][COFF] Add support for ARM64EC entry thunks. (#88132)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-08-08[lld/win] Use C++17 nested namespace syntax in most placesNico 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-03-27[COFF] Don't treat DWARF sections as GC rootsReid Kleckner
2019-07-12Fix odd variable names.Rui Ueyama
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-04-02[COFF] Reduce the size of Chunk and SectionChunk, NFCReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-31[COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w...Martin Storsjo
2018-05-10COFF: Don't create unnecessary thunks.Peter Collingbourne
2018-01-17[coff] Print detailed timing information with /TIME.Zachary Turner
2017-12-08Prefer `ArrayRef` over `const std::vector&`Sam Clegg
2017-11-28Reland r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne
2017-11-27Revert r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne
2017-11-27COFF: Do not create SectionChunks for discarded comdat sections.Peter Collingbourne
2017-11-20COFF: Correctly handle relocations against early discarded sections.Peter Collingbourne
2017-11-03Rename SymbolBody -> SymbolRui Ueyama
2017-06-28[COFF] Allow debug info to relocate against discarded symbolsReid Kleckner
2017-05-24Garbage collect dllimported symbols.Rui Ueyama
2017-05-22Revert r303304: Re-submit r303225: Garbage collect dllimported symbols.Rui Ueyama
2017-05-17Re-submit r303225: Garbage collect dllimported symbols.Rui Ueyama
2017-05-17Revert r303225 "Garbage collect dllimported symbols."Hans Wennborg
2017-05-17Garbage collect dllimported symbols.Rui Ueyama
2016-12-09COFF: New symbol table design.Peter Collingbourne
2015-09-19COFF: Move markLive() from Writer.cpp to its own file.Rui Ueyama