diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-21 16:48:11 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-21 16:48:11 (GMT) |
commit | acd355c4c5ae25fb9cac64b8dc17407a2bcc979b (patch) | |
tree | d5b43201049116cd9734ff554e61ed8a7e0084cc /ChangeLog | |
parent | 4691a434a34a19317156a761967f719e408b73bb (diff) |
Refined the whole share system for operands.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 47 |
1 files changed, 46 insertions, 1 deletions
@@ -1,5 +1,50 @@ -17-05-16 Cyrille Bagard <nocbos@gmail.com> +17-05-21 Cyrille Bagard <nocbos@gmail.com> + * src/arch/arm/register.c: + * src/arch/arm/v7/core.c: + * src/arch/arm/v7/operands/coproc.c: + * src/arch/arm/v7/operands/coproc.h: + * src/arch/arm/v7/operands/estate.c: + * src/arch/arm/v7/operands/estate.h: + * src/arch/arm/v7/operands/limitation.c: + * src/arch/arm/v7/operands/limitation.h: + * src/arch/arm/v7/operands/maccess.c: + * src/arch/arm/v7/operands/maccess.h: + * src/arch/arm/v7/operands/offset.c: + * src/arch/arm/v7/operands/offset.h: + * src/arch/arm/v7/operands/reglist.c: + * src/arch/arm/v7/operands/reglist.h: + * src/arch/arm/v7/operands/rotation.c: + * src/arch/arm/v7/operands/rotation.h: + * src/arch/arm/v7/operands/shift.c: + * src/arch/arm/v7/operands/shift.h: + * src/arch/arm/v7/register.c: + * src/arch/arm/v7/register.h: + * src/arch/dalvik/operands/args.c: + * src/arch/dalvik/operands/pool.c: + * src/arch/dalvik/operands/register.c: + * src/arch/dalvik/register.c: + * src/arch/dalvik/register.h: + * src/arch/immediate.c: + * src/arch/instruction.c: + * src/arch/operand-int.h: + * src/arch/operand.c: + * src/arch/operand.h: + * src/arch/register-int.h: + * src/arch/register.c: + * src/arch/register.h: + * src/arch/sharing/instance-int.h: + * src/arch/sharing/instance.c: + * src/arch/sharing/instance.h: + * src/arch/sharing/manager.c: + * src/arch/sharing/manager.h: + * src/arch/target.c: + * src/common/sort.c: + * src/common/sort.h: + * src/core/processors.c: + Refine the whole share system for operands. + +17-05-16 Cyrille Bagard <nocbos@gmail.com> * plugins/mobicore/symbols.c: * plugins/pychrysa/format/symbol.c: |