index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
ManagedStatic.h
Age
Commit message (
Expand
)
Author
2011-11-14
Add support for tsan annotations (thread sanitizer, a valgrind-based tool).
Nick Lewycky
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-09-07
Remove dead code. ManagedCleanup is unused, and contained a serious bug in that
Owen Anderson
2009-07-09
Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-l...
Alisdair Meredith
2009-06-19
Fences are expensive. Avoid doing them when we're not in multithreaded mode.
Owen Anderson
2009-06-18
Move Threading.[h|cpp] from Support to System.
Owen Anderson
2009-06-16
Split the thread-related APIs out into their own file, and add a few more
Owen Anderson
2009-05-20
Have llvm_start_multithreaded return a bool indicating whether multithreaded
Owen Anderson
2009-05-20
Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-...
Owen Anderson
2009-05-16
Back out the thread-safe ManagedStatic for now. Too many people have too man...
Owen Anderson
2009-05-15
Factor out some common code, fix more typoes, and add a memory fence that mig...
Owen Anderson
2009-05-15
Fix an unfortunate typo.
Owen Anderson
2009-05-15
Now with working on Leopard!
Owen Anderson
2009-05-14
Make ManagedStatic threadsafe by using atomic operations.
Owen Anderson
2009-02-20
Removed trailing whitespace.
Misha Brukman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-02-20
add a way to register an arbitrary cleanup function.
Chris Lattner
2007-02-10
add helper method.
Chris Lattner
2006-12-06
add a helper to call llvm_shutdown()
Chris Lattner
2006-09-28
new helper class to provide more explicit management of static ctor/dtors.
Chris Lattner