Commit Verlauf

Autor SHA1 Nachricht Datum
  nickysn ccd23d288d * handle same size, but different sign conversions properly in tcgz80.a_load_reg_ref,.a_load_ref_reg,.a_load_reg_reg vor 5 Jahren
  nickysn 4d875acdf1 + support OS_32 and OS_S32 in tcgz80.a_load_ref_cgpara vor 5 Jahren
  florian 483837ae5c + Xtensa: make use of ADDX* vor 5 Jahren
  florian 74abe87315 * Xtensa: do SAR by a constant using SRAI vor 5 Jahren
  svenbarth 5ef9a78f5f * fix for Mantis #36951: B and BL can take immediate literals as well vor 5 Jahren
  svenbarth 03eb114e97 * fix for Mantis #36951: if the instruction only has one operand and it's a reference then don't internal error, but instead return OS_NO vor 5 Jahren
  nickysn 0b3b8401df + implemented tcgz80.a_jmp_cond vor 5 Jahren
  yury 7b425ed4a6 * Moved the common interface part of the win32 and win64 System units to the syswinh.inc include file. vor 5 Jahren
  yury 0f4ddf7b34 * Do not report about unimplemented unicodestring manager when HAS_WIDESTRINGMANAGER is defined (on Windows). In such case unimplemented parts are never executed unless you call them directly. vor 5 Jahren
  nickysn 39574ac70e + implemented tz80notnode.second_boolean vor 5 Jahren
  nickysn a3ae55081a + also handle LOC_FLAGS in tz80notnode.second_boolean vor 5 Jahren
  nickysn bdd7cfb644 + handle LOC_JUMP in tz80notnode.second_boolean vor 5 Jahren
  nickysn 63e6c8fcf1 + override the NOT node for the Z80 (not yet implemented) vor 5 Jahren
  nickysn c0ea4d826c + also support the 8-bit mul helpers in the generic code of nadd vor 5 Jahren
  nickysn 242b67c50a + always use a mul helper on the Z80 vor 5 Jahren
  nickysn b741ed63b0 - commented out internal error in trgcpu.do_spill_read and trgcpu.do_spill_written vor 5 Jahren
  nickysn 9ad3de966f + handle IX and IY-based references in tcgz80.normalize_ref vor 5 Jahren
  nickysn fe8b50fed3 * fix for Z80 pointer comparisons vor 5 Jahren
  nickysn 22d60361a8 * fixed broken code generation for unequaln in TZ80AddNode.second_cmp16_32_64bit vor 5 Jahren
  nickysn 8a3847e1b2 * use cg.a_jmp_flags in TZ80AddNode.second_cmp vor 5 Jahren
  nickysn fec0f346f1 + partially implemented tcgz80.a_cmp_const_reg_label: all 8-bit comparison ops are implemented, and vor 5 Jahren
  nickysn 41b5829983 - removed commented out code, because it looks like a misleading comment vor 5 Jahren
  nickysn 86643f8a34 * synchronized with trunk vor 5 Jahren
  nickysn 9fc1d39beb + implemented code generation for signed 16/32/64-bit comparisons (<,<=,>,>=) vor 5 Jahren
  nickysn ce8ed9efa8 + added another helper tcgz80.a_jmp_signed_cmp_3way vor 5 Jahren
  nickysn ded10c55b3 - removed an extra unused jump vor 5 Jahren
  nickysn 027217d1fe * fixed an OP_SUB bug in tcgz80.a_op_const_reg_internal vor 5 Jahren
  nickysn c1fa5600f1 + implemented code generation for unsigned 16,32 and 64-bit comparisons (<,<=,>,>=) vor 5 Jahren
  nickysn a714a2fb76 + added a jmp helper that handles all possible combinations of jump on below, equal and above (unsigned comparison) vor 5 Jahren
  nickysn 08f02cfd87 + implemented code generation for 16-bit, 32-bit and 64-bit equal and unequal comparisons. </<=/>/>= vor 5 Jahren