Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
serpilliere committed Jan 17, 2019
1 parent 82030ad commit f7157af
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,26 @@

## [Unreleased]

## 0.1.1 - 2019-01-16
### Added
- Graph: add postdominators computation from [@GAJaloyan](https://github.com/GAJaloyan)
- Multiple X86/MeP/Arm/Amrt/Aarch64 mnemonics ([@guedou](https://github.com/guedou), [@w4kfu](https://github.com/w4kfu), [@nguigo](https://github.com/nguigo))
- Qemu regression tests for X86_64
- Start export of the intermediate language to LLVM
- IR simplifications
- Typos & codespell checker from [@p-l-](https://github.com/p-l-)
- High level flags for MSP430

### Fixed
- Out-of-SSA with new algorithm
- Travis cleanup/rework/improvement from [@stephengroat](https://github.com/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](https://github.com/Mizari)
- Various fixes
- Instruction to_string from [@nofiv](https://github.com/nofiv)

## 0.1.0 - 2018-11-12
### Added
Expand Down

0 comments on commit f7157af

Please sign in to comment.