Skip to content

v0.1.1

Compare
Choose a tag to compare
@serpilliere serpilliere released this 17 Jan 11:56
· 763 commits to master since this release

Added

  • Graph: add postdominators computation from @GAJaloyan
  • Multiple X86/MeP/Arm/Amrt/Aarch64 mnemonics (@guedou, @w4kfu, @nguigo)
  • Qemu regression tests for X86_64
  • Start export of the intermediate language to LLVM
  • IR simplifications
  • Typos & codespell checker from @p-l-
  • High level flags for MSP430

Fixed

  • Out-of-SSA with new algorithm
  • Travis cleanup/rework/improvement from @stephengroat
  • Jitter: pc update
  • Jitter/python: global refactoring
  • Change ExprMem pointer access (.ptr instead of .arg)
  • Rename IR operators idiv/imod to sdiv/smod for homogeneity
  • Clean replace_expr from @Mizari
  • Various fixes
  • Instruction to_string from @nofiv