summaryrefslogtreecommitdiff
path: root/lib/System/Win32/DynamicLibrary.inc
AgeCommit message (Expand)AuthorFilesLines
2010-11-29Merge System into Support.Michael J. Spencer1-200/+0
2010-01-14Remove spurious semicolon.Anton Korobeynikov1-21/+21
2009-07-08remove two methods that no longer exist.Chris Lattner1-24/+0
2009-07-08more getting windows to build.Chris Lattner1-14/+7
2009-07-08hopefully fix the build on windows.Chris Lattner1-0/+1
2009-06-25Guard dynamic library loading.Owen Anderson1-4/+15
2009-04-28Fix choice of version of Windows callback to use to consider not only the Vis...Stefanus Du Toit1-1/+12
2009-04-21Drop obsolete reference to __eprintf.Anton Korobeynikov1-2/+0
2009-01-29Fix windows build, patch by Marius Wachtler!Chris Lattner1-2/+2
2008-06-06Provide hooks for libgcc symbols' address resolution inside lli on mingw32.Anton Korobeynikov1-0/+30
2008-03-14this was removed from the Unix side.Chris Lattner1-5/+0
2008-02-22Provide __main hooks for cygwin & mingw32Anton Korobeynikov1-17/+27
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-11-21This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III1-1/+7
2007-06-25Provide hook for alloca on VCPP. Patch by Scott GrahamAnton Korobeynikov1-4/+18
2006-12-19Partly fixed JITing on mingw32 platform. The support is not full due toAnton Korobeynikov1-0/+25
2006-08-25For PR797:Reid Spencer1-11/+1
2006-07-07Change LoadLibraryPermanently to not throw an exception.Chris Lattner1-2/+4
2006-06-01Provide configuration support and usage for MINGW32 platformReid Spencer1-3/+9
2006-01-30Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen1-0/+6
2006-01-29Fix indentation.Jeff Cohen1-4/+4
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman1-1/+0
2005-04-11Eliminate tabsJeff Cohen1-4/+4
2005-02-19Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen1-1/+1
2004-12-30Fix MINGW compilation errorsJeff Cohen1-2/+2
2004-12-25mingw doesn't support the official debug API.Jeff Cohen1-9/+28
2004-12-24Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen1-17/+72
2004-12-24Resurrect this file.Reid Spencer1-0/+53
2004-12-24Remove these files as they are not being included any more. DynamicLibraryReid Spencer1-53/+0
2004-12-09Fix residual Visual Studio build problemsJeff Cohen1-11/+7
2004-11-29Implement the default constructor which causes the current program to beReid Spencer1-4/+10
2004-11-20Cast the void* handle data member to HMODULE* to keep the VC++ compilerReid Spencer1-5/+9
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer1-0/+47