Unbreak mingw32 build
[oota-llvm.git] / lib / System / Win32 / DynamicLibrary.inc
2006-12-19 Anton KorobeynikovPartly fixed JITing on mingw32 platform. The support...
2006-08-25 Reid SpencerFor PR797:
2006-07-07 Chris LattnerChange LoadLibraryPermanently to not throw an exception.
2006-06-01 Reid SpencerProvide configuration support and usage for MINGW32...
2006-01-30 Jeff CohenAdd AddSymbol() method to DynamicLibrary to work around...
2006-01-29 Jeff CohenFix indentation.
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-11 Jeff CohenEliminate tabs
2005-02-19 Jeff CohenChange __MINGW to __MINGW32__. Patch submitted by...
2004-12-30 Jeff CohenFix MINGW compilation errors
2004-12-25 Jeff Cohenmingw doesn't support the official debug API.
2004-12-24 Jeff CohenEliminate use of ltdl.c when doing a VC++ build. Becau...
2004-12-24 Reid SpencerResurrect this file.
2004-12-24 Reid SpencerRemove these files as they are not being included any...
2004-12-09 Jeff CohenFix residual Visual Studio build problems
2004-11-29 Reid SpencerImplement the default constructor which causes the...
2004-11-20 Reid SpencerCast the void* handle data member to HMODULE* to keep...
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...