index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
ErrorHandling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Like the coding standards say, do not use "using namespace std".
Jay Foad
2011-04-23
1
-1
/
+0
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
report_fatal_error: Simplify a possible ambiguity.
Daniel Dunbar
2010-11-13
1
-0
/
+4
*
Some versions of gcc still warn about "ignoring return value ... declared
Duncan Sands
2010-09-16
1
-1
/
+2
*
Tidy.
Dan Gohman
2010-08-18
1
-5
/
+4
*
include config.h to get config params, hopefully unbreaking mingw builder.
Chris Lattner
2010-08-17
1
-0
/
+1
*
report_fatal_error can't use errs(), because errs() can call
Chris Lattner
2010-08-17
1
-8
/
+26
*
Run interrupt routines as part of report_fatal_error, since we are failing
Daniel Dunbar
2010-05-08
1
-0
/
+7
*
rename llvm_install_error_handler -> install_fatal_error_handler
Chris Lattner
2010-04-07
1
-16
/
+13
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-5
/
+5
*
Fix minor style issues.
Dan Gohman
2010-03-24
1
-3
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-4
/
+5
*
Add a comment explaining why llvm_unreachable_internal doesn't call
Dan Gohman
2009-08-20
1
-0
/
+3
*
This void is implicit in C++.
Dan Gohman
2009-08-12
1
-1
/
+1
*
Add support for a user supplied pointer argument to llvm_install_error_handler.
Daniel Dunbar
2009-08-10
1
-2
/
+6
*
Allow llvm_report_error to accept a Twine.
Daniel Dunbar
2009-07-24
1
-3
/
+12
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-1
/
+1
*
After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
Torok Edwin
2009-07-14
1
-1
/
+5
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-1
/
+3
*
Fix braces.
Torok Edwin
2009-07-07
1
-4
/
+2
*
Introduce new error handling API.
Torok Edwin
2009-07-07
1
-0
/
+53