提交历史

作者 SHA1 备注 提交日期
  yury c1d124d497 * x86: Fixed peephole optimization introduced in r44233. tb0219 and tb0548 tests have failed with -O2 since then. 5 年之前
  nickysn 75ce122d36 - removed commented out writeln 5 年之前
  nickysn 616cb38292 * fixed the TRelocDataInt to avoid truncating 16-bit addresses to 8-bit on 8-bit CPUs 5 年之前
  nickysn 4aba225c8b + fix for writing absolute relocations in the .rel format 5 年之前
  nickysn bface9fd94 - reverted previous commit, since it was incorrect 5 年之前
  nickysn 0caba1e84d + added internal error in taicpu.gencode.WriteNN to catch unhandled asm instructions 5 年之前
  nickysn 997184778a + call ApplyAsmSymbolRestrictions for symbols that should be exported from ar files 5 年之前
  nickysn 0d402a1341 + support signed 8-bit immediate constants in the Z80 internal asm writer as well 5 年之前
  nickysn 11a7b8592f + support instructions like BIT, SET and RES in the Z80 internal asm writer 5 年之前
  nickysn 6764056eff + support the 'in A,(n)' and 'out (n),A' instrunction in the Z80 internal asm writer 5 年之前
  nickysn c81f433795 + Z80: support conditional JR 5 年之前
  nickysn b164f5aa65 + support relative jumps in the Z80 internal asm writer 5 年之前
  nickysn 0a09359906 + support the RST instruction in the Z80 internal asm writer 5 年之前
  nickysn be26429159 * preserve the actual file size (before aligning it to even bytes), when adding files to .a archives 5 年之前
  nickysn 6422e9a803 + align files in generated .a files not by #0, but by #10 (Line Feed). This is 5 年之前
  nickysn 381be050a5 + support creating ar files in the Z80 internal obj writer 5 年之前
  nickysn 43686720c3 + fix for conditional JP in the Z80 internal asm writer 5 年之前
  nickysn 3e14eddaf6 + support conditional operations in the Z80 internal asm 5 年之前
  nickysn 58d6d64fba + Z80 internal asm: support OT_REF_ADDR16 in taicpu.gencode.WrinteNN 5 年之前
  nickysn 4fed57adc1 + lots of fixes to the Z80 internal asm writer 5 年之前
  yury 7dc6049de9 * Release registers which have been used for a function call before adjusting the stack pointer. On i386 this allows to use eax,ecx,edx in POP instructions for stack adjustment. 5 年之前
  florian a4695a7015 * xtensa-embedded: fix setting of the fpu and abi 5 年之前
  nickysn 3ab5acccb1 * the parameter of WriteWord should be word, not byte :) 5 年之前
  nickysn 5193e8332c + also write the relocations in the .rel internal obj writer 5 年之前
  pierre f2b924573a Do not use inherited first_int_to_real when arm FPU_HAS_FPA is in fpu_capabilities 5 年之前
  pierre df275152c2 Add -Wp option description for riscv32 and xtensa compiler 5 年之前
  pierre 1b5ee0d063 * Put all code adding cs_fp_emulation by default inside one big 5 年之前
  michael a03ea37cfc * CeateArray uses 0-based loop 5 年之前
  nickysn 0d11b5bf29 + added method TRelRelocation.EncodeFlags that encodes the flags to string that can be included in the .rel file 5 年之前
  nickysn 03acadaf1e + initialize size and relflags in TRelRelocation 5 年之前