summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/DynamicLinker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos2004-09-281-1/+2
| | | | | | compile on windows. This patch was contributed by Paolo Invernizzi. llvm-svn: 16539
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32Chris Lattner2004-05-281-16/+41
| | | | | | | | | | | dynamic linker does not automatically search libraries when looking up symbols with GetProcAddress. Because of this we have to emulate it. The only detail is that there doesn't seem to be a way to enumerate the libraries loaded, so we have a gross hack (tm). This make the JIT functional on win32 under cygwin. llvm-svn: 13887
* Add DynamicLinker support for systems that provide windows.hChris Lattner2004-05-271-8/+23
| | | | llvm-svn: 13851
* Finegrainify namespacificationChris Lattner2003-12-141-7/+4
| | | | llvm-svn: 10464
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Attempt to provide support for those without RTLD_DEFAULT.Chris Lattner2003-10-251-0/+5
| | | | llvm-svn: 9503
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Add my abstracted dynamic linker support files.Brian Gaeke2003-10-101-0/+42
llvm-svn: 9008
OpenPOWER on IntegriCloud