História revízii

Autor SHA1 Správa Dátum
  nickysn 4027ad18e0 + added strict validation for the param types in z80ins.dat 5 rokov pred
  nickysn 20eab5582f + generate the Z80 instruction enum and string table from z80ins.dat via a newly created tool 5 rokov pred
  nickysn 6a2dbad8ca * synchronize with trunk 5 rokov pred
  nickysn 565cc0e96b + created a parseable Z80 instruction description file, very loosely based on x86ins.dat. Parser not 5 rokov pred
  nickysn 9309e2c42e * replace 'add/adc/sub/sbc/and/or/xor/cp orgreg' with 'add/adc/sub/sbc/and/or/xor/cp spilltemp' in 5 rokov pred
  nickysn e43834c5d0 * replace 'inc/dec orgreg' with 'inc/dec spilltemp' in trgcpu.do_spill_replace 5 rokov pred
  florian 96a368fdf9 * building on non-x86/non-xtensa fixed 5 rokov pred
  florian a6cfaa996a * few cleanups towards building the z80-embedded system unit 5 rokov pred
  florian d723b69325 * regenerated 5 rokov pred
  florian 7ec42f5dc2 * merge artefacts removed 5 rokov pred
  florian 89741ddeb5 * lazarus version updated 5 rokov pred
  florian 0fc1ba26f8 * compilation fixed 5 rokov pred
  florian 3705f95b92 * compilation fixed 5 rokov pred
  florian 6c6a16a154 + xtensa-linux 5 rokov pred
  florian af8202be3d * compilation for non-Xtensa targets fixed 5 rokov pred
  florian fc98a0db4f * cosmetics 5 rokov pred
  florian c1c201f93c * Xtensa: fix passing of floating point parameters 5 rokov pred
  florian 66cbee5e31 * factor out first_addfloat_soft 5 rokov pred
  florian fa4cbc89a5 + Xtensa: hard float support, i.e. make use of floating point extension if available 5 rokov pred
  florian ba3de67f3b + Xtensa: the boolean extension is used as flags 5 rokov pred
  nickysn 9d545342f8 * replace 'add/adc/sub/sbc/and/or/xor/cp A,orgreg' with 'add/adc/sub/sbc/and/or/xor/cp A,spilltemp' in trgcpu.do_spill_replace 5 rokov pred
  nickysn a58bab4318 + replace 'ld orgreg,const' with 'ld spilltemp,const' in trgcpu.do_spill_replace 5 rokov pred
  nickysn fe3f4a7447 * fixes in trgcpu.do_spill_replace 5 rokov pred
  nickysn 8ceee70912 * range check for spilltemp.offset in [-128..127], not [0..63] in trgcpu.do_spill_replace for Z80 5 rokov pred
  nickysn 8291d24b7f * fix comment 5 rokov pred
  nickysn bf8d560cc6 * treat all Z80 registers as 8-bit 5 rokov pred
  ondrej 7cecc87441 odbc: use ftBlob only for VARBINARY(MAX) fields 5 rokov pred
  ondrej 0c8cf3e323 odbc: use ftBlob also for SQL_VARBINARY fields because they can have size bigger than max allowed size for ftVarBytes (High(Word)) 5 rokov pred
  marco e53b67517a * improve porunidle casing, suggestion by Bart. 5 rokov pred
  nickysn 5ddd0dd9b8 + implemented a_load_const_ref for more efficient Z80 code generation for const assignment to local variables 5 rokov pred