llvm-project/clang/lib
Guanzhong Chen 801fa8e6b9 [WebAssembly] Implement __builtin_wasm_tls_base intrinsic
Summary:
Add `__builtin_wasm_tls_base` so that LeakSanitizer can find the thread-local
block and scan through it for memory leaks.

Reviewers: tlively, aheejin, sbc100

Subscribers: dschuff, jgravelle-google, hiraditya, sunfish, cfe-commits, llvm-commits

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D64900

llvm-svn: 366475
2019-07-18 17:53:22 +00:00
..
ARCMigrate Fix parameter name comments using clang-tidy. NFC. 2019-07-16 04:46:31 +00:00
AST Revert r366449: [CrossTU] Add a function to retrieve original source location. 2019-07-18 15:43:26 +00:00
ASTMatchers Revert "[clang] Fixing windows buildbot after D61552" 2019-06-20 10:34:02 +00:00
Analysis [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
Basic Revert "[RISCV] Hard float ABI support" r366450 2019-07-18 16:13:17 +00:00
CodeGen [WebAssembly] Implement __builtin_wasm_tls_base intrinsic 2019-07-18 17:53:22 +00:00
CrossTU Revert r366449: [CrossTU] Add a function to retrieve original source location. 2019-07-18 15:43:26 +00:00
DirectoryWatcher [DirectoryWatcher][linux] Fix for older kernels 2019-07-15 23:14:00 +00:00
Driver [Driver] Enable __cxa_atexit on Solaris 2019-07-17 08:37:00 +00:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [clang-format] Don't detect call to ObjC class method as C++11 attribute specifier 2019-07-16 21:29:40 +00:00
Frontend [ASTUnit] Fix a regression in cached completions 2019-07-18 15:21:34 +00:00
FrontendTool [clang-ifs] Clang Interface Stubs, first version (second landing attempt). 2019-06-20 16:59:48 +00:00
Headers [PowerPC][Clang] Remove use of malloc in mm_malloc 2019-07-18 06:20:12 +00:00
Index Fix parameter name comments using clang-tidy. NFC. 2019-07-16 04:46:31 +00:00
Lex Fix parameter name comments using clang-tidy. NFC. 2019-07-16 04:46:31 +00:00
Parse [OpenCL] Update comments/diagnostics to refer to C++ for OpenCL 2019-07-18 10:02:35 +00:00
Rewrite [Rewrite] Extend to further accept CharSourceRange 2019-07-06 02:55:06 +00:00
Sema [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
Serialization Fix parameter name comments using clang-tidy. NFC. 2019-07-16 04:46:31 +00:00
StaticAnalyzer [analyzer] MallocChecker: Prevent Integer Set Library false positives 2019-07-18 00:03:55 +00:00
Tooling [LibTooling] Relax Transformer to allow rewriting macro expansions 2019-07-18 17:44:54 +00:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00