diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-01-13 20:23:05 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-01-13 20:23:05 (GMT) |
commit | 35a6cd881528b5f77ce09476eccb39d02d9cc634 (patch) | |
tree | 13e0f080a277eb0647b6917f18fbe2cb84a67369 /ChangeLog | |
parent | 221bcaeeb06415d501f9abbb9bc4b7d8339af1fe (diff) |
Defined the registers allocation needs for each basic block.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@323 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: |