From e092a4ecdf17856569b98bf03c12f3131ad36b54 Mon Sep 17 00:00:00 2001 From: Valentin Obst Date: Thu, 24 Oct 2024 16:50:22 +0200 Subject: [PATCH] CHANGES: PcodeExtractor Refactoring --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 663f283b8..32e94db80 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,16 @@ 0.10-dev === +- Rewrite of the PcodeExtractor Ghidra plugin (PR #472) +- Rewrite of the internal Pcode to IR conversion (PR #472) +- Introduction of a dedicated intraprocedural CFG type (PR #472) +- Introduction of a call graph type (PR #472) +- Reduced memory usage of the dead variable elimination pass (PR #472) +- Addition of benchmarks for additional architectures (PR #472) +- Support for additional architectures due to Ghidra update (PR #472) +- Feature to run acceptance tests inside the Docker container (PR #472) +- Introduce `--cfg-stats` flag (PR #472) + 0.9 (2024-08) ===