aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/Signals.inc
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-28Reindent.Mikhail Glushenkov
2010-10-2780-col violation.Mikhail Glushenkov
2010-10-27Remove try/catch(...) from Win32/Signals.inc.Mikhail Glushenkov
2010-10-22Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection.NAKAMURA Takumi
2010-10-21Trailing whitespace.Mikhail Glushenkov
2010-10-06lib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_DEBUG also on mingw.NAKAMURA Takumi
2010-09-01Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-05-08Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar
2010-03-31AddSignalHandler was not releasing the critical section on win32.Torok Edwin
2009-09-22... missed hiding a variable for MSVC only.Daniel Dunbar
2009-09-22Hide MSVC specific CRT interaction behind _MSC_VER.Daniel Dunbar
2009-09-22Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...Daniel Dunbar
2009-07-09eraseFromDisk no longer throws.Chris Lattner
2009-04-21Silence warnings.Anton Korobeynikov
2009-03-19Fix the Win32 VS2008 build:Sebastian Redl
2009-03-08add some explicit llvm:: qualifiers to the unix side, fix problems on the win...Chris Lattner
2009-03-04Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner
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-04-07Unbreak VC++ build.Jeff Cohen
2007-03-29For PR789:Reid Spencer
2006-08-25For PR797:Reid Spencer
2006-08-01Use getFileStatus instead of Path::isDirectory().Chris Lattner
2006-06-01Provide configuration support and usage for MINGW32 platformReid Spencer
2005-08-02It's dangerous coding on Mondays.Jeff Cohen
2005-08-02Implement SetInterruptFunction for Windows.Jeff Cohen
2005-08-02Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner
2005-07-08Make Win32 implementation conform to new paradigmJeff Cohen
2005-07-08Fix VC++ breakageJeff Cohen
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-02-19Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen
2004-11-16Simplify code.Reid Spencer
2004-11-15Adjust implementation to match new interface.Reid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-14Use __MINGW instead of __MING. Patch contributed by Henrik Bach.Reid Spencer
2004-09-30That should actually be __MING, not __MINGW.Misha Brukman
2004-09-30Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman
2004-09-28Use llvm::sys::Path to destroy the file.Reid Spencer
2004-09-23Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer
2004-09-19Minor correction to Signals implementation.Reid Spencer
2004-09-17Make sure critical sections are entered before trying to leave them.Reid Spencer
2004-09-16Implement the signals interface for Win32.Reid Spencer
2004-08-29Initial platform independent implementation of operating system conceptReid Spencer