aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/DynamicLinker.cpp
AgeCommit message (Expand)Author
2004-11-29Functionality moved to portable lib/System/DynamicLibrary.cppReid Spencer
2004-09-28Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos
2004-09-01Changes For Bug 352Reid Spencer
2004-05-28Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32Chris Lattner
2004-05-27Add DynamicLinker support for systems that provide windows.hChris Lattner
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-25Attempt to provide support for those without RTLD_DEFAULT.Chris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Add my abstracted dynamic linker support files.Brian Gaeke