summaryrefslogtreecommitdiff
path: root/lib/System/Win32/Signals.inc
Commit message (Expand)AuthorAge
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-21
* Unbreak VC++ build.Jeff Cohen2007-04-07
* For PR789:Reid Spencer2007-03-29
* For PR797:Reid Spencer2006-08-25
* Use getFileStatus instead of Path::isDirectory().Chris Lattner2006-08-01
* Provide configuration support and usage for MINGW32 platformReid Spencer2006-06-01
* It's dangerous coding on Mondays.Jeff Cohen2005-08-02
* Implement SetInterruptFunction for Windows.Jeff Cohen2005-08-02
* Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner2005-08-02
* Make Win32 implementation conform to new paradigmJeff Cohen2005-07-08
* Fix VC++ breakageJeff Cohen2005-07-08
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen2005-02-19
* Simplify code.Reid Spencer2004-11-16
* Adjust implementation to match new interface.Reid Spencer2004-11-15
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* Use __MINGW instead of __MING. Patch contributed by Henrik Bach.Reid Spencer2004-10-14
* That should actually be __MING, not __MINGW.Misha Brukman2004-09-30
* Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman2004-09-30
* Use llvm::sys::Path to destroy the file.Reid Spencer2004-09-28
* Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer2004-09-23
* Minor correction to Signals implementation.Reid Spencer2004-09-19
* Make sure critical sections are entered before trying to leave them.Reid Spencer2004-09-17
* Implement the signals interface for Win32.Reid Spencer2004-09-16
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-29