diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-04-22 21:53:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-04-22 21:53:07 (GMT) |
commit | 9c1367eb2e75dfac59f33e851dee8d39542072ac (patch) | |
tree | dd999e736e12c47d9d0b90808451d14c6279a85d /ChangeLog | |
parent | a2979604ebaa3d564908f13e4f9ab345fca0ff28 (diff) |
Shared target operands in memory when possible.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,36 @@ +17-04-22 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/links.c: + * src/arch/arm/v7/post.c: + Update code. + + * src/arch/immediate.c: + Fix the update of standalone shared instances. + + * src/arch/instruction.c: + Disable the destruction of replaced operands. + + * src/arch/post.c: + Update code. + + * src/arch/sharing/instance.c: + Add some comments. + + * src/arch/sharing/manager.c: + * src/arch/sharing/manager.h: + Fix a mistake and clean code. + + * src/arch/target.c: + * src/arch/target.h: + Share target operands in memory when possible. + + * src/core/processors.c: + Update code. + + * src/format/symbol.c: + * src/format/symbol.h: + Refine comparison prototypes. + 17-04-20 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/arch/instruction.c: |