Histórico de Commits

Autor SHA1 Mensagem Data
  Jonas Maebe b745dcc64c * moved g_external_wrapper() to the hlcg, and also g_intf_wrapper() because há 11 anos atrás
  Károly Balogh 9b0bf91076 m68k: do not generate CLR instructions to memory references on plain 68k. there this instruction also causes reads from the address, which is slow and can have side effects. há 11 anos atrás
  sergei a28d6a84a7 + m68k, a_load_const_reg: use MOV3Q if applicable for data registers as well, since it allows spilling replacement of destination. há 11 anos atrás
  sergei a42ecadddf + m68k: implemented overflow checking (does not work for multiplication yet). há 11 anos atrás
  sergei dac52f503c * m68k: fixed extension in a_load_ref_reg. Existing code cleans only bits 16-31 when loading a 8-bit register from 16-bit reference, and leaves garbage in bits 8-15. há 11 anos atrás
  sergei b7da785688 * m68k: support stack cleanup at caller side, fixed calculation of pushed parameters size and offsets and cleaned out another pile of junk. há 11 anos atrás
  sergei df60309d96 * m68k: fixed the last remaining warning and removed "$WARNINGS OFF" directive. há 11 anos atrás
  sergei b91d965096 * m68k: initial support for ROL/ROR operations, defining 'cpurox' for CPU target can actually enable them. However it cannot be done outright because these instructions do not exits on Coldfire, and internal processing of RoX,Sar,BsX, etc. can not yet be switched depending on CPU subtype. há 11 anos atrás
  sergei 535218e837 * m68k: fixed OP_NOT/OP_NEG with two registers, it must never modify the source register. há 11 anos atrás
  sergei 4df49964ca * tcg68k.a_op_reg_reg: renamed parameters 'reg1' and 'reg2' to 'src' and 'dst' to make it clear what's what. há 11 anos atrás
  sergei 3851c1f494 - m68k: removed a_loadmm_* methods, no need to override because they produce internal error already in base class. há 11 anos atrás
  sergei acd3ea8750 * m68k: Fixed parameter passing to conform to ABI: há 11 anos atrás
  Károly Balogh 5276de5627 m68k: restored orglen variable to g_concatcopy which was actually used, but still got removed in r28072 há 11 anos atrás
  Károly Balogh 3028f3ac78 m68k: disabled PEA debug comment accidentally left in há 11 anos atrás
  Károly Balogh d93e7b3367 m68k: cleaned ancient silly debug mess from a_loadaddr_ref_reg. no functional changes. há 11 anos atrás
  Károly Balogh 1388cb9bae m68k: implemented a proper a_loadaddr_ref_cgpara instead of the disabled mess in the source, utilizing the PEA instruction há 11 anos atrás
  sergei 4c3eb391ef * m68k: cleaned out unused variables in cgcpu.pas há 11 anos atrás
  sergei ad59098457 + m68k: initial implementation of g_stackpointer_alloc method, it has to exist for targets with non-fixed stack. há 11 anos atrás
  Károly Balogh 531ac093ed m68k: implemented a simple a_cmp_const_ref_label. uses TST instruction to test ref contents against zero há 11 anos atrás
  Károly Balogh 519094055c m68k: cleaned up and fixed cgcpu/fixref for coldfire at least; also enabled n68kmem node, so addressing with scaling is generated now há 11 anos atrás
  Károly Balogh 0045f34322 tabs to spaces and indentation fix, no functional changes há 11 anos atrás
  Károly Balogh 7963351440 m68k: removed comment generation line accidentally left in from the previous commit há 11 anos atrás
  Károly Balogh ed3ce4087a m68k: try to generate a bit smaller code in g_adjust_self; also changed two JMPs to S_NO from S_L, because JMP is unsized anyway há 11 anos atrás
  Károly Balogh 1b11541c90 m68k: simplification and cleanup of g_proc_entry. the generated code shouldn't change há 11 anos atrás
  Károly Balogh 17657ca11d m68k: more minor reference usage tweaking, hopefully fixes Mantis 26286 há 11 anos atrás
  Károly Balogh 381cf72023 m68k: minor bits, addq/subq works also on address regs, remove reference validity check in a_op_const_ref because we have fixref() later anyway há 11 anos atrás
  Károly Balogh 0fe656e82d m68k: simplified code generated by g_concatcopy and cleaned up the old mess from the code há 11 anos atrás
  Károly Balogh f3bbad26c3 m68k: use MOVEA without size to load values to address regs. use a_op_const_reg in a_op_const_ref for smarter const loading when necessary há 11 anos atrás
  Károly Balogh 28323135f8 m68k: minor optimizations to g_proc_exit() - use LEA for stackpointer math which is better than ADDing large constants, also only modify the SP reg once há 11 anos atrás
  Károly Balogh 3b9e2a620b added a remark about a possible QEMU issue with CMP/CMPI .W and .B on ColdFire há 11 anos atrás