1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib/Support
Chris Lattner f1e8e0a0cf Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32
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
2004-05-28 23:54:07 +00:00
..
Annotation.cpp Make sure that at least one virtual method is defined in a .cpp file to avoid 2004-02-26 07:24:18 +00:00
CommandLine.cpp Implement the new cl::PositionalEatsArgs flag, refactor code a bit 2004-05-06 22:04:31 +00:00
ConstantRange.cpp Add some new methods 2004-03-30 00:20:08 +00:00
Debug.cpp Finegrainify namespacification 2003-12-14 21:35:53 +00:00
DynamicLinker.cpp Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32 2004-05-28 23:54:07 +00:00
FileUtilities.cpp Add support for zero length files 2004-05-28 00:34:42 +00:00
LeakDetector.cpp Fix a bug in the recent rewrite of the leakdetector that caused all of the 2004-02-15 23:33:48 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Mangler.cpp Do not mangle intrinsics in any way! 2004-04-05 20:17:53 +00:00
PluginLoader.cpp Prune #includes 2004-05-28 23:35:39 +00:00
Signals.cpp Signals.h header moved. Eventually this should move into a lib/System library, 2004-05-27 05:31:24 +00:00
SlotTable.cpp Put SlotTable.h inclusion back at front of list to be coding standards 2004-05-25 20:09:05 +00:00
SlowOperationInformer.cpp Not all platforms supports sighandler_t, so I changed it to use the older 2004-01-01 15:14:28 +00:00
Statistic.cpp Pass std::string to constructor as const reference to avoid multiple 2004-01-06 09:16:02 +00:00
StringExtras.cpp implement new getToken function 2003-12-29 05:07:02 +00:00
SystemUtils.cpp Add support for getting executable memory on Windows. This is actually 2004-05-28 01:20:58 +00:00
Timer.cpp Finegrainify namespacification 2003-12-14 21:27:33 +00:00
ToolRunner.cpp Apply simplification suggested by Chris: why assign() when operator = will do? 2004-05-04 22:02:41 +00:00