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
/
System
/
DynamicLibrary.h
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2009-07-07
Eliminate the static constructors and locks from DynamicLibrary.cpp.
Chris Lattner
2009-07-07
remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...
Chris Lattner
2008-05-06
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-03-14
Restore this member, which is used on win32.
Chris Lattner
2008-03-13
Remove unused GetAddressOfSymbol()
Devang Patel
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2006-08-25
For PR797:
Reid Spencer
2006-07-26
For PR780:
Reid Spencer
2006-07-07
Change LoadLibraryPermanently to not throw an exception.
Chris Lattner
2006-05-19
Fix some doxygen usage in these headers.
Reid Spencer
2006-01-30
Add AddSymbol() method to DynamicLibrary to work around Windows limitation
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-29
Add in some methods for use by the JIT. LoadLibraryPermanently brings the
Reid Spencer
2004-11-29
Make the default constructor cause the program's symbols to be loaded as
Reid Spencer
2004-11-18
Dynamic Library abstraction. This makes the abstraction of a single dynamic
Reid Spencer