aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/DynamicLibrary.inc
Commit message (Expand)AuthorAgeFilesLines
* 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