Files
clang-p2996/llvm/lib/Target/AVR
Sergei Barannikov a479be0f39 [MC] Change tryParseRegister to return ParseStatus (NFC)
This finishes the work of replacing OperandMatchResultTy with
ParseStatus, started in D154101.
As a drive-by change, rename some RegNo variables to just Reg
(a leftover from the days when RegNo had 'unsigned' type).
2023-09-06 10:28:12 +03:00
..
2023-07-26 14:35:42 +08:00

AVR backend

This experimental backend is for the 8-bit Atmel AVR microcontroller.