index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Win32
/
DynamicLibrary.inc
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-01-14
Remove spurious semicolon.
Anton Korobeynikov
2009-07-08
remove two methods that no longer exist.
Chris Lattner
2009-07-08
more getting windows to build.
Chris Lattner
2009-07-08
hopefully fix the build on windows.
Chris Lattner
2009-06-25
Guard dynamic library loading.
Owen Anderson
2009-04-28
Fix choice of version of Windows callback to use to consider not only the Vis...
Stefanus Du Toit
2009-04-21
Drop obsolete reference to __eprintf.
Anton Korobeynikov
2009-01-29
Fix windows build, patch by Marius Wachtler!
Chris Lattner
2008-06-06
Provide hooks for libgcc symbols' address resolution inside lli on mingw32.
Anton Korobeynikov
2008-03-14
this was removed from the Unix side.
Chris Lattner
2008-02-22
Provide __main hooks for cygwin & mingw32
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-21
This change does a couple of things. First it gets the Visual Studio builds ...
Chuck Rose III
2007-06-25
Provide hook for alloca on VCPP. Patch by Scott Graham
Anton Korobeynikov
2006-12-19
Partly fixed JITing on mingw32 platform. The support is not full due to
Anton Korobeynikov
2006-08-25
For PR797:
Reid Spencer
2006-07-07
Change LoadLibraryPermanently to not throw an exception.
Chris Lattner
2006-06-01
Provide configuration support and usage for MINGW32 platform
Reid Spencer
2006-01-30
Add AddSymbol() method to DynamicLibrary to work around Windows limitation
Jeff Cohen
2006-01-29
Fix indentation.
Jeff Cohen
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-11
Eliminate tabs
Jeff Cohen
2005-02-19
Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.
Jeff Cohen
2004-12-30
Fix MINGW compilation errors
Jeff Cohen
2004-12-25
mingw doesn't support the official debug API.
Jeff Cohen
2004-12-24
Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,
Jeff Cohen
2004-12-24
Resurrect this file.
Reid Spencer
2004-12-24
Remove these files as they are not being included any more. DynamicLibrary
Reid Spencer
2004-12-09
Fix residual Visual Studio build problems
Jeff Cohen
2004-11-29
Implement the default constructor which causes the current program to be
Reid Spencer
2004-11-20
Cast the void* handle data member to HMODULE* to keep the VC++ compiler
Reid Spencer
2004-11-18
Dynamic Library abstraction. This makes the abstraction of a single dynamic
Reid Spencer