CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread instead
[oota-llvm.git] / lib / System / Unix / Signals.inc
2010-08-19 Daniel DunbarCrashRecovery/Darwin: On Darwin, raise sends a signal...
2010-05-27 Dan GohmanFactor out the handler work from SignalHandler into...
2010-05-08 Daniel DunbarAdd llvm::sys::RunInterruptHandlers(), which runs the...
2010-03-17 Jeffrey YasskinFix a false-positive memory leak in code using RemoveFi...
2010-02-14 Chris Lattnerfollow-on to PR6280
2010-02-12 Chris Lattnerimprove support for minix, PR6280, patch by
2009-10-30 Dan GohmanMost stack straces don't need 3 digits worth of levels.
2009-08-17 Owen AndersonAdd locking around signal handler registration.
2009-04-12 Chris Lattnerfix PR3965:SIGINT handler not restored after calling...
2009-03-23 Chris Lattnerfix a bug Alexei Svitkine pointed out.
2009-03-23 Chris LattnerWhen we restore signal handlers, restore them back...
2009-03-23 Chris Lattnerfactorize signal registration, part of PR3848.
2009-03-08 Chris Lattneradd some explicit llvm:: qualifiers to the unix side...
2009-03-07 Chris LattnerWhen a crash signal is delivered do two things: remove...
2009-03-05 Chris Lattnermove some code to gracefully handle the case when a...
2009-03-04 Chris LattnerAdd a new 'AddSignalHandler' function to Signals.h...
2009-02-10 Dan GohmanUse const, to support platforms where strrchr returns...
2008-12-05 Dan GohmanDon't use plain %x to print pointer values. I had chang...
2008-12-05 Dan GohmanDemangle and pretty-print symbols in internal backtrace...
2008-05-14 Dan GohmanMake PreVerifyID, IntSigsEnd, and KillSigsEnd const.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-10 Dan GohmanMake several symbols static.
2008-03-21 Dan GohmanAvoid calling array_endof in a static initializer,...
2008-02-15 Lauro Ramos VenancioIt is not safe to call fork in PrintStackTrace. Sometim...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2006-08-25 Reid SpencerFor PR797:
2006-08-07 Reid SpencerRemove extraneous #include.
2006-08-07 Reid SpencerMake the removal of files use Path::eraseFromDisk just...
2006-08-01 Chris LattnerUse getFileStatus instead of Path::isDirectory().
2006-06-16 Reid SpencerOnly print the stack trace if it was requested. Previou...
2005-08-02 Chris LattnerImplement sys::SetInterruptFunction on Unix, stub it...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-22 Alkis EvlogimenosSilence gcc-4.0.0 warnings.
2004-12-27 Reid SpencerFor PR351:
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-14 Reid SpencerUpdate for prototype changes
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-08-29 Reid SpencerInitial platform independent implementation of operatin...