aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/DynamicLibrary.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious semicolon.Anton Korobeynikov2010-01-141-21/+21
* remove two methods that no longer exist.Chris Lattner2009-07-081-24/+0
* more getting windows to build.Chris Lattner2009-07-081-14/+7
* hopefully fix the build on windows.Chris Lattner2009-07-081-0/+1
* Guard dynamic library loading.Owen Anderson2009-06-251-4/+15
* Fix choice of version of Windows callback to use to consider not only the Vis...Stefanus Du Toit2009-04-281-1/+12
* Drop obsolete reference to __eprintf.Anton Korobeynikov2009-04-211-2/+0
* Fix windows build, patch by Marius Wachtler!Chris Lattner2009-01-291-2/+2
* Provide hooks for libgcc symbols' address resolution inside lli on mingw32.Anton Korobeynikov2008-06-061-0/+30
* this was removed from the Unix side.Chris Lattner2008-03-141-5/+0
* Provide __main hooks for cygwin & mingw32Anton Korobeynikov2008-02-221-17/+27
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-211-1/+7
* Provide hook for alloca on VCPP. Patch by Scott GrahamAnton Korobeynikov2007-06-251-4/+18
* Partly fixed JITing on mingw32 platform. The support is not full due toAnton Korobeynikov2006-12-191-0/+25
* For PR797:Reid Spencer2006-08-251-11/+1
* Change LoadLibraryPermanently to not throw an exception.Chris Lattner2006-07-071-2/+4
* Provide configuration support and usage for MINGW32 platformReid Spencer2006-06-011-3/+9
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-301-0/+6
* Fix indentation.Jeff Cohen2006-01-291-4/+4
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Eliminate tabsJeff Cohen2005-04-111-4/+4
* Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen2005-02-191-1/+1
* Fix MINGW compilation errorsJeff Cohen2004-12-301-2/+2
* mingw doesn't support the official debug API.Jeff Cohen2004-12-251-9/+28
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-241-17/+72
* Resurrect this file.Reid Spencer2004-12-241-0/+53
* Remove these files as they are not being included any more. DynamicLibraryReid Spencer2004-12-241-53/+0
* Fix residual Visual Studio build problemsJeff Cohen2004-12-091-11/+7
* Implement the default constructor which causes the current program to beReid Spencer2004-11-291-4/+10
* Cast the void* handle data member to HMODULE* to keep the VC++ compilerReid Spencer2004-11-201-5/+9
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-181-0/+47