summaryrefslogtreecommitdiff
path: root/src/arch/x86/instruction.c
AgeCommit message (Expand)Author
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard
2009-07-18Computed the end of routines with no limit.Cyrille Bagard
2009-07-14Restored the code loading the ELF relocations.Cyrille Bagard
2009-06-30Fixed a copy/paste mistake about the type of a 'jle' link.Cyrille Bagard
2009-06-30Added a few extra opcodes: imul, jle, movsx and movzx.Cyrille Bagard
2009-06-16Made links between lines of code (x86 only).Cyrille Bagard
2009-06-08Supported more x86 opcodes.Cyrille Bagard
2009-05-31Supported a new architecture (MIPS).Cyrille Bagard