index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
ThreadLocal.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-1
/
+1
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cpp
David Majnemer
2014-12-15
1
-45
/
+0
*
ThreadLocal: Return a mutable pointer if templated with a non-const type
David Majnemer
2014-12-15
1
-2
/
+2
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-2
/
+2
*
[C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have
Chandler Carruth
2014-03-02
1
-2
/
+2
*
Silence g++ 4.9 build issue
Alp Toker
2013-12-31
1
-2
/
+3
*
Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)
Hans Wennborg
2013-12-19
1
-1
/
+1
*
Fix ThreadLocalImpl::getInstance for --disable-threads.
Argyrios Kyrtzidis
2012-06-26
1
-3
/
+5
*
Fix building ThreadLocal.cpp with --disable-threads.
Argyrios Kyrtzidis
2012-06-13
1
-2
/
+9
*
Satisfy C++ aliasing rules, per suggestion by Chandler.
Argyrios Kyrtzidis
2012-06-12
1
-1
/
+1
*
For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific
Argyrios Kyrtzidis
2012-06-12
1
-6
/
+5
*
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-28
1
-1
/
+1
*
Clean up a few references to System/. We still have docs/SystemLibrary.html
Daniel Dunbar
2011-10-11
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-0
/
+84