summaryrefslogtreecommitdiffstats
path: root/lld/ELF/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-091-0/+1
* [ELF] Suggest extern "C" when an undefined reference is mangled while the def...Fangrui Song2019-11-081-0/+1
* [ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417Peter Smith2019-09-161-0/+1
* Fail early if an output file is not writableRui Ueyama2019-03-111-1/+0
* [LLD][ELF] - Support MSP430.George Rimar2019-01-101-0/+1
* Rename GdbIndex.{cpp,h} -> DWARF.{cpp,h}.Rui Ueyama2018-09-141-1/+1
* Support RISC-VRui Ueyama2018-08-091-0/+1
* Add Hexagon SupportSid Manning2018-06-131-0/+1
* [CMake] Fix BUILD_SHARED_LIBS regression due to r331405David Zarzycki2018-05-031-0/+1
* [ELF] Add profile guided section layoutMichael J. Spencer2018-04-171-0/+1
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-1/+0
* [ELF] Implement scanner for Cortex-A53 Erratum 843419Peter Smith2017-12-051-0/+1
* Fix shared library builds of lld, broken in SVN r319138Martin Storsjo2017-11-281-1/+0
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+0
* [lld] Move Threads to CommonBob Haarman2017-10-131-1/+0
* lld: Prune unused libdeps.NAKAMURA Takumi2017-10-121-10/+0
* lld: Reorder libdeps.NAKAMURA Takumi2017-10-111-1/+1
* Wait for all threads to terminate before exitting.Rui Ueyama2017-10-051-0/+1
* Build fix: don't try to link in lldConfigHans Wennborg2017-10-021-1/+0
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-0/+1
* Add basic 64-bit SPARC supportRui Ueyama2017-06-281-0/+1
* LLD: Move ELF/Mips.cpp to ELF/Arch/MipsArchTree.cppKonstantin Zhuravlyov2017-06-191-1/+1
* Split Target.cpp into small files.Rui Ueyama2017-06-161-0/+9
* Add BinaryFormat to lld librariesSam Clegg2017-06-071-0/+1
* Move the parser for the linker script to a separate file.Rui Ueyama2017-04-051-0/+1
* Move a few functions to a new file Filesystem.{cpp,h}.Rui Ueyama2017-03-241-0/+1
* Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.Rui Ueyama2017-02-141-1/+1
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* Implement -Map.Rafael Espindola2017-01-131-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
* Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama2016-12-081-1/+1
* Remove a file that is too short to be an independent file.Rui Ueyama2016-11-191-1/+0
* [CMake] NFC. Updating CMake dependency specificationsChris Bieneman2016-11-171-2/+4
* Create SyntheticSections.cpp.Rui Ueyama2016-11-011-0/+1
* Consolidate BumpPtrAllocators.Rui Ueyama2016-10-281-0/+1
* Don't create a dummy ELF to process a binary file.Rafael Espindola2016-10-271-1/+0
* [ELF] Add DebugInfoDWARF dependencyGeorge Rimar2016-10-211-0/+1
* [ELF] - Partial support of --gdb-index command line option (Part 1).George Rimar2016-10-201-0/+1
* [ELF] Add support for -b binaryMichael J. Spencer2016-09-091-0/+1
* Fix shared library build.Rafael Espindola2016-09-061-0/+1
* Refactor getMipsEFlags.Rui Ueyama2016-08-081-0/+1
* COFF: Implement /linkrepro flag.Peter Collingbourne2016-07-261-0/+1
* Recommit R274836 Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-0/+1
* Revert R274836 Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-1/+0
* Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-0/+1
* Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama2016-06-291-0/+1
* [LTO] Include ASM undefs in llvm.compiler_used.Davide Italiano2016-06-221-0/+1
* Create Relocations.cpp and move scanRelocs there.Rui Ueyama2016-05-241-0/+1
* Create a new file EhFrame.cpp and move code to read .eh_frame there.Rui Ueyama2016-05-241-0/+1
OpenPOWER on IntegriCloud