summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CrashRecoveryContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wmissing-field-initializers warnings.Daniel Dunbar2010-07-301-15/+5
* CrashRecovery: Use ThreadLocal::erase() instead of set(0).Daniel Dunbar2010-07-291-1/+1
* Make sure to include config.h, to pickup LLVM_ON_WIN32.Daniel Dunbar2010-07-291-0/+1
* CrashRecoveryContext: Add a simple POSIX implementation.Daniel Dunbar2010-07-291-1/+102
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-281-0/+88
OpenPOWER on IntegriCloud