index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Win32
/
DynamicLibrary.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove spurious semicolon.
Anton Korobeynikov
2010-01-14
1
-21
/
+21
*
remove two methods that no longer exist.
Chris Lattner
2009-07-08
1
-24
/
+0
*
more getting windows to build.
Chris Lattner
2009-07-08
1
-14
/
+7
*
hopefully fix the build on windows.
Chris Lattner
2009-07-08
1
-0
/
+1
*
Guard dynamic library loading.
Owen Anderson
2009-06-25
1
-4
/
+15
*
Fix choice of version of Windows callback to use to consider not only the Vis...
Stefanus Du Toit
2009-04-28
1
-1
/
+12
*
Drop obsolete reference to __eprintf.
Anton Korobeynikov
2009-04-21
1
-2
/
+0
*
Fix windows build, patch by Marius Wachtler!
Chris Lattner
2009-01-29
1
-2
/
+2
*
Provide hooks for libgcc symbols' address resolution inside lli on mingw32.
Anton Korobeynikov
2008-06-06
1
-0
/
+30
*
this was removed from the Unix side.
Chris Lattner
2008-03-14
1
-5
/
+0
*
Provide __main hooks for cygwin & mingw32
Anton Korobeynikov
2008-02-22
1
-17
/
+27
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
This change does a couple of things. First it gets the Visual Studio builds ...
Chuck Rose III
2007-11-21
1
-1
/
+7
*
Provide hook for alloca on VCPP. Patch by Scott Graham
Anton Korobeynikov
2007-06-25
1
-4
/
+18
*
Partly fixed JITing on mingw32 platform. The support is not full due to
Anton Korobeynikov
2006-12-19
1
-0
/
+25
*
For PR797:
Reid Spencer
2006-08-25
1
-11
/
+1
*
Change LoadLibraryPermanently to not throw an exception.
Chris Lattner
2006-07-07
1
-2
/
+4
*
Provide configuration support and usage for MINGW32 platform
Reid Spencer
2006-06-01
1
-3
/
+9
*
Add AddSymbol() method to DynamicLibrary to work around Windows limitation
Jeff Cohen
2006-01-30
1
-0
/
+6
*
Fix indentation.
Jeff Cohen
2006-01-29
1
-4
/
+4
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
Eliminate tabs
Jeff Cohen
2005-04-11
1
-4
/
+4
*
Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.
Jeff Cohen
2005-02-19
1
-1
/
+1
*
Fix MINGW compilation errors
Jeff Cohen
2004-12-30
1
-2
/
+2
*
mingw doesn't support the official debug API.
Jeff Cohen
2004-12-25
1
-9
/
+28
*
Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,
Jeff Cohen
2004-12-24
1
-17
/
+72
*
Resurrect this file.
Reid Spencer
2004-12-24
1
-0
/
+53
*
Remove these files as they are not being included any more. DynamicLibrary
Reid Spencer
2004-12-24
1
-53
/
+0
*
Fix residual Visual Studio build problems
Jeff Cohen
2004-12-09
1
-11
/
+7
*
Implement the default constructor which causes the current program to be
Reid Spencer
2004-11-29
1
-4
/
+10
*
Cast the void* handle data member to HMODULE* to keep the VC++ compiler
Reid Spencer
2004-11-20
1
-5
/
+9
*
Dynamic Library abstraction. This makes the abstraction of a single dynamic
Reid Spencer
2004-11-18
1
-0
/
+47