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
/
include
/
llvm
/
Support
/
ErrorHandling.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort()
John McCall
2011-03-14
1
-7
/
+10
*
Make llvm_unreachable evaluate to __builtin_unreachable() in -Asserts
John McCall
2011-03-14
1
-1
/
+1
*
report_fatal_error: Simplify a possible ambiguity.
Daniel Dunbar
2010-11-13
1
-0
/
+2
*
Move the remaining attribute macros to systematic names based on the attribute
Chandler Carruth
2010-10-23
1
-5
/
+6
*
Introduce a ScopedFatalErrorHandler class to make it easy to register
Dan Gohman
2010-08-18
1
-0
/
+12
*
rename llvm_install_error_handler -> install_fatal_error_handler
Chris Lattner
2010-04-07
1
-9
/
+9
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-3
/
+3
*
minor tidying up
Chris Lattner
2010-04-07
1
-1
/
+1
*
Make it easier to use the llvm_unreachable and DEBUG macros without "using
Jeffrey Yasskin
2009-12-12
1
-2
/
+3
*
Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of the
Benjamin Kramer
2009-11-14
1
-5
/
+5
*
Add some comments clarifying what appear to be the intent of various
Dan Gohman
2009-08-20
1
-2
/
+12
*
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
-8
/
+14
*
Allow llvm_report_error to accept a Twine.
Daniel Dunbar
2009-07-24
1
-0
/
+4
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-9
/
+10
*
After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
Torok Edwin
2009-07-14
1
-2
/
+6
*
Mention that llvm_report_error() does not return.
Torok Edwin
2009-07-12
1
-0
/
+2
*
Fix comment.
Torok Edwin
2009-07-11
1
-3
/
+4
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-2
/
+2
*
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
1
-1
/
+5
*
Convert more abort() calls to llvm_report_error().
Torok Edwin
2009-07-08
1
-1
/
+1
*
Start converting to new error handling API.
Torok Edwin
2009-07-08
1
-0
/
+2
*
convert comments to doxygen style
Chris Lattner
2009-07-08
1
-19
/
+19
*
Trial first commit
Alisdair Meredith
2009-07-08
1
-0
/
+1
*
Introduce new error handling API.
Torok Edwin
2009-07-07
1
-0
/
+52