Историја ревизија

Аутор SHA1 Порука Датум
  nickysn c464f7fa56 * fixed the SEG inline asm directive when used with 32-bit registers on the i8086 target пре 7 година
  nickysn 8a0d8f025b * fixed another i8086 inline asm 32-bit constant bug (e.g. in 'or eax, 80000001h') пре 7 година
  nickysn 325e66287c * fix for inline asm of instructions with 32-bit constant operands on i8086 пре 7 година
  nickysn d7e4b50068 + also optimize x86_64 references by switching [rbp+reg64] to [reg64+rbp], пре 7 година
  nickysn 5ae32a0ec5 + always do the x86_64 reference optimizations as if SS=DS, because the CPU пре 7 година
  nickysn 875339993f * strip segment overrides, for segments, which should be equal in the current пре 7 година
  nickysn 80226e3af4 + added an optimization pass, that optimizes x86 references пре 7 година
  nickysn 67a0e9bdae + added x86 helper function get_default_segment_of_ref, which returns the пре 8 година
  nickysn 6f2e64ff90 + added function get_ref_address_size пре 8 година
  nickysn b0653a6313 + added functions is_32_bit_ref and is_64_bit_ref, similar to is_16_bit_ref пре 8 година
  nickysn 2b6e5d817e * changed the parameter of is_16_bit_ref to be a treference, instead of toper пре 8 година
  nickysn baf492c7a5 + another helper function: x86_parameterized_string_op_param_count пре 8 година
  nickysn 0fb79946a5 + added support for the parameterized versions of the x86 string instructions пре 8 година
  nickysn 92a52a9f4d + implemented support for instructions with non-native address size on i8086 пре 8 година
  nickysn 8589b946fc * different versions (behind cpu specific ifdefs) of process_ea_ref renamed пре 8 година
  nickysn 31c9214884 * replaced R_SUBADDR with the appropriate size (R_SUBW, R_SUBD or R_SUBQ) in пре 8 година
  nickysn e701fa8de1 * converted the x86 instruction flags to a set, so they can be extended more пре 8 година
  florian 1ffdf02b94 + Ch_*Op4 пре 8 година
  florian b1dff29cbf * removed unused units пре 8 година
  nickysn 0c244046a9 * proper register change info for the movs,cmps and scas x86 string instructions пре 8 година
  nickysn 1d34e96064 + added x86 instruction flag Ch_RFLAGScc, indicating instructions that read пре 8 година
  nickysn 1146b7c12c + added detailed information for individual flag bits use for most x86 пре 8 година
  nickysn 869f395a31 + added knowledge to the compiler for the x86 instructions, that don't read пре 8 година
  nickysn 9303a8f61a * changed the x86 TInsProp.Ch structure from a 3-element array to a pascal set; пре 8 година
  nickysn 189e49998c * fixes to the x86 instruction flags tracking attributes: пре 8 година
  nickysn 3d28878210 + added taicpu.op_reg_reg_ref() constructor for x86, in order to support the пре 8 година
  Jonas Maebe a25ebbba3e + added volatility information to all memory references пре 8 година
  sergei b5660401fe * Some cleanup for AVX part of internal assembler. Functionality is not changed. пре 8 година
  sergei ebe134febc * Fixed memory reference size for MOVSS instruction, Mantis #29954. пре 8 година
  sergei edf943a4f6 * Changed memory operand size for VMOVSS instruction to 32 bits, Mantis #29957. пре 8 година