hanchenye-llvm-project/lld
Simon Atanasyan f8db45361e [MIPS] Generate thunks for microMIPS code
If symbol has the STO_MIPS_MICROMIPS flag and requires a thunk to perform
call PIC from non-PIC functions, we need to generate a thunk with microMIPS
code.

llvm-svn: 314797
2017-10-03 13:30:02 +00:00
..
COFF Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00
Common lldCommon depends on intrinsics_gen, due to llvm/CodeGen/CommandFlags.h 2017-10-03 04:18:46 +00:00
ELF [MIPS] Generate thunks for microMIPS code 2017-10-03 13:30:02 +00:00
MinGW Fix another build breakage. 2017-10-02 22:05:46 +00:00
cmake/modules [lld][cmake] Fix BUILD_SHARED_LIBS installation 2017-01-24 10:41:02 +00:00
docs Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00
include/lld Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00
lib Build fix: don't try to link in lldConfig 2017-10-02 23:09:37 +00:00
test [MIPS] Generate thunks for microMIPS code 2017-10-03 13:30:02 +00:00
tools/lld Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00
unittests Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00
.arcconfig Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
.clang-format
.gitignore
CMakeLists.txt Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00
CODE_OWNERS.TXT
LICENSE.TXT
README.md Test commit 2017-06-24 21:16:41 +00:00

README.md

LLVM Linker (lld)

This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.

lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.