Age | Commit message (Expand) | Author |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-10-08 | CrashRecovery: Fix raise() override to actually send the right signal, *cough*. | Daniel Dunbar |
2010-09-22 | CrashRecovery/Darwin: Override raise() as well so that crash recovery doesn't | Daniel Dunbar |
2010-09-01 | Add an interface for unregistering a file from the FilesToRemove list. | Dan Gohman |
2010-08-19 | CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread instead | Daniel Dunbar |
2010-05-27 | Factor out the handler work from SignalHandler into a helper function, | Dan Gohman |
2010-05-08 | Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup | Daniel Dunbar |
2010-03-17 | Fix a false-positive memory leak in code using RemoveFileOnSignal(). Because | Jeffrey Yasskin |
2010-02-14 | follow-on to PR6280 | Chris Lattner |
2010-02-12 | improve support for minix, PR6280, patch by | Chris Lattner |
2009-10-30 | Most stack straces don't need 3 digits worth of levels. | Dan Gohman |
2009-08-17 | Add locking around signal handler registration. | Owen Anderson |
2009-04-12 | fix PR3965:SIGINT handler not restored after calling ParseAST(), | Chris Lattner |
2009-03-23 | fix a bug Alexei Svitkine pointed out. | Chris Lattner |
2009-03-23 | When we restore signal handlers, restore them back to what they | Chris Lattner |
2009-03-23 | factorize signal registration, part of PR3848. | Chris Lattner |
2009-03-08 | add some explicit llvm:: qualifiers to the unix side, fix problems on the win... | Chris Lattner |
2009-03-07 | When a crash signal is delivered do two things: remove all of our | Chris Lattner |
2009-03-05 | move some code to gracefully handle the case when a handler crashes. | Chris Lattner |
2009-03-04 | Add a new 'AddSignalHandler' function to Signals.h that allows | Chris Lattner |
2009-02-10 | Use const, to support platforms where strrchr returns a const char *. | Dan Gohman |
2008-12-05 | Don't use plain %x to print pointer values. I had changed it from %p | Dan Gohman |
2008-12-05 | Demangle and pretty-print symbols in internal backtraces. Patch by | Dan Gohman |
2008-05-14 | Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. | Dan Gohman |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
2008-04-10 | Make several symbols static. | Dan Gohman |
2008-03-21 | Avoid calling array_endof in a static initializer, as it incurs | Dan Gohman |
2008-02-15 | It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog... | Lauro Ramos Venancio |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
2007-04-07 | For PR1291: | Reid Spencer |
2007-03-29 | For PR789: | Reid Spencer |
2006-08-25 | For PR797: | Reid Spencer |
2006-08-07 | Remove extraneous #include. | Reid Spencer |
2006-08-07 | Make the removal of files use Path::eraseFromDisk just like it does for | Reid Spencer |
2006-08-01 | Use getFileStatus instead of Path::isDirectory(). | Chris Lattner |
2006-06-16 | Only print the stack trace if it was requested. Previously, any call into | Reid Spencer |
2005-08-02 | Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the | Chris Lattner |
2005-07-08 | Final Changes For PR495: | Reid Spencer |
2005-07-07 | For PR495: | Reid Spencer |
2005-05-05 | Remove vim settings from source code; people should use llvm/utils/vim/vimrc | Misha Brukman |
2005-04-22 | Silence gcc-4.0.0 warnings. | Alkis Evlogimenos |
2004-12-27 | For PR351: | Reid Spencer |
2004-12-11 | Path::get -> Path::toString | Reid Spencer |
2004-11-14 | Update for prototype changes | Reid Spencer |
2004-11-05 | Stop propagating method names that violate the coding standard | Reid Spencer |
2004-08-29 | Initial platform independent implementation of operating system concept | Reid Spencer |