summaryrefslogtreecommitdiffstats
path: root/lld/COFF/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-091-0/+1
* [LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving cod...Martin Storsjo2019-10-211-1/+0
* [lld][coff] Add missing dependency to fix build.Michael Liao2019-10-181-0/+1
* [LLD] [COFF] Use the unified llvm demangle frontend function. NFC.Martin Storsjo2019-09-271-0/+1
* [LLD] [COFF] Resolve source locations for undefined references using dwarfMartin Storsjo2019-09-251-0/+1
* [LLD][COFF] Early dependency detectionAlexandre Ganea2019-04-011-0/+1
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-1/+0
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+0
* [COFF] Move MinGW specific functions/classes to a separate file. NFC.Martin Storsjo2017-10-191-0/+1
* lld: Prune unused libdeps.NAKAMURA Takumi2017-10-121-4/+0
* lld: Reorder libdeps.NAKAMURA Takumi2017-10-111-3/+3
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-0/+1
* Integrate manifest merging library into LLD.Eric Beckmann2017-08-221-0/+1
* Add BinaryFormat to lld librariesSam Clegg2017-06-071-0/+1
* Re-land "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-2/+0
* Revert "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-0/+2
* COFF: migrate def parser from LLD to LLVM [2/2]Martell Malone2017-05-201-2/+0
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* Fix shared build after r293965 (Core) and r293967 (COFF)Ismail Donmez2017-02-031-0/+1
* refactor COFF linker to use new LTO APIBob Haarman2017-02-021-0/+1
* COFF: Change the /lldmap output format to be more like the ELF linker.Peter Collingbourne2017-01-141-0/+1
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-1/+0
* build: add support for standalone lld buildSaleem Abdulrasool2016-12-121-1/+5
* Fix shared library buildIsmail Donmez2016-12-101-0/+1
* COFF: Define overloaded toString functions.Rui Ueyama2016-12-071-0/+1
* [COFF] Add DebugInfoCodeView dependencyRui Ueyama2016-11-231-0/+1
* [CMake] NFC. Updating CMake dependency specificationsChris Bieneman2016-11-171-2/+4
* [CMake] Add missing dependency on intrinsics_genChris Bieneman2016-10-181-1/+1
* Fix shared library buildIsmail Donmez2016-09-161-0/+1
* Use functions in DebugInfoPDB to create dummy PDB file.Rui Ueyama2016-09-161-0/+1
* COFF: Implement /linkrepro flag.Peter Collingbourne2016-07-261-1/+3
* COFF: drop the dependency on LIB.EXE for implibsSaleem Abdulrasool2016-07-131-0/+1
* Fix BUILD_SHARED_LIBS build.Rafael Espindola2016-03-011-0/+2
* Set the folder for libraries to 'lld libraries'. NFC.Pete Cooper2016-01-071-1/+1
* COFF: Create a PDB file with the correct file signature.Rui Ueyama2015-12-041-0/+1
* COFF: Move markLive() from Writer.cpp to its own file.Rui Ueyama2015-09-191-0/+1
* Port the error functions from ELF to COFF.Rafael Espindola2015-08-061-0/+1
* COFF: Move code for ICF from Writer.cpp to ICF.cpp.Rui Ueyama2015-06-241-0/+1
* Add missing dependencies for the CMake shared lld build.Benjamin Kramer2015-06-231-0/+3
* COFF: Support module-definition files.Rui Ueyama2015-06-171-0/+1
* COFF: Implement /lib using LibDriver.Peter Collingbourne2015-06-091-0/+1
* COFF: Move Windows-specific code from Chunk.{cpp,h} to DLL.{cpp,h}.Rui Ueyama2015-06-071-0/+1
* COFF: Initial implementation of link-time optimization.Peter Collingbourne2015-06-011-0/+8
* COFF: Split Driver.cpp to Driver.cpp and DriverUtils.cpp. NFC.Rui Ueyama2015-05-281-0/+1
* COFF: Add a new PE/COFF port.Rui Ueyama2015-05-281-0/+14
OpenPOWER on IntegriCloud