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