- 820739d Add locking around signal handler registration. by Owen Anderson · 16 years ago
- ce8b7d2 fix PR3965:SIGINT handler not restored after calling ParseAST(), by Chris Lattner · 17 years ago
- f2b6065 fix a bug Alexei Svitkine pointed out. by Chris Lattner · 17 years ago
- fb95472 When we restore signal handlers, restore them back to what they by Chris Lattner · 17 years ago
- f299a68 factorize signal registration, part of PR3848. by Chris Lattner · 17 years ago
- bb1ba7b add some explicit llvm:: qualifiers to the unix side, fix problems on the windows side. by Chris Lattner · 17 years ago
- 6acb4d6 When a crash signal is delivered do two things: remove all of our by Chris Lattner · 17 years ago
- bbbbbf3 move some code to gracefully handle the case when a handler crashes. by Chris Lattner · 17 years ago
- 4fdd042 Add a new 'AddSignalHandler' function to Signals.h that allows by Chris Lattner · 17 years ago
- 1f517dd Use const, to support platforms where strrchr returns a const char *. by Dan Gohman · 17 years ago
- 35e2cfc Don't use plain %x to print pointer values. I had changed it from %p by Dan Gohman · 17 years ago
- 7f079aa Demangle and pretty-print symbols in internal backtraces. Patch by by Dan Gohman · 17 years ago
- 4e974ab Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. by Dan Gohman · 17 years ago
- 86cb318 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 18 years ago
- f4bc782 Make several symbols static. by Dan Gohman · 18 years ago
- 026eed6 Avoid calling array_endof in a static initializer, as it incurs by Dan Gohman · 18 years ago
- eab51d3 It is not safe to call fork in PrintStackTrace. Sometimes it freezes the program. by Lauro Ramos Venancio · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- e2f23a3 Add lengthof and endof templates that hide a lot of sizeof computations. by Owen Anderson · 18 years ago
- ceeb918 For PR1291: by Reid Spencer · 19 years ago
- 200c6f9 For PR789: by Reid Spencer · 19 years ago
- 50eac3b For PR797: by Reid Spencer · 19 years ago
- d6f8b1c Remove extraneous #include. by Reid Spencer · 19 years ago
- 448e246 Make the removal of files use Path::eraseFromDisk just like it does for by Reid Spencer · 19 years ago
- 80df7c4 Use getFileStatus instead of Path::isDirectory(). by Chris Lattner · 19 years ago
- 57e8e38 Only print the stack trace if it was requested. Previously, any call into by Reid Spencer · 19 years ago
- 6a5d6ec Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the by Chris Lattner · 20 years ago
- af48d86 Final Changes For PR495: by Reid Spencer · 20 years ago
- c9c0473 For PR495: by Reid Spencer · 20 years ago
- 291f6b7 Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 21 years ago
- 7afc955 Silence gcc-4.0.0 warnings. by Alkis Evlogimenos · 21 years ago
- c892a0d Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago[Renamed from llvm/lib/System/Unix/Signals.cpp]
- d554bbc For PR351: * Ensure #includes are wrapped with appropriate HAVE_ guards by Reid Spencer · 21 years ago
- 5ccfd5a Path::get -> Path::toString by Reid Spencer · 21 years ago
- 26e2bd4 Update for prototype changes by Reid Spencer · 21 years ago
- 0c6a283 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
- 3d7a614 Initial platform independent implementation of operating system concept by Reid Spencer · 21 years ago