summaryrefslogtreecommitdiff
path: root/lib/Support/PluginLoader.cpp
Commit message (Expand)AuthorAge
* dynamically allocate plugin space as neededAndrew Lenharth2006-01-26
* Remember plugins should someone like bugpoint want to know them.Andrew Lenharth2006-01-26
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Use System/DynamicLibrary instead of Support/DynamicLinker to implement.Reid Spencer2004-11-29
* Changes For Bug 352Reid Spencer2004-09-01
* Implicitly getting a new option by linking to support.o instead of support.aChris Lattner2004-07-11
* Prune #includesChris Lattner2004-05-28
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-26
* Finegrainify namespacificationChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Change to use LinkDynamicObject instead of dlopen.Brian Gaeke2003-10-10
* The RTLD_GLOBAL flag allows symbols to be globally accessible, which makesMisha Brukman2003-07-28
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* *** empty log message ***Chris Lattner2002-07-25
* Initial checkinChris Lattner2002-07-23