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