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
/
PluginLoader.cpp
Age
Commit message (
Expand
)
Author
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-29
Use System/DynamicLibrary instead of Support/DynamicLinker to implement.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-11
Implicitly getting a new option by linking to support.o instead of support.a
Chris Lattner
2004-05-28
Prune #includes
Chris Lattner
2004-01-26
Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into
John Criswell
2003-12-14
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Change to use LinkDynamicObject instead of dlopen.
Brian Gaeke
2003-07-28
The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-23
Initial checkin
Chris Lattner