summaryrefslogtreecommitdiff
path: root/lib/builtins/emutls.c
Commit message (Expand)AuthorAgeFilesLines
* [builtins] MSVC warning disable for clean buildMatthew G McGovern2019-08-121-0/+11
* Revert "[sanitizers] MSVC warning disable for clean build" and follow-up that...Eric Christopher2019-08-091-11/+0
* [sanitizers] MSVC warning disable for clean buildMatthew G McGovern2019-08-091-0/+11
* [builtins] Use single line C++/C99 comment stylePetr Hosek2019-04-281-69/+60
* [builtins] Reformat builtins with clang-formatPetr Hosek2019-04-281-213/+201
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [builtins] Add __emutls_unregister_key functionYi Kong2018-09-201-0/+13
* [builtins] Delay emutls deallocation for one roundRyan Prichard2018-06-121-11/+41
* [builtins] emutls cleanup: determine header size using sizeofRyan Prichard2018-06-121-6/+7
* [builtins] Use Interlocked* intrinsics for atomics on MSVCMartin Storsjo2017-08-031-8/+6
* [builtins] Fixup emulated TLS for mingw.Martell Malone2017-05-061-1/+1
* [builtins] Implement emulated TLS on Windows.Frederich Munch2017-04-251-60/+234
* Revert r301089 "[builtins] Implement emulated TLS on Windows."Hans Wennborg2017-04-241-220/+60
* [builtins] Implement emulated TLS on Windows.Frederich Munch2017-04-221-60/+220
* Fix StaticAnalyzer complaints. NFC.George Burgess IV2016-04-141-2/+4
* builtins: Fix struct __emutls_control to match GCCChih-Hung Hsieh2016-02-041-5/+9
* builtins: spell inline as __inlineSaleem Abdulrasool2015-10-101-8/+9
* builtins: fix buildSaleem Abdulrasool2015-10-061-0/+1
* builtins: implement __emutls_get_addressChih-Hung Hsieh2015-08-311-0/+181