index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
ErrorHandling.h
Age
Commit message (
Expand
)
Author
2009-08-20
Add some comments clarifying what appear to be the intent of various
Dan Gohman
2009-08-12
This void is implicit in C++.
Dan Gohman
2009-08-10
Add support for a user supplied pointer argument to llvm_install_error_handler.
Daniel Dunbar
2009-07-24
Allow llvm_report_error to accept a Twine.
Daniel Dunbar
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
Torok Edwin
2009-07-12
Mention that llvm_report_error() does not return.
Torok Edwin
2009-07-11
Fix comment.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Convert more abort() calls to llvm_report_error().
Torok Edwin
2009-07-08
Start converting to new error handling API.
Torok Edwin
2009-07-08
convert comments to doxygen style
Chris Lattner
2009-07-08
Trial first commit
Alisdair Meredith
2009-07-07
Introduce new error handling API.
Torok Edwin