Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [FIX][AArch64] Add support for UDF instruction | Diogo N. Sampaio | 2018-10-30 | 1 | -5/+3 |
| | | | | | | | Fix: Simplify test files from rL345581 failing in windows bots. llvm-svn: 345601 | ||||
* | [FIX][AArch64] Add support for UDF instruction | Diogo N. Sampaio | 2018-10-30 | 1 | -17/+5 |
| | | | | | | | Fix wrong test files submited in rL345581 llvm-svn: 345587 | ||||
* | [AArch64] Add support for UDF instruction | Diogo N. Sampaio | 2018-10-30 | 1 | -0/+30 |
Summary: Add support for AArch64 UDF instruction. UDF - Permanently Undefined generates an Undefined Instruction exception (ESR_ELx.EC = 0b000000). Reviewers: DavidSpickett, javed.absar, t.p.northover Reviewed By: javed.absar Subscribers: nhaehnle, kristof.beyls Differential Revision: https://reviews.llvm.org/D53319 llvm-svn: 345581 |