index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
System
/
Win32
/
Signals.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-326
/
+0
*
Reindent.
Mikhail Glushenkov
2010-10-28
1
-71
/
+71
*
80-col violation.
Mikhail Glushenkov
2010-10-27
1
-1
/
+2
*
Remove try/catch(...) from Win32/Signals.inc.
Mikhail Glushenkov
2010-10-27
1
-6
/
+1
*
Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection.
NAKAMURA Takumi
2010-10-22
1
-0
/
+2
*
Trailing whitespace.
Mikhail Glushenkov
2010-10-21
1
-5
/
+5
*
lib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_DEBUG also on mingw.
NAKAMURA Takumi
2010-10-06
1
-6
/
+2
*
Add an interface for unregistering a file from the FilesToRemove list.
Dan Gohman
2010-09-01
1
-0
/
+14
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-1
/
+1
*
Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup
Daniel Dunbar
2010-05-08
1
-0
/
+4
*
AddSignalHandler was not releasing the critical section on win32.
Torok Edwin
2010-03-31
1
-0
/
+1
*
... missed hiding a variable for MSVC only.
Daniel Dunbar
2009-09-22
1
-0
/
+2
*
Hide MSVC specific CRT interaction behind _MSC_VER.
Daniel Dunbar
2009-09-22
1
-1
/
+7
*
Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...
Daniel Dunbar
2009-09-22
1
-1
/
+39
*
eraseFromDisk no longer throws.
Chris Lattner
2009-07-09
1
-4
/
+1
*
Silence warnings.
Anton Korobeynikov
2009-04-21
1
-5
/
+5
*
Fix the Win32 VS2008 build:
Sebastian Redl
2009-03-19
1
-10
/
+12
*
add some explicit llvm:: qualifiers to the unix side, fix problems on the win...
Chris Lattner
2009-03-08
1
-2
/
+2
*
Add a new 'AddSignalHandler' function to Signals.h that allows
Chris Lattner
2009-03-04
1
-41
/
+15
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
This change does a couple of things. First it gets the Visual Studio builds ...
Chuck Rose III
2007-11-21
1
-1
/
+8
*
Unbreak VC++ build.
Jeff Cohen
2007-04-07
1
-4
/
+7
*
For PR789:
Reid Spencer
2007-03-29
1
-2
/
+4
*
For PR797:
Reid Spencer
2006-08-25
1
-8
/
+19
*
Use getFileStatus instead of Path::isDirectory().
Chris Lattner
2006-08-01
1
-6
/
+8
*
Provide configuration support and usage for MINGW32 platform
Reid Spencer
2006-06-01
1
-4
/
+10
*
It's dangerous coding on Mondays.
Jeff Cohen
2005-08-02
1
-8
/
+5
*
Implement SetInterruptFunction for Windows.
Jeff Cohen
2005-08-02
1
-1
/
+25
*
Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the
Chris Lattner
2005-08-02
1
-0
/
+4
*
Make Win32 implementation conform to new paradigm
Jeff Cohen
2005-07-08
1
-2
/
+2
*
Fix VC++ breakage
Jeff Cohen
2005-07-08
1
-2
/
+2
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.
Jeff Cohen
2005-02-19
1
-1
/
+1
*
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
Reid Spencer
2005-01-09
1
-0
/
+239