Historie revizí

Autor SHA1 Zpráva Datum
  Jonas Maebe 2d01fe76f6 * initialse the cgpara for the C-style varargs on ARM (needed for LLVM) před 6 roky
  Jonas Maebe 96b27765f0 * replaced fstm/fldm with vstm/vldm for clang compatibility před 6 roky
  Jonas Maebe 9c3e9e80a3 * fixed type correctness of and simplified the threadvar loading size před 6 roky
  Jonas Maebe 4869d0ace9 * perform extension of parameters to 32 bit for Darwin in the paraloc instead před 6 roky
  Jonas Maebe 04d295f186 * first step towards supporting 32 bit targets with the LLVM code generator: před 6 roky
  Mattias Gaertner ff67b59388 pastojs: fixed compile před 6 roky
  florian 2f40f81890 + sanity check před 6 roky
  florian afd4599d26 * correctly handle LDRD in TAoptBaseCpu.RegModifiedByInstruction před 6 roky
  florian acbf7d15c4 * do not load always the references into a register in g_concatcopy před 6 roky
  florian 4db5478acc + support msr regf,reg32 on arm in the internal assembler před 6 roky
  florian a186f48442 * cosmetics před 6 roky
  florian 6c88894999 * do not call the internal assembler if -s is passed před 6 roky
  Mattias Gaertner 007f266ccf fcl-passrc: scanner: bool switch $goto před 6 roky
  Mattias Gaertner 86d3728ea9 pastojs: fixed write class var před 6 roky
  Mattias Gaertner d5632392d0 fcl-passrc: resolver: fixed name[][] for default property and adv record class var před 6 roky
  pierre 94d71c0d35 Disable some packages for avr-embedded and i8086-embedded targets před 6 roky
  pierre b473413218 Disable atari target for fpcm and fpcmkcfg because it depends on unsupported fpmkunit package před 6 roky
  pierre 21d3e14c6c Disable fprcp, h2pas and tply pacakges for msdos and win16 because the programs are too big před 6 roky
  pierre 6617fa7b48 Disable palmos in fprcp, h2pas and tply packages před 6 roky
  nickysn 4d00ac486a * use eax instead of edi in GetPixel320, to avoid saving/restoring edi před 6 roky
  nickysn 915bc126a5 - ignore VideoOfs completely in the mode 13h routines (this mode has no video page support) před 6 roky
  nickysn 6a1adc31fc * moved the assembler declaration in PutPixel320 and GetPixel320 to be on the same line as the procedure/function declaration před 6 roky
  nickysn 45ea95b72e - don't preserve edx and ecx in GetPixel320, because they don't need to be preserved in GetPixel320 před 6 roky
  nickysn 0c01add0ae - removed commented out video page code from GetPixel320 před 6 roky
  nickysn 22d599e70d - removed the REGCALL ifdefs from GetPixel320 před 6 roky
  nickysn 00d4bdbc7d + comment in GetPixel320 with the parameter locations před 6 roky
  nickysn e26a7f7753 * use different registers to avoid a mov instruction in PutPixel320 před 6 roky
  nickysn 23aec76ae1 - don't save/restore eax and ecx in PutPixel320, because they don't need to be preserved by the register calling convention před 6 roky
  nickysn 1371a5a8ed - removed the commented out video page code from PutPixel320 před 6 roky
  nickysn 5a8d57d8f4 - removed the REGCALL ifdefs from PutPixel320 před 6 roky