aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/PluginLoader.cpp
AgeCommit message (Expand)Author
2004-07-11Implicitly getting a new option by linking to support.o instead of support.aChris Lattner
2004-05-28Prune #includesChris Lattner
2004-01-26Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Change to use LinkDynamicObject instead of dlopen.Brian Gaeke
2003-07-28The RTLD_GLOBAL flag allows symbols to be globally accessible, which makesMisha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2002-07-25*** empty log message ***Chris Lattner
2002-07-23Initial checkinChris Lattner