1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
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
..
Analysis Minor efficiency gain: do 1 nlogn lookup instead of two 2004-05-28 05:36:49 +00:00
AsmParser Remove some more dead code resulting from adding setTypeName(). 2004-05-28 00:21:06 +00:00
Bytecode Use the new FileUtilities.h API for mapping a file into an address 2004-05-28 00:24:41 +00:00
CodeGen updates to ModuloSched 2004-05-28 20:14:12 +00:00
Debugger
ExecutionEngine Use the SystemUtils.h file to do our dirty work. 2004-05-28 00:57:27 +00:00
Support Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32 2004-05-28 23:54:07 +00:00
Target Give PhiCp nodes better names in many cases. 2004-05-28 19:34:00 +00:00
Transforms Fix one of the major things that is causing the C Backend to infinite loop 2004-05-28 05:02:13 +00:00
VMCore Don't use size() when you mean empty() 2004-05-28 05:40:19 +00:00
Makefile