Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.
[oota-llvm.git] / include / llvm / Support / CrashRecoveryContext.h
2011-05-04 Ted KremenekAdd explicit 'unregister' method to CrashRecoveryConext...
2011-03-22 Ted KremenekProperly initialize all fields in CrashReporterCleanupC...
2011-03-22 Ted KremenekRework CrashRecoveryContextCleanup to provide a simpler...
2011-03-21 Ted KremenekProvide a means for CrashRecovery clients to determine...
2011-03-19 Ted KremenekTweak CrashRecoveryContextCleanup to provide an easy...
2011-03-18 Ted KremenekTweak CrashRecoveryContextCleanup::createCleanup()...
2011-03-18 Ted KremenekAdd new CrashRecoveryContextCleanup subclass: CrashReco...
2011-03-18 Ted KremenekAugment CrashRecoveryContext to have registered "cleanu...
2010-11-05 Daniel DunbarCrashRecoveryContext: Add RunSafelyOnThread helper...
2010-08-17 Daniel DunbarCrashRecovery: Add CrashRecoveryContext::GetCurrent...
2010-08-17 Daniel DunbarCrashRecovery: Make CrashRecoveryContext static methods...
2010-07-28 Daniel DunbarSupport: Add CrashRecoveryContext helper object.