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
/
Threading.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 220932.
Jiangning Liu
2014-11-05
1
-7
/
+0
*
Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...
Chris Bieneman
2014-10-30
1
-0
/
+7
*
Re-apply r211287: Remove support for LLVM runtime multi-threading.
Chandler Carruth
2014-06-27
1
-26
/
+3
*
Revert r211287, "Remove support for LLVM runtime multi-threading."
NAKAMURA Takumi
2014-06-24
1
-3
/
+26
*
Remove support for LLVM runtime multi-threading.
Zachary Turner
2014-06-19
1
-26
/
+3
*
Kill the LLVM global lock.
Zachary Turner
2014-06-19
1
-12
/
+0
*
Revert r211066, 211067, 211068, 211069, 211070.
Zachary Turner
2014-06-16
1
-3
/
+38
*
Kill the LLVM global lock.
Zachary Turner
2014-06-16
1
-5
/
+0
*
Remove some more code out into a separate CL.
Zachary Turner
2014-06-16
1
-26
/
+3
*
Users of the llvm global mutex must now acquire it manually.
Zachary Turner
2014-06-16
1
-11
/
+4
*
Revert "Remove support for runtime multi-threading."
Zachary Turner
2014-06-10
1
-5
/
+36
*
Remove support for runtime multi-threading.
Zachary Turner
2014-06-10
1
-36
/
+5
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-3
/
+3
*
Revert "[C++11] Replace LLVM atomics with std::atomic."
Benjamin Kramer
2014-03-03
1
-3
/
+3
*
[C++11] Replace LLVM atomics with std::atomic.
Benjamin Kramer
2014-03-03
1
-3
/
+3
*
Rename Windows.h to WindowsSupport.h to avoid ambiguity
Reid Kleckner
2014-02-12
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-28
1
-4
/
+4
*
Rename LLVM_MULTITHREADED define and fix build without threads.
Eric Christopher
2011-09-19
1
-4
/
+4
*
Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!
NAKAMURA Takumi
2011-09-19
1
-2
/
+33
*
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-0
/
+116
*
Move Threading.[h|cpp] from Support to System.
Owen Anderson
2009-06-18
1
-63
/
+0
*
Add newline at end of file.
Owen Anderson
2009-06-16
1
-1
/
+1
*
Split the thread-related APIs out into their own file, and add a few more
Owen Anderson
2009-06-16
1
-0
/
+63