aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System/Signals.h
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-09-01Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman
2010-05-08Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar
2009-03-04Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-08-25For PR797:Reid Spencer
2006-07-26For PR780:Reid Spencer
2005-08-02Implement SetInterruptFunction for Windows.Jeff Cohen
2005-08-02add a new function protoChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-14Make the remove*OnSignal functions deal with Paths not stringsReid Spencer
2004-08-29Put the lib/System interface functions in llvm::sys namespace.Reid Spencer
2004-08-29Add a function to remove whole directorys on fatal signal.Reid Spencer
2004-05-27Moved header from include/Support/ to include/llvm/SystemChris Lattner
2004-02-19Add a new functionChris Lattner
2003-12-31doxygenifyChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-08-01This file doesn't need this includeChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2002-12-12Fix headerChris Lattner
2002-04-18New api for signal handling for LLVM toolsChris Lattner