Try to keep the cached inliner costs around for a bit longer for big functions.
[oota-llvm.git] / lib / Support / ErrorHandling.cpp
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.