1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
KAWASHIMA Takahiro 78130ba3e6 This option allows selecting the TLS size in the local exec TLS model,
which is the default TLS model for non-PIC objects. This allows large/
many thread local variables or a compact/fast code in an executable.

Specification is same as that of GCC. For example, the code model
option precedes the TLS size option.

TLS access models other than local-exec are not changed. It means
supoort of the large code model is only in the local exec TLS model.

Patch By KAWASHIMA Takahiro (kawashima-fj <t-kawashima@fujitsu.com>)
Reviewers: dmgreen, mstorsjo, t.p.northover, peter.smith, ostannard
Reviewd By: peter.smith
Committed by: peter.smith

Differential Revision: https://reviews.llvm.org/D71688
2020-01-13 10:16:53 +00:00
..
Analysis [SCEV] accurate range for addrecexpr with nuw flag 2020-01-12 20:22:37 -05:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen This option allows selecting the TLS size in the local exec TLS model, 2020-01-13 10:16:53 +00:00
DebugInfo [DWARF5][DebugInfo]: Added support for DebugInfo generation for auto return type for C++ member functions. 2020-01-13 12:26:13 +05:30
Demangle
Examples
ExecutionEngine [ORC] Fix argv handling in runAsMain / lli. 2020-01-11 13:03:38 -08:00
Feature Mark the test/Feature/load_extension.ll test as unsupported on Darwin. 2020-01-10 20:18:36 -08:00
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MachineVerifier Recommit "[MachineVerifier] Improve verification of live-in lists." 2020-01-08 16:58:54 -08:00
MC [RISCV] Check register class for AMO memory operands 2020-01-13 00:50:37 +00:00
Object
ObjectYAML
Other Remove umask tests 2020-01-10 21:05:59 -05:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen TableGen/GlobalISel: Fix pattern matching of immarg literals 2020-01-09 17:37:52 -05:00
ThinLTO/X86
tools [DebugInfo] Improve error message text 2020-01-10 14:59:58 +00:00
Transforms DSE: fix bug where we would only check libcalls for name rather than whole decl 2020-01-11 11:57:29 +00:00
Unit
Verifier [AArch64] Add function attribute "patchable-function-entry" to add NOPs at function entry 2020-01-10 09:55:51 -08:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py Fix several issues with compiler extensions 2020-01-10 10:10:20 +01:00
lit.site.cfg.py.in
TestRunner.sh