Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARC] Prevent InstPrinter from crashing on unknown condition codes. | Tatyana Krasnukha | 2018-09-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | Summary: Instruction printer shouldn't crash with assertions due to incorrect input data. llvm_unreachable is not intended for runtime error handling. Reviewers: petecoup Reviewed By: petecoup Differential Revision: https://reviews.llvm.org/D51728 llvm-svn: 341581 | ||||
* | [ARC] Add ARC backend. | Pete Couperus | 2017-08-24 | 1 | -0/+29 |
Add the ARC backend as an experimental target to lib/Target. Reviewed at: https://reviews.llvm.org/D36331 llvm-svn: 311667 |