ucb-bar / esp-llvm

UCB-BAR fork of LLVM! NOT UPSTREAM RISCV LLVM
Other
123 stars 55 forks source link

Fixing JALR for RV32I and RV64I #8

Closed jleidel closed 9 years ago

jleidel commented 9 years ago

Fixing JALR for RV32I and RV64I, Now correctly parses 'jalr Rd, Rs1, IMM'

colinschmidt commented 9 years ago

I merged this just now but in the future if you could put separate features on their own branches it will make it easier for me to do a clean merge. The pull requests will also look smaller.

Thanks for the help!