Skip to content

Commit f7157af

Browse files
committed
Release v0.1.1
1 parent 82030ad commit f7157af

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 0.1.1 - 2019-01-16
6+
### Added
7+
- Graph: add postdominators computation from [@GAJaloyan](https://github.com/GAJaloyan)
8+
- Multiple X86/MeP/Arm/Amrt/Aarch64 mnemonics ([@guedou](https://github.com/guedou), [@w4kfu](https://github.com/w4kfu), [@nguigo](https://github.com/nguigo))
9+
- Qemu regression tests for X86_64
10+
- Start export of the intermediate language to LLVM
11+
- IR simplifications
12+
- Typos & codespell checker from [@p-l-](https://github.com/p-l-)
13+
- High level flags for MSP430
14+
15+
### Fixed
16+
- Out-of-SSA with new algorithm
17+
- Travis cleanup/rework/improvement from [@stephengroat](https://github.com/stephengroat)
18+
- Jitter: pc update
19+
- Jitter/python: global refactoring
20+
- Change ExprMem pointer access (.ptr instead of .arg)
21+
- Rename IR operators idiv/imod to sdiv/smod for homogeneity
22+
- Clean replace_expr from [@Mizari](https://github.com/Mizari)
23+
- Various fixes
24+
- Instruction to_string from [@nofiv](https://github.com/nofiv)
525

626
## 0.1.0 - 2018-11-12
727
### Added

0 commit comments

Comments
 (0)