File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments