diff options
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. |