Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Support / ErrorHandling.h
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-06-13 Zachary TurnerMake the error-handling functions thread-safe.
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-01-27 Alp TokerRoll back the ConstStringRef change for now
2014-01-27 Alp TokerStringRef: Extend constexpr capabilities and introduce...
2013-03-27 Chad RosierAdd a boolean parameter to the llvm::report_fatal_error...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2011-03-14 John McCallVersion N of the llvm_unreachable patch: VC++ doesn...
2011-03-14 John McCallMake llvm_unreachable evaluate to __builtin_unreachable...
2010-11-13 Daniel Dunbarreport_fatal_error: Simplify a possible ambiguity.
2010-10-23 Chandler CarruthMove the remaining attribute macros to systematic names...
2010-08-18 Dan GohmanIntroduce a ScopedFatalErrorHandler class to make it...
2010-04-07 Chris Lattnerrename llvm_install_error_handler -> install_fatal_erro...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris Lattnerminor tidying up
2009-12-12 Jeffrey YasskinMake it easier to use the llvm_unreachable and DEBUG...
2009-11-14 Benjamin KramerMake NORETURN working with MSVC. MSVC only accepts...
2009-08-20 Dan GohmanAdd some comments clarifying what appear to be the...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-10 Daniel DunbarAdd support for a user supplied pointer argument to...
2009-07-24 Daniel DunbarAllow llvm_report_error to accept a Twine.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Torok EdwinAfter converting assert(0) to LLVM_UNREACHABLE we lost...
2009-07-12 Torok EdwinMention that llvm_report_error() does not return.
2009-07-11 Torok EdwinFix comment.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-08 Chris Lattnerconvert comments to doxygen style
2009-07-08 Alisdair MeredithTrial first commit
2009-07-07 Torok EdwinIntroduce new error handling API.