Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."
[oota-llvm.git] / include / llvm / Support / ErrorHandling.h
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.