llvm-project/lld/test
Adhemerval Zanella dbd75b7fa0 [ELF/AArch64] Initial General-dynamic TLS support
This patch adds initial general-dynamic TLS support for AArch64.  Currently
no optimization is done to realx for more performance-wise models (initial-exec
or local-exec).  This patch also only currently handles correctly executable
generation, although priliminary DSO support through PLT specific creation
is also added.

With this change clang/llvm bootstrap with lld is possible in static configuration
(some DSO creation fails due missing Linker script support, not AArch64 specific),
although make check also shows some issues.

llvm-svn: 241192
2015-07-01 21:35:39 +00:00
..
COFF COFF: Change the order of adding symbols to the symbol table. 2015-06-30 19:35:21 +00:00
Driver Remove trailing whitespace characters. 2015-04-27 17:18:04 +00:00
LinkerScript Add PHDR and FILL parsing. 2015-05-28 00:14:58 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +00:00
core Delete unnecessary generality in loadFile. 2015-04-24 15:51:45 +00:00
darwin Delete unnecessary generality in loadFile. 2015-04-24 15:51:45 +00:00
elf [ELF/AArch64] Initial General-dynamic TLS support 2015-07-01 21:35:39 +00:00
mach-o [lld] Add MachO thread-local storage support. 2015-06-23 20:35:31 +00:00
pecoff [lld] Use lit's shell to run tests on Windows by default 2015-05-20 20:41:45 +00:00
CMakeLists.txt COFF: Initial implementation of link-time optimization. 2015-06-01 20:10:10 +00:00
lit.cfg COFF: Initial implementation of link-time optimization. 2015-06-01 20:10:10 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00