2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  Károly Balogh bca09a8f69 reverted parts of r27117 because it caused regressions 11 жил өмнө
  Károly Balogh c7d1cef334 support sign/zero extension to subreg sizes, not just always to 32bit 11 жил өмнө
  Károly Balogh 552ab2938e avoid some unnecessary sign extensions 11 жил өмнө
  Károly Balogh 3a464dbdcf don't swap the base and index registers if we have a scalefactor 11 жил өмнө
  Károly Balogh 7b05113322 addressing improvements: fixref can swap base/index registers if better fits 68k pattern, less need to move around registers. also fix reference in a_op_const_ref. 11 жил өмнө
  Károly Balogh 13210ff7d4 use MVZ/MVS ColdFire instructions to load constants where applicable 11 жил өмнө
  Károly Balogh 1d5f74fae0 m68k implementation of g_save_registers and g_restore_registers using movem.l 11 жил өмнө
  Károly Balogh 8730b1bf45 cleaned up g_proc_exit, optimized generated code and also added some comments about possible ABI variations. the changes also fix two tests on my system related to cdecl procedures 11 жил өмнө
  Károly Balogh bd4cc3b8f3 cleaned up, reindented, simplified and allowed some minor optimizations in tcg64f68k 11 жил өмнө
  Károly Balogh 74533a7c90 avoid generating addressing like <label>+8(aX), since this might fail during linking if label is more than 32k away, fixes linking with lineinfo unit here 11 жил өмнө
  Károly Balogh 667ec17cae tiny optimization for clearing address regs 11 жил өмнө
  Károly Balogh 047395df5f implemented add/sub ops in a_op_reg_ref, since these are used often. also fixed up reference handling in a_op_const_ref a bit 11 жил өмнө
  Károly Balogh cd4bb364e5 reenabled and fixed up tcg68k.op_const_ref a bit 11 жил өмнө
  nickysn 85dd9e5789 + added a size parameter to optimize_op_const and do a sign extension of the 'a' parameter up from the specified size, so that things like (i and $ffffffff) get optimized away the same way as (i and -1) 11 жил өмнө
  Károly Balogh b37ebeaabd disabled a_loadaddr_ref_cgpara() for m68k, this code was copy-pasted from x86 probably and could never work properly as it is 11 жил өмнө
  Károly Balogh 74af6d0dab enabled hardware mul reg, reg codepath for ColdFire too, accelerates tfloattostr test (thus some of the SoftFPU code) by a magnitude... 12 жил өмнө
  Károly Balogh e5eac1bd44 make the array of registers to use depending on wheter we have an FP or not, and which register we have as FP 12 жил өмнө
  svenbarth 6fef9a2c80 Correctly implement g_intf_wrapper. Fixes nearly 200 tests and now the cross compiled compiler is at least able to print the help (compiling a simple program does not work yet though). 12 жил өмнө
  svenbarth a4683461cf Fix around 25 tests (under them all tcalval* tests!) by indeed using the save/restore registers code I adjusted earlier. 12 жил өмнө
  Károly Balogh 1f11c39a5d * huge m68k/cgcpu.pas cleanup and improvement commit 12 жил өмнө
  svenbarth b1d79494dd Fix around 30 tests by using a volatile register for restoring the stack pointer 12 жил өмнө
  svenbarth 20587d8547 And another place where I forgot to (de)allocate address registers... 12 жил өмнө
  svenbarth 29ff548c0b Revert some additions of add_move_instruction as this heavily breaks code when the frame pointer is involved 12 жил өмнө
  svenbarth dd204f395d m68k: add a few more add_move_instruction to tcg68k 12 жил өмнө
  svenbarth 03623c6c1a Forgot to commit that I moved tcgsize2opsize from cgcpu to cpubase. 12 жил өмнө
  svenbarth 0cb2bda0a5 Correctly handle loads of different sizes. Fixes 1 test. Might be more, but some other bugs might hide it. 12 жил өмнө
  Károly Balogh 31e7b790a7 a_load_const_reg: don't sign_extend after MOVEQ, it's not needed. also use CRL.L before loading to reg instead of sign_extend when possible 12 жил өмнө
  svenbarth 2c93687c5a Fix an embarrasing error in m68k which fixes 60 tests. 12 жил өмнө
  svenbarth 6f5a648516 Improve the cpu type handling for M68k just in case we should branch 2.8.0 before I can start working on M68k again. 12 жил өмнө
  svenbarth 12f3a21f09 Fix passing of Doubles on m68k processors that don't have FPU support. 12 жил өмнө