Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V850: Improve RH850 support, add RzIL uplifting #4103

Merged
merged 4 commits into from
Feb 2, 2024
Merged

V850: Improve RH850 support, add RzIL uplifting #4103

merged 4 commits into from
Feb 2, 2024

Commits on Feb 2, 2024

  1. V850: Add RzIL support

    v850: fix fallthrough
    
    v850: Add docs
    
    V850: fix v850 prelude
    
    V850: add `loop`
    
    V850: add docs to register profile
    
    V850: fix tests
    
    V850: add `syscall`
    
    V850: add `sx[bh]` `zx[bh]`
    
    V850: add `snooze` `sync?` `switch`
    
    V850: add `sbf` `sch[01][lr]`
    
    V850: fix `rotl`
    
    V850: add `rie` `rotl`
    
    V850: add `pushsp` `popsp`
    
    V850: add `mac` `macu`
    
    V850: add `ldl.w` `stc.w`
    
    V850: add `hsh` `hsw`
    
    V850: add `feret` `eiret`
    
    V850: add `fetrap`
    
    V850: add `cll` `ctret` `cmov`
    
    V850: add caxi
    
    V850: add callt
    
    V850: fix
    
    V850: add bsw
    
    V850: add bsh
    
    V850: fix bins
    
    V850: add bins
    
    V850: fix add and add adf
    
    V850: format
    
    V850: fix stack-buffer-overflow
    
    V850: add emulateme test
    
    V850: fix dispose and prepare
    
    V850: fix
    
    V850: fix
    
    V850: fix
    
    V850: fix all
    
    V850: fix mulh and cmp satadd add shl shr sar
    
    V850: mov
    
    V850: fix sld.*
    
    V850: fix runtime error left shift
    
    V850: fix test
    
    V850: fix jarl and refactor
    
    V850: fix ld st
    
    V850: fix inst.format
    
    V850: fix rzil ld.*
    
    V850: fix rzil dispose and prepare
    
    V850: fix rzil and register profile
    
    V850: fix disas memleak
    imbillow committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    de310af View commit details
    Browse the repository at this point in the history
  2. v850: fix ld

    imbillow committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    090cfc5 View commit details
    Browse the repository at this point in the history
  3. v850: fix jump target

    imbillow committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    17faeee View commit details
    Browse the repository at this point in the history
  4. fix test

    imbillow committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    edaec6e View commit details
    Browse the repository at this point in the history