summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/Signals.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify code.Reid Spencer2004-11-161-2/+1
* Adjust implementation to match new interface.Reid Spencer2004-11-151-2/+2
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-3/+3
* Use __MINGW instead of __MING. Patch contributed by Henrik Bach.Reid Spencer2004-10-141-1/+1
* That should actually be __MING, not __MINGW.Misha Brukman2004-09-301-1/+1
* Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman2004-09-301-1/+1
* Use llvm::sys::Path to destroy the file.Reid Spencer2004-09-281-4/+5
* Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer2004-09-231-2/+6
* Minor correction to Signals implementation.Reid Spencer2004-09-191-14/+24
* Make sure critical sections are entered before trying to leave them.Reid Spencer2004-09-171-1/+12
* Implement the signals interface for Win32.Reid Spencer2004-09-161-6/+183
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-291-0/+37
OpenPOWER on IntegriCloud