diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +13-01-13 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/block.c: + * src/analysis/block.h: + * src/analysis/block-int.h: + Remove all stuff related to registers access. Extend the search of blocks. + + * src/analysis/blocks/flow.c: + * src/analysis/blocks/flow.h: + Remove all stuff related to registers access. Extend the search of blocks. + Implement a design pattern to follow the execution flow. + + * src/analysis/blocks/Makefile.am: + Add the 'raccess.[ch]' files to libanalysisblocks_la_SOURCES. + + * src/analysis/blocks/raccess.c: + * src/analysis/blocks/raccess.h: + New entries: provide an easy access to all registers used in a block. + + * src/analysis/blocks/virtual.c: + Remove all stuff related to registers access. Extend the search of blocks. + + * src/analysis/decomp/il.c: + Define the registers allocation needs for each basic block. Clean + the code a little bit. + 13-01-10 Cyrille Bagard <nocbos@gmail.com> * src/analysis/block.c: |