summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/Signals.inc
Commit message (Expand)AuthorAgeFilesLines
* ... 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