diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +10-08-17 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/x86/instruction.c: + * src/arch/x86/instruction.h: + Support several extra x86 instructions. + + * src/arch/x86/Makefile.am: + Add op_cmps.c to libarchx86_la_SOURCES. + + * src/arch/x86/op_cmp.c: + Support several extra x86 instructions. + + * src/arch/x86/op_cmps.c: + New entry: support one cmps instruction. + + * src/arch/x86/opcodes.h: + * src/arch/x86/operand.c: + * src/arch/x86/op_jump.c: + * src/arch/x86/op_sbb.c: + * src/arch/x86/op_set.c: + * src/arch/x86/op_sub.c: + * src/arch/x86/processor.c: + Support several extra x86 instructions. + 10-08-10 Cyrille Bagard <nocbos@gmail.com> * src/format/mangling/itanium_tok.l: |