aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/DynamicLibrary.inc
AgeCommit message (Expand)Author
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