dwarfdump: Added macro support to llvm-dwarfdump tool.
[oota-llvm.git] / lib / Support / CrashRecoveryContext.cpp
2015-10-18 Craig TopperUse array_lengthof. NFC
2015-08-07 Nico WeberAdd a comment.
2015-08-06 Nico WeberFix nested CrashRecoveryContexts with LLVM_ENABLE_THREA...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2014-06-25 Argyrios KyrtzidisFor CrashRecoveryContext::RunSafelyOnThread, propagate...
2014-06-10 Zachary TurnerTest commit, wraps some lines to fit in 80 columns.
2014-05-06 Richard SmithRe-commit r208025, reverted in r208030, with a fix...
2014-05-06 Richard SmithRevert r208025, which made buildbots unhappy for unknow...
2014-05-06 Richard SmithAdd llvm::function_ref (and a couple of uses of it...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-04 Richard SmithRemove dependence on std::function.
2014-03-04 Richard SmithAdd support for arbitrary functors to CrashRecoveryContext.
2014-02-12 Reid KlecknerRename Windows.h to WindowsSupport.h to avoid ambiguity
2013-09-12 Filip PizloThis switches CrashRecoveryContext to using ManagedStat...
2013-06-19 Argyrios Kyrtzidis[Support/CrashRecoveryContext] Make sure CrashRecoveryC...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-04-21 Nuno Lopesmove Signals to .rodata
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2011-08-20 NAKAMURA Takumilib/Support/CrashRecoveryContext.cpp: Add Win32 support...
2011-03-22 Ted KremenekProperly initialize all fields in CrashReporterCleanupC...
2011-03-22 Ted KremenekTemporarily stop recovering resources in CrashRecoveryC...
2011-03-21 Ted KremenekProvide a means for CrashRecovery clients to determine...
2011-03-19 Ted KremenekTweak CrashRecoveryContextCleanup to provide an easy...
2011-03-19 Ted KremenekTweak CrashRecoveryContext::GetCurrent() to return...
2011-03-18 Ted KremenekAugment CrashRecoveryContext to have registered "cleanu...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-05 Daniel DunbarCrashRecoveryContext: Add RunSafelyOnThread helper...
2010-10-18 Daniel DunbarCrashRecoveryContext: Add missing return, so that the...
2010-08-17 Daniel DunbarCrashRecovery: Clear the current context on the first...
2010-08-17 Daniel DunbarCrashRecovery: Add CrashRecoveryContext::GetCurrent...
2010-08-17 Daniel DunbarCrashRecovery: Make CrashRecoveryContext static methods...
2010-07-30 Daniel DunbarFix -Wmissing-field-initializers warnings.
2010-07-29 Daniel DunbarCrashRecovery: Use ThreadLocal::erase() instead of...
2010-07-29 Daniel DunbarMake sure to include config.h, to pickup LLVM_ON_WIN32.
2010-07-29 Daniel DunbarCrashRecoveryContext: Add a simple POSIX implementation.
2010-07-28 Daniel DunbarSupport: Add CrashRecoveryContext helper object.