Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |