Use array_lengthof instead of manually calculating it. NFC
[oota-llvm.git] / lib / Support / Unix / Signals.inc
2015-12-01 Craig TopperUse array_lengthof instead of manually calculating...
2015-11-09 Reid KlecknerCombine ifdefs around dl_iterate_phdr in Unix/Signals.inc
2015-11-08 NAKAMURA TakumiAppease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.
2015-11-05 Mehdi AminiFix OSX build after r252118 (missing parameter for...
2015-11-05 Mehdi AminiRemove empty lines
2015-11-05 Reid Kleckner[Windows] Symbolize with llvm-symbolizer instead of...
2015-07-23 Yaron KerenRemove unnecessary in C++11 c_str() calls
2015-07-22 Yaron KerenRename RunCallBacksToRun to llvm::sys::RunSignalHandlers
2015-07-22 Yaron KerenDe-duplicate Unix & Windows CallBacksToRun
2015-07-22 Yaron KerenRemove C++98 workaround in llvm::sys::DontRemoveFileOnS...
2015-05-07 Steven WuUse auto instead of the long type name. NFC.
2015-05-07 Steven WuFix another hang caused by ManagedStatic in SignalHandler
2015-04-27 Chris BienemanFixes a hang that can occur if a signal comes in during...
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-03-05 Zachary TurnerReplace PrintStackTrace(FILE*) with PrintStackTrace...
2015-01-29 Michael J. Spencer[Support][Windows] Unify dialog box suppression and...
2014-11-04 Rafael EspindolaRemove FindProgramByName. NFC.
2014-10-22 Benjamin KramerStrength reduce constant-sized vectors into arrays...
2014-10-13 NAKAMURA TakumiUnix/Signals.inc: Let findModulesAndOffsets() built...
2014-10-11 Chandler CarruthGuard the definition of the stack tracing function...
2014-10-10 Alexey SamsonovFollow-up to r219534 to make symbolization more robust.
2014-10-10 Alexey SamsonovRe-land r219354: Use llvm-symbolizer to symbolize LLVM...
2014-10-08 Alexey SamsonovRevert r219354. It seems to break some buildbots.
2014-10-08 Alexey SamsonovUse llvm-symbolizer to symbolize LLVM/Clang crash dumps.
2014-09-02 Chris BienemanCleaning up remaining static initializers in Signals.inc
2014-08-29 Chris BienemanCleaning up static initializers in Signals.inc
2014-08-23 Dylan NoblesmithSupport: add llvm::unique_lock
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
2014-08-23 Dylan NoblesmithSupport/Unix: use ScopedLock wherever possible
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2013-08-30 Daniel Dunbar[conf] Add config variable to disable crash related...
2013-07-15 Craig TopperRevert part of 186302 to fix buildbots.
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-05-03 Ulrich Weigand[SystemZ] Support System Z as host architecture
2013-04-28 Benjamin KramerInline variable into the #ifdef block where it's used.
2013-04-27 Joerg SonnenbergerFix typo. Stupid me.
2013-04-27 Joerg SonnenbergerOnly use cxxabi.h's demangler, if it is actually available.
2013-02-20 Dan GohmanRewrite comments.
2013-02-20 Dan GohmanSIGQUIT is a "kill" signal, rather than an "int" signal...
2013-01-28 Edwin VaneFix gcc/printf/ISO C++ warning
2013-01-09 Argyrios KyrtzidisMove the internal PrintStackTrace function that is...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-17 Daniel DunbarSupport: Don't remove special files on signals.
2012-09-28 Benjamin KramerMake backtraces work again with both the configure...
2012-09-21 Eric ChristopherAdd an --enable-backtraces option to configure to determine
2012-09-06 NAKAMURA TakumiWhitespace.
2012-09-06 NAKAMURA TakumiUnix/Signals.inc: Fix a typo. Thanks to Dani Berg!
2012-06-16 Chandler CarruthDon't call 'FilesToRemove[0]' when the vector is empty...
2012-06-16 Chandler CarruthHarden the Unix signals code to be more async signal...
2012-03-24 Jean-Daniel DupasFix null to integer conversion warnings.
2012-01-11 Argyrios KyrtzidisDisable the crash reporter when running lit tests.
2011-04-29 Douglas GregorInclude <pthread.h> before we use pthread_self/pthread_kill
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-11-29 Michael J. SpencerMerge System into Support.