index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
System
/
Signals.h
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-09-01
Add an interface for unregistering a file from the FilesToRemove list.
Dan Gohman
2010-05-08
Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup
Daniel Dunbar
2009-03-04
Add a new 'AddSignalHandler' function to Signals.h that allows
Chris Lattner
2008-05-06
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2006-08-25
For PR797:
Reid Spencer
2006-07-26
For PR780:
Reid Spencer
2005-08-02
Implement SetInterruptFunction for Windows.
Jeff Cohen
2005-08-02
add a new function proto
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-14
Make the remove*OnSignal functions deal with Paths not strings
Reid Spencer
2004-08-29
Put the lib/System interface functions in llvm::sys namespace.
Reid Spencer
2004-08-29
Add a function to remove whole directorys on fatal signal.
Reid Spencer
2004-05-27
Moved header from include/Support/ to include/llvm/System
Chris Lattner
2004-02-19
Add a new function
Chris Lattner
2003-12-31
doxygenify
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM notice.
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-01
This file doesn't need this include
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2002-12-12
Fix header
Chris Lattner
2002-04-18
New api for signal handling for LLVM tools
Chris Lattner