summaryrefslogtreecommitdiff
path: root/lld/COFF/MarkLive.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-091-1/+1
* Revert "[LLD] Remove global state in lld/COFF"Martin Storsjö2023-01-091-1/+1
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-081-1/+1
* [lld/win] Use C++17 nested namespace syntax in most placesNico Weber2022-08-081-3/+1
* Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang2021-09-171-6/+4
* Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang2021-09-161-4/+6
* [LLD] Remove global state in lld/COFFAmy Huang2021-09-161-6/+4
* [COFF] Don't treat DWARF sections as GC rootsReid Kleckner2020-03-271-2/+4
* Fix odd variable names.Rui Ueyama2019-07-121-3/+3
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-29/+29
* [COFF] Reduce the size of Chunk and SectionChunk, NFCReid Kleckner2019-04-021-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w...Martin Storsjo2018-08-311-4/+4
* COFF: Don't create unnecessary thunks.Peter Collingbourne2018-05-101-1/+1
* [coff] Print detailed timing information with /TIME.Zachary Turner2018-01-171-0/+5
* Prefer `ArrayRef` over `const std::vector&`Sam Clegg2017-12-081-1/+1
* Reland r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne2017-11-281-7/+0
* Revert r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne2017-11-271-0/+7
* COFF: Do not create SectionChunks for discarded comdat sections.Peter Collingbourne2017-11-271-7/+0
* COFF: Correctly handle relocations against early discarded sections.Peter Collingbourne2017-11-201-1/+2
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-3/+3
* [COFF] Allow debug info to relocate against discarded symbolsReid Kleckner2017-06-281-0/+7
* Garbage collect dllimported symbols.Rui Ueyama2017-05-241-5/+12
* Revert r303304: Re-submit r303225: Garbage collect dllimported symbols.Rui Ueyama2017-05-221-28/+10
* Re-submit r303225: Garbage collect dllimported symbols.Rui Ueyama2017-05-171-10/+28
* Revert r303225 "Garbage collect dllimported symbols."Hans Wennborg2017-05-171-28/+10
* Garbage collect dllimported symbols.Rui Ueyama2017-05-171-10/+28
* COFF: New symbol table design.Peter Collingbourne2016-12-091-3/+3
* COFF: Move markLive() from Writer.cpp to its own file.Rui Ueyama2015-09-191-0/+61