llvm-project/clang/test
KAWASHIMA Takahiro 10c11e4e2d 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
..
ARCMT
AST Disallow an empty string literal in an asm label 2020-01-08 08:38:02 -05:00
ASTMerge
Analysis [analyzer] Move PlacementNewChecker to alpha 2020-01-10 19:35:25 +01:00
CXX CWG2352: Allow qualification conversions during reference binding. 2020-01-09 18:24:06 -08:00
ClangScanDeps Revert "[clang][clang-scan-deps] Aggregate the full dependency information." 2019-12-11 16:35:55 -08:00
CodeCompletion [CodeComplete] Suggest 'return nullptr' in functions returning pointers 2020-01-10 13:28:13 +01:00
CodeGen driver: Allow -fdebug-compilation-dir=foo in joined form. 2020-01-10 19:20:51 -05:00
CodeGenCUDA [HIP] Add option --gpu-max-threads-per-block=n 2020-01-07 11:18:00 -05:00
CodeGenCXX Revert "[DWARF5][clang]: Added support for DebugInfo generation for auto return type for C++ member functions." 2020-01-13 11:13:16 +01:00
CodeGenCoroutines
CodeGenObjC Only destroy static locals if they have non-trivial destructors. 2020-01-10 15:18:36 -08:00
CodeGenObjCXX Debug Info: Strengthen the synthesized-property-cleanup.mm test, NFC 2019-12-10 13:39:22 -08:00
CodeGenOpenCL [OpenCL] Fix mangling of single-overload builtins 2019-12-03 11:09:16 +00:00
CodeGenOpenCLCXX [OpenCL] Add ExtVectorElementExpr constant evaluation (PR42387) 2019-12-17 11:10:06 +00:00
Coverage
CoverageMapping Revert "[Coverage] Revise format to reduce binary size" 2019-12-04 10:35:14 -08:00
Driver This option allows selecting the TLS size in the local exec TLS model, 2020-01-13 10:16:53 +00:00
FixIt
Format
Frontend [clang][test] Minor fixes in testcase absolute-paths-symlinks.c 2019-12-26 09:33:21 +01:00
Headers [X86] Mark various pointer arguments in builtins as const 2019-12-19 11:42:11 -08:00
Import Tighten up CHECK lines added in a9f10ebffa to work on ARM. 2019-12-05 18:35:08 -08:00
Index [OpenCL] Pretty print __private addr space 2019-12-27 13:42:07 +00:00
Integration
InterfaceStubs [clang][IFS] Allow 2 output files when using -o and -c with clang IFS stubs. 2019-12-09 14:47:17 -05:00
Layout
Lexer Fix crash on init-capture packs where the type of the initializer is non-dependent. 2019-12-19 15:20:10 -08:00
Misc Remove umask tests 2020-01-10 21:05:59 -05:00
Modules Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot 2019-12-20 13:11:17 -08:00
OpenMP [OPENMP]Allow comma in combiner expression. 2020-01-08 10:00:11 -05:00
PCH When diagnosing the lack of a viable conversion function, also list 2020-01-09 15:15:02 -08:00
Parser [Concepts] Function trailing requires clauses 2020-01-09 15:07:51 +02:00
Preprocessor [Driver][PowerPC] Move powerpcspe logic from cc1 to Driver 2020-01-10 11:43:17 -08:00
Profile Revert "[Coverage] Revise format to reduce binary size" 2019-12-04 10:35:14 -08:00
Refactor
Rewriter
Sema Support function attribute patchable_function_entry 2020-01-10 09:57:34 -08:00
SemaCUDA
SemaCXX [Sema] Improve -Wrange-loop-analysis warnings. 2020-01-11 15:34:02 +01:00
SemaObjC Add a FIXME and corresponding test coverage for some suspicious behavior 2020-01-10 16:12:00 -08:00
SemaObjCXX Clean up and slightly generalize implementation of composite pointer 2020-01-10 16:12:00 -08:00
SemaOpenCL CWG2352: Allow qualification conversions during reference binding. 2020-01-09 18:24:06 -08:00
SemaOpenCLCXX Clean up and slightly generalize implementation of composite pointer 2020-01-10 16:12:00 -08:00
SemaSYCL [SYCL] Add sycl_kernel attribute for accelerated code outlining 2019-12-03 16:13:22 +03:00
SemaTemplate [Concepts] Function trailing requires clauses 2020-01-09 15:07:51 +02:00
TableGen
Templight
Tooling
Unit
VFS Fix external-names.c test when separator is \\ 2019-12-31 11:15:46 +00:00
clang-rename
.clang-format
CMakeLists.txt build: reduce CMake handling for zlib 2020-01-02 11:19:12 -08:00
TestRunner.sh
cxx-sections.data
lit.cfg.py Revert "[analyzer] Add test directory for scan-build." 2019-11-05 14:03:36 -08:00
lit.site.cfg.py.in build: reduce CMake handling for zlib 2020-01-02 11:19:12 -08:00
make_test_dirs.pl