summaryrefslogtreecommitdiff
path: root/lib/System/Unix/Signals.inc
Commit message (Expand)AuthorAge
* Add locking around signal handler registration.Owen Anderson2009-08-17
* fix PR3965:SIGINT handler not restored after calling ParseAST(),Chris Lattner2009-04-12
* fix a bug Alexei Svitkine pointed out.Chris Lattner2009-03-23
* When we restore signal handlers, restore them back to what theyChris Lattner2009-03-23
* factorize signal registration, part of PR3848.Chris Lattner2009-03-23
* add some explicit llvm:: qualifiers to the unix side, fix problems on the win...Chris Lattner2009-03-08
* When a crash signal is delivered do two things: remove all of ourChris Lattner2009-03-07
* move some code to gracefully handle the case when a handler crashes.Chris Lattner2009-03-05
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-04
* Use const, to support platforms where strrchr returns a const char *.Dan Gohman2009-02-10
* Don't use plain %x to print pointer values. I had changed it from %pDan Gohman2008-12-05
* Demangle and pretty-print symbols in internal backtraces. Patch byDan Gohman2008-12-05
* Make PreVerifyID, IntSigsEnd, and KillSigsEnd const.Dan Gohman2008-05-14
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Make several symbols static.Dan Gohman2008-04-10
* Avoid calling array_endof in a static initializer, as it incursDan Gohman2008-03-21
* It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog...Lauro Ramos Venancio2008-02-15
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-07
* For PR1291:Reid Spencer2007-04-07
* For PR789:Reid Spencer2007-03-29
* For PR797:Reid Spencer2006-08-25
* Remove extraneous #include.Reid Spencer2006-08-07
* Make the removal of files use Path::eraseFromDisk just like it does forReid Spencer2006-08-07
* Use getFileStatus instead of Path::isDirectory().Chris Lattner2006-08-01
* Only print the stack trace if it was requested. Previously, any call intoReid Spencer2006-06-16
* Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner2005-08-02
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Silence gcc-4.0.0 warnings.Alkis Evlogimenos2005-04-22
* For PR351:Reid Spencer2004-12-27
* Path::get -> Path::toStringReid Spencer2004-12-11
* Update for prototype changesReid Spencer2004-11-14
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-29