summaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Signals.inc
Commit message (Expand)AuthorAge
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-30
* Revert part of 186302 to fix buildbots.Craig Topper2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* [SystemZ] Support System Z as host architectureUlrich Weigand2013-05-03
* Inline variable into the #ifdef block where it's used.Benjamin Kramer2013-04-28
* Fix typo. Stupid me.Joerg Sonnenberger2013-04-27
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-27
* Rewrite comments.Dan Gohman2013-02-20
* SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.Dan Gohman2013-02-20
* Fix gcc/printf/ISO C++ warningEdwin Vane2013-01-28
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-09
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Support: Don't remove special files on signals.Daniel Dunbar2012-10-17
* Make backtraces work again with both the configure and cmake build.Benjamin Kramer2012-09-28
* Add an --enable-backtraces option to configure to determineEric Christopher2012-09-21
* Whitespace.NAKAMURA Takumi2012-09-06
* Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi2012-09-06
* Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth2012-06-16
* Harden the Unix signals code to be more async signal safe.Chandler Carruth2012-06-16
* Fix null to integer conversion warnings.Jean-Daniel Dupas2012-03-24
* Disable the crash reporter when running lit tests.Argyrios Kyrtzidis2012-01-11
* Include <pthread.h> before we use pthread_self/pthread_killDouglas Gregor2011-04-29
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Merge System into Support.Michael J. Spencer2010-11-29