summaryrefslogtreecommitdiff
path: root/include/llvm/System/Signals.h
Commit message (Expand)AuthorAge
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-04
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* For PR797:Reid Spencer2006-08-25
* For PR780:Reid Spencer2006-07-26
* Implement SetInterruptFunction for Windows.Jeff Cohen2005-08-02
* add a new function protoChris Lattner2005-08-02
* Remove trailing whitespaceMisha Brukman2005-04-21
* Make the remove*OnSignal functions deal with Paths not stringsReid Spencer2004-11-14
* Put the lib/System interface functions in llvm::sys namespace.Reid Spencer2004-08-29
* Add a function to remove whole directorys on fatal signal.Reid Spencer2004-08-29
* Moved header from include/Support/ to include/llvm/SystemChris Lattner2004-05-27
* Add a new functionChris Lattner2004-02-19
* doxygenifyChris Lattner2003-12-31
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* This file doesn't need this includeChris Lattner2003-08-01
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Fix headerChris Lattner2002-12-12
* New api for signal handling for LLVM toolsChris Lattner2002-04-18