Rename Windows.h to WindowsSupport.h to avoid ambiguity
[oota-llvm.git] / lib / Support / CrashRecoveryContext.cpp
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.