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
/
lib
/
Support
/
DynamicLibrary.cpp
Age
Commit message (
Expand
)
Author
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-04
Fix Android build of gtest and lib/Support.
Evgeniy Stepanov
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2011-08-22
Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718
Jordy Rose
2011-08-17
Static fields require an out-of-line definition. Fix DynamicLibrary for real.
Jordy Rose
2011-08-17
Use DynamicLibrary instances as a way to get symbols from a specific library....
Jordy Rose
2010-12-07
Don't leak the mutex when loading dynamic libraries.
Owen Anderson
2010-11-29
Merge System into Support.
Michael J. Spencer