Commit History

Author SHA1 Message Date
  nickysn af48d176ec + precise flag information for the ucomiss,ucomisd,vucomiss and vucomisd x86 instructions 8 years ago
  nickysn ff1ee6836d + fix RegReadByInstruction for the x86 MOVSD instruction 8 years ago
  nickysn 0c244046a9 * proper register change info for the movs,cmps and scas x86 string instructions 8 years ago
  nickysn 1d34e96064 + added x86 instruction flag Ch_RFLAGScc, indicating instructions that read 8 years ago
  nickysn 1146b7c12c + added detailed information for individual flag bits use for most x86 8 years ago
  nickysn 869f395a31 + added knowledge to the compiler for the x86 instructions, that don't read 8 years ago
  nickysn 12a1ad66b2 + added the Ch_RDirFlag change attribute to the STOSx instructions (previously 8 years ago
  nickysn 9303a8f61a * changed the x86 TInsProp.Ch structure from a 3-element array to a pascal set; 8 years ago
  nickysn 189e49998c * fixes to the x86 instruction flags tracking attributes: 8 years ago
  florian 48fbd569fd * support for the CDQE instruction, by Emelyanov Roman, resolves #30978 8 years ago
  sergei 133fcb5ab2 * Fixed VMOVQ instruction encoding, now assembles correctly also in 32-bit code. 8 years ago
  sergei ebe134febc * Fixed memory reference size for MOVSS instruction, Mantis #29954. 8 years ago
  sergei 870fda34d5 * x86 AT&T reader and writer: cleaned up usage of attsufMM suffix: 8 years ago
  sergei edf943a4f6 * Changed memory operand size for VMOVSS instruction to 32 bits, Mantis #29957. 8 years ago
  florian 56252d59f0 + support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman, resolves #30933 8 years ago
  florian a7516dfb50 * fix modification information of VCOMISS and VCOMISD 9 years ago
  florian 0c13f3ce3e * fix modification information for vand* 9 years ago
  florian 406e3c4ac1 + support xgetbv instruction, resolves issue #29958 9 years ago
  florian 8d5cc3dfa4 * (extended and modified) patch by Emelyanov Roman to add suport of RDRAND, RDSEED and TSX instructions set, resolves issue #29893. 9 years ago
  nickysn cf3230b100 - removed IF_CENTAUR and replaced it with IF_CYRIX. Rationale: only 3 Centaur - 9 years ago
  nickysn 9a2f5e01d7 + added range checking for the immediate operand of NEC V20/V30's instructions CLR1, SET1, NOT1 and TEST1 9 years ago
  nickysn 0be6d062ac + added range checking for the imm4 operand of NEC V20/V30's instructions 9 years ago
  sergei 0f301b4c57 * Fixed spilling info for vcvt* instructions, part of Mantis #29783. 9 years ago
  nickysn 80b3e3020a * the SEGFS and SEGGS prefixes are 386+ 9 years ago
  nickysn 741a3eedf9 * fixed the cpu level of several 186+ instructions, that were mistakenly marked as either 286+ or 8086+ 9 years ago
  nickysn 6037976202 * several imul variants, featuring 32-bit or 64-bit registers marked 386+, instead of 286+ 9 years ago
  nickysn e877bae4fc + add 'jmp rm16' and 'call rm16' before the rm32 versions on i8086, so the 9 years ago
  nickysn 66bad5a1cf * pushf and popf are 8086 level instructions, not 186+ 9 years ago
  florian a3964d9ee0 + support for RDTSCP, resolves issue #28916 9 years ago
  sergei a78250a78b * x87 FBSTP and FBLD instructions cannot have size suffix in ATT syntax. Mantis #29095. 9 years ago