index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
ManagedStatic.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-l...
Alisdair Meredith
2009-07-09
1
-8
/
+10
*
Fences are expensive. Avoid doing them when we're not in multithreaded mode.
Owen Anderson
2009-06-19
1
-4
/
+4
*
Move Threading.[h|cpp] from Support to System.
Owen Anderson
2009-06-18
1
-1
/
+1
*
Split the thread-related APIs out into their own file, and add a few more
Owen Anderson
2009-06-16
1
-7
/
+1
*
Have llvm_start_multithreaded return a bool indicating whether multithreaded
Owen Anderson
2009-05-20
1
-2
/
+4
*
Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-...
Owen Anderson
2009-05-20
1
-11
/
+33
*
Back out the thread-safe ManagedStatic for now. Too many people have too man...
Owen Anderson
2009-05-16
1
-20
/
+4
*
Factor out some common code, fix more typoes, and add a memory fence that mig...
Owen Anderson
2009-05-15
1
-31
/
+15
*
Fix an unfortunate typo.
Owen Anderson
2009-05-15
1
-1
/
+1
*
Now with working on Leopard!
Owen Anderson
2009-05-15
1
-1
/
+1
*
Make ManagedStatic threadsafe by using atomic operations.
Owen Anderson
2009-05-14
1
-4
/
+36
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-7
/
+7
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
add a way to register an arbitrary cleanup function.
Chris Lattner
2007-02-20
1
-0
/
+6
*
add helper method.
Chris Lattner
2007-02-10
1
-0
/
+3
*
add a helper to call llvm_shutdown()
Chris Lattner
2006-12-06
1
-0
/
+8
*
new helper class to provide more explicit management of static ctor/dtors.
Chris Lattner
2006-09-28
1
-0
/
+79