[llvm-commits] CVS: llvm/lib/System/Win32/DynamicLibrary.inc

2007-06-25 Thread Anton Korobeynikov
Changes in directory llvm/lib/System/Win32: DynamicLibrary.inc updated: 1.18 - 1.19 --- Log message: Provide hook for alloca on VCPP. Patch by Scott Graham --- Diffs of the changes: (+18 -4) DynamicLibrary.inc | 22 ++ 1 files changed, 18 insertions(+), 4

[llvm-commits] CVS: llvm/lib/System/Win32/DynamicLibrary.inc

2006-12-19 Thread Anton Korobeynikov
Changes in directory llvm/lib/System/Win32: DynamicLibrary.inc updated: 1.17 - 1.18 --- Log message: Partly fixed JITing on mingw32 platform. The support is not full due to absence of dllimport JIT codegen. --- Diffs of the changes: (+25 -0) DynamicLibrary.inc | 25

[llvm-commits] CVS: llvm/lib/System/Win32/DynamicLibrary.inc MappedFile.inc Memory.inc Path.inc Signals.inc Win32.h

2006-08-25 Thread Reid Spencer
Changes in directory llvm/lib/System/Win32: DynamicLibrary.inc updated: 1.16 - 1.17 MappedFile.inc updated: 1.6 - 1.7 Memory.inc updated: 1.8 - 1.9 Path.inc updated: 1.56 - 1.57 Signals.inc updated: 1.21 - 1.22 Win32.h updated: 1.8 - 1.9 --- Log message: For PR797: http://llvm.org/PR797 : Make

[llvm-commits] CVS: llvm/lib/System/Win32/DynamicLibrary.inc

2006-07-07 Thread Chris Lattner
Changes in directory llvm/lib/System/Win32: DynamicLibrary.inc updated: 1.15 - 1.16 --- Log message: Change LoadLibraryPermanently to not throw an exception. --- Diffs of the changes: (+4 -2) DynamicLibrary.inc |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/System/Win32/DynamicLibrary.inc

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/lib/System/Win32: DynamicLibrary.inc updated: 1.12 - 1.13 --- Log message: Fix indentation. --- Diffs of the changes: (+4 -4) DynamicLibrary.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/lib/System/Win32/DynamicLibrary.inc

[llvm-commits] CVS: llvm/lib/System/Win32/DynamicLibrary.inc

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/lib/System/Win32: DynamicLibrary.inc updated: 1.13 - 1.14 --- Log message: Add AddSymbol() method to DynamicLibrary to work around Windows limitation of being unable to search for symbols in an EXE. It will also allow other existing hacks to be improved. --- Diffs