diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-05-28 14:39:56 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-05-28 14:42:41 (GMT) |
commit | 3154db88ce14aa681cc553a8910edba1e69d8c2b (patch) | |
tree | c54fa0190da66831c19c83ae57dba117e56387e7 /ChangeLog | |
parent | ed70a0bacfdca738ba29d50e9f1b02290f28b9b8 (diff) |
Built the basic blocks list simply at loading.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ 16-05-28 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/Makefile.am: + Add the 'block.[ch]' files to libanalysisdisass_la_SOURCES, and remove + the 'macro.[ch]' ones. + + * src/analysis/disass/block.c: + * src/analysis/disass/block.h: + New entries: build the basic blocks list simply at loading. + + * src/analysis/disass/dragon.c: + * src/analysis/disass/dragon.h: + Translate dragon nodes into basic blocks. + + * src/analysis/disass/rank.c: + * src/analysis/disass/routines.c: + * src/analysis/routine.c: + * src/analysis/routine.h: + Update code. + +16-05-28 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: Remove the Makefile from the 'plugins/python/androperms' directory. |