diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +13-01-05 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Restore decompilation at this level. + + * src/analysis/block.c: + * src/analysis/block.h: + * src/analysis/block-int.h: + * src/analysis/blocks/flow.c: + * src/analysis/blocks/flow.h: + * src/analysis/blocks/virtual.c: + * src/analysis/blocks/virtual.h: + Implement a visitor design pattern for basic blocks. + + * src/analysis/decomp/decompiler.c: + Disable decompilation for now. + + * src/analysis/disass/macro.c: + Refine the definition of basic blocks for easier abstract use. + + * src/decomp/expr/immediate.c: + Avoid faults by increasing a ref counter. + + * src/gtkext/graph/layout.c: + * src/gtkext/graph/layout.h: + * src/gtkext/graph/node.c: + * src/gtkext/graph/node.h: + Define new clusters using the basic blocks to group nodes. + + * src/gtkext/gtkgraphview.c: + Update code. + 13-01-02 Cyrille Bagard <nocbos@gmail.com> * src/analysis/block.c: |