- Jan 17, 2018
-
-
Zachary Turner authored
The classes used to print and update time information are in common, so other linkers could use this as well if desired. Differential Revision: https://reviews.llvm.org/D41915 llvm-svn: 322736
-
- Dec 14, 2017
-
-
Rui Ueyama authored
Patch by Chen-Pang He. llvm-svn: 320754
-
- Nov 28, 2017
-
-
Rui Ueyama authored
Differential Revision: https://reviews.llvm.org/D40571 llvm-svn: 319221
-
Rui Ueyama authored
Differential Revision: https://reviews.llvm.org/D40540 llvm-svn: 319211
-
Martin Storsjö authored
llvm-svn: 319152
-
Rui Ueyama authored
Differential Revision: https://reviews.llvm.org/D40530 llvm-svn: 319138
-
- Oct 26, 2017
-
-
Bob Haarman authored
Summary: The COFF linker and the ELF linker have long had similar but separate Error.h and Error.cpp files to implement error handling. This change introduces new error handling code in Common/ErrorHandler.h, changes the COFF and ELF linkers to use it, and removes the old, separate implementations. Reviewers: ruiu Reviewed By: ruiu Subscribers: smeenai, jyknight, emaste, sdardis, nemanjai, nhaehnle, mgorny, javed.absar, kbarton, fedor.sergeev, llvm-commits Differential Revision: https://reviews.llvm.org/D39259 llvm-svn: 316624
-
- Oct 17, 2017
-
-
Alexander Richardson authored
llvm-svn: 315988
-
- Oct 13, 2017
-
-
Bob Haarman authored
Summary: This will allow using the functionality from other linkers. It is also a prerequisite for sharing the error logging code. Reviewers: ruiu Reviewed By: ruiu Subscribers: emaste, mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D38822 llvm-svn: 315725
-
- Oct 03, 2017
-
-
NAKAMURA Takumi authored
llvm-svn: 314759
-
- Oct 02, 2017
-
-
Rui Ueyama authored
llvm-svn: 314725
-
Rui Ueyama authored
llvm-svn: 314724
-
Rui Ueyama authored
New lld's files are spread under lib subdirectory, and it isn't easy to find which files are actually maintained. This patch moves maintained files to Common subdirectory. Differential Revision: https://reviews.llvm.org/D37645 llvm-svn: 314719
-