Revert r194865 and r194874.
[oota-llvm.git] / lib / Support / ErrorHandling.cpp
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-22 Alp TokerFix the -Werror -Wpedantic clang selfhost build
2013-10-17 Filip PizloExpose install_fatal_error_handler() through the C...
2013-07-16 Reid Kleckner[Support] Fix some warnings when self-hosting clang...
2013-03-27 Chad RosierAdd a boolean parameter to the llvm::report_fatal_error...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-13 Chad RosierRevert 167755/167760. We don't want to emit crash diagn...
2012-11-12 Chad RosierRevert r167620; this can be implemented using an existi...
2011-04-23 Jay FoadLike the coding standards say, do not use "using namesp...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-13 Daniel Dunbarreport_fatal_error: Simplify a possible ambiguity.
2010-09-16 Duncan SandsSome versions of gcc still warn about "ignoring return...
2010-08-18 Dan GohmanTidy.
2010-08-17 Chris Lattnerinclude config.h to get config params, hopefully unbrea...
2010-08-17 Chris Lattnerreport_fatal_error can't use errs(), because errs(...
2010-05-08 Daniel DunbarRun interrupt routines as part of report_fatal_error...
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-03-24 Dan GohmanFix minor style issues.
2010-01-05 David GreeneChange errs() to dbgs().
2009-08-20 Dan GohmanAdd a comment explaining why llvm_unreachable_internal...
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-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-07 Torok EdwinFix braces.
2009-07-07 Torok EdwinIntroduce new error handling API.