summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/Signals.inc
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-326/+0
* Reindent.Mikhail Glushenkov2010-10-281-71/+71
* 80-col violation.Mikhail Glushenkov2010-10-271-1/+2
* Remove try/catch(...) from Win32/Signals.inc.Mikhail Glushenkov2010-10-271-6/+1
* Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection.NAKAMURA Takumi2010-10-221-0/+2
* Trailing whitespace.Mikhail Glushenkov2010-10-211-5/+5
* lib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_DEBUG also on mingw.NAKAMURA Takumi2010-10-061-6/+2
* Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman2010-09-011-0/+14
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar2010-05-081-0/+4
* AddSignalHandler was not releasing the critical section on win32.Torok Edwin2010-03-311-0/+1
* ... missed hiding a variable for MSVC only.Daniel Dunbar2009-09-221-0/+2
* Hide MSVC specific CRT interaction behind _MSC_VER.Daniel Dunbar2009-09-221-1/+7
* Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...Daniel Dunbar2009-09-221-1/+39
* eraseFromDisk no longer throws.Chris Lattner2009-07-091-4/+1
* Silence warnings.Anton Korobeynikov2009-04-211-5/+5
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-191-10/+12
* add some explicit llvm:: qualifiers to the unix side, fix problems on the win...Chris Lattner2009-03-081-2/+2
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-041-41/+15
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-211-1/+8
* Unbreak VC++ build.Jeff Cohen2007-04-071-4/+7
* For PR789:Reid Spencer2007-03-291-2/+4
* For PR797:Reid Spencer2006-08-251-8/+19
* Use getFileStatus instead of Path::isDirectory().Chris Lattner2006-08-011-6/+8
* Provide configuration support and usage for MINGW32 platformReid Spencer2006-06-011-4/+10
* It's dangerous coding on Mondays.Jeff Cohen2005-08-021-8/+5
* Implement SetInterruptFunction for Windows.Jeff Cohen2005-08-021-1/+25
* Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner2005-08-021-0/+4
* Make Win32 implementation conform to new paradigmJeff Cohen2005-07-081-2/+2
* Fix VC++ breakageJeff Cohen2005-07-081-2/+2
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen2005-02-191-1/+1
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-0/+239
OpenPOWER on IntegriCloud