Fix issue with bitwise and precedence.
[oota-llvm.git] / lib / Support / ErrorHandling.cpp
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.