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