aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Signals.inc
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-05-03[SystemZ] Support System Z as host architectureUlrich Weigand
2013-04-28Inline variable into the #ifdef block where it's used.Benjamin Kramer
2013-04-27Fix typo. Stupid me.Joerg Sonnenberger
2013-04-27Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-20Rewrite comments.Dan Gohman
2013-02-20SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.Dan Gohman
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-28Fix gcc/printf/ISO C++ warningEdwin Vane
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-09Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-18Merge commit '3298959540ca744ec16b4c65db244534a929a862'Derek Schuff
2012-10-17Support: Don't remove special files on signals.Daniel Dunbar
2012-10-01Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'Derek Schuff
2012-09-28Make backtraces work again with both the configure and cmake build.Benjamin Kramer
2012-09-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff
2012-09-21Add an --enable-backtraces option to configure to determineEric Christopher
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-06Whitespace.NAKAMURA Takumi
2012-09-06Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-06-16Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth
2012-06-16Harden the Unix signals code to be more async signal safe.Chandler Carruth
2012-03-24Fix null to integer conversion warnings.Jean-Daniel Dupas
2012-01-11Disable the crash reporter when running lit tests.Argyrios Kyrtzidis
2011-04-29Include <pthread.h> before we use pthread_self/pthread_killDouglas Gregor
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-11-29Merge System into Support.Michael J. Spencer