diff options
| author | Camille Mougey <commial@gmail.com> | 2019-01-17 12:51:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-17 12:51:53 +0100 |
| commit | 0a44cf232f2d13ba2b472086c8f007378d6b9023 (patch) | |
| tree | bd86372f4b80d5d5b56a4d7202132b8c4010ae74 | |
| parent | 82030ade1181fe4eca921ba73381eb036a3fb19a (diff) | |
| parent | f7157afaccd897fb00eeb97817d124790f0ede67 (diff) | |
| download | miasm-0a44cf232f2d13ba2b472086c8f007378d6b9023.tar.gz miasm-0a44cf232f2d13ba2b472086c8f007378d6b9023.zip | |
Merge pull request #948 from serpilliere/release_v0.1.1
Release v0.1.1
| -rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bdfdeadc..a4cdc421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |