avr-llvm / llvm

[MERGED UPSTREAM] AVR backend for the LLVM compiler library
220 stars 21 forks source link

Refactor asm parser even more #99

Closed agnat closed 9 years ago

agnat commented 9 years ago

Ding. Round two.

The instruction encoding for ldd r2, Y+2 et al is still wonky. But parsing and matching works...

dylanmckay commented 9 years ago

Looks good!

The instruction encoding for ldd r2, Y+2 et al is still wonky

Yeah I haven't tested it properly because the parsing hadn't been implemented.

Once the travis build passes, I'll merge.