summaryrefslogtreecommitdiff
path: root/lib/Support/DynamicLinker.cpp
Commit message (Expand)AuthorAge
* Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32Chris Lattner2004-05-28
* Add DynamicLinker support for systems that provide windows.hChris Lattner2004-05-27
* Finegrainify namespacificationChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Attempt to provide support for those without RTLD_DEFAULT.Chris Lattner2003-10-25
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Add my abstracted dynamic linker support files.Brian Gaeke2003-10-10