summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Disassembler/ARC/br.txt
Commit message (Collapse)AuthorAgeFilesLines
* [ARC] Prevent InstPrinter from crashing on unknown condition codes.Tatyana Krasnukha2018-09-061-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 Couperus2017-08-241-0/+29
Add the ARC backend as an experimental target to lib/Target. Reviewed at: https://reviews.llvm.org/D36331 llvm-svn: 311667
OpenPOWER on IntegriCloud