AddSignalHandler was not releasing the critical section on win32.
[oota-llvm.git] / lib / System / Win32 / Signals.inc
2010-03-31 Torok EdwinAddSignalHandler was not releasing the critical section...
2009-09-22 Daniel Dunbar... missed hiding a variable for MSVC only.
2009-09-22 Daniel DunbarHide MSVC specific CRT interaction behind _MSC_VER.
2009-09-22 Daniel DunbarAdd a magic LLVM_DISABLE_CRT_DEBUG environment variable...
2009-07-09 Chris LattnereraseFromDisk no longer throws.
2009-04-21 Anton KorobeynikovSilence warnings.
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-08 Chris Lattneradd some explicit llvm:: qualifiers to the unix side...
2009-03-04 Chris LattnerAdd a new 'AddSignalHandler' function to Signals.h...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-21 Chuck Rose IIIThis change does a couple of things. First it gets...
2007-04-07 Jeff CohenUnbreak VC++ build.
2007-03-29 Reid SpencerFor PR789:
2006-08-25 Reid SpencerFor PR797:
2006-08-01 Chris LattnerUse getFileStatus instead of Path::isDirectory().
2006-06-01 Reid SpencerProvide configuration support and usage for MINGW32...
2005-08-02 Jeff CohenIt's dangerous coding on Mondays.
2005-08-02 Jeff CohenImplement SetInterruptFunction for Windows.
2005-08-02 Chris LattnerImplement sys::SetInterruptFunction on Unix, stub it...
2005-07-08 Jeff CohenMake Win32 implementation conform to new paradigm
2005-07-08 Jeff CohenFix VC++ breakage
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-02-19 Jeff CohenChange __MINGW to __MINGW32__. Patch submitted by...
2004-11-16 Reid SpencerSimplify code.
2004-11-15 Reid SpencerAdjust implementation to match new interface.
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-14 Reid SpencerUse __MINGW instead of __MING. Patch contributed by...
2004-09-30 Misha BrukmanThat should actually be __MING, not __MINGW.
2004-09-30 Misha BrukmanCheck for __MINGW define instead of __MINGW_H, patch...
2004-09-28 Reid SpencerUse llvm::sys::Path to destroy the file.
2004-09-23 Reid SpencerPatch for MINGW. Patch provided by Henrik Bach.
2004-09-19 Reid SpencerMinor correction to Signals implementation.
2004-09-17 Reid SpencerMake sure critical sections are entered before trying...
2004-09-16 Reid SpencerImplement the signals interface for Win32.
2004-08-29 Reid SpencerInitial platform independent implementation of operatin...