Historia zmian

Autor SHA1 Wiadomość Data
  florian 993144b91b * patch by J. Gareth Moreton: x86 SUB and LEA optimisations, resolves #36622 5 lat temu
  florian a807e18591 * patch by J. Gareth Moreton: x86 CMP/TEST/Jcc optimisations, resolves #36624 5 lat temu
  florian d87a5cc9fb * take care of m_duplicate_names when checking for duplicate locals, resolves #33221 5 lat temu
  florian 7b4292c94e * patch by Robert Roland to support the RaspberryPi 2 as a bare metal embedded target, resolves #35236 5 lat temu
  florian 90a40ab9ca * fix for #32352: a unit does not need to be re-deref'ed if it just had been recompiled 5 lat temu
  florian 8dc8647c7b * WinCE compilation fixed 5 lat temu
  marco 517a7aa80d * rpos(ex) unicodestring variants. mantis #35093 5 lat temu
  pierre df28fdcbf8 Pass old value of OPT to FPCMAKEOPT 5 lat temu
  pierre bcf43724bf Add more debug information when verbose is set 5 lat temu
  florian d2a059bd02 * patch by Christo Crause: avrtiny26 controller is not subarch avr25 but avr2, resolves #36620 5 lat temu
  florian 3ab8830b83 * patch by Christo Crause: Correct subarch for avrtiny series in compiler, resolves #36619 5 lat temu
  florian f2618cb6a4 * compilation on atari fixed 5 lat temu
  Tomas Hajny e790cb067d * fix of FileSetDate after int64 changes (r44010 and r44013) 5 lat temu
  marco a16f332fbb * some quick fixes for Win32 with temp variables for some places where the int64 changes breaks. 5 lat temu
  florian 69956cd97a * fix compilation on several OSes after r44010 5 lat temu
  svenbarth 9a42625cfb * also allow by-value open array parameters for the tail recursion optimization 5 lat temu
  svenbarth 4fc02d3d09 * enable tail recursion optimization also for const and constref open arrays 5 lat temu
  florian 01302bc47d * subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem 5 lat temu
  marco a640a8d21e * regenned msgtxt.inc 5 lat temu
  marco eed0e52a64 * copyright date update, mantis 035903 5 lat temu
  florian fc44c2d4c9 + insert alignments after break/goto/exit/continue jmp instructions, if it is 5 lat temu
  florian 08c2afb0a4 * AVR: use CP ...,r1 instead of CPI ...,0 to enable all registers being used as first operand 5 lat temu
  florian ae8d2dc69a * omit first not, helps the reg. allocator to find a workable colouring, resolves #36611 5 lat temu
  michael dad9126d45 * Clear search path (fix from Pascal Riekenberg, bug ID #36609) 5 lat temu
  yury 392fc0b637 * android: Changed additions to the linker script to prevent misalignment of the .data section. It fixes crash when linking using recent versions of LD where the "relro" option is default. Issue #35641. 5 lat temu
  florian 16152cf948 * patch by J. Gareth Moreton: get rid of another pass through the assembler list by integrating OptReferences 5 lat temu
  florian 069e040e49 * do for-loop unrolling after for-loop simplification, resolves #36589 5 lat temu
  pierre 2b658ef11c Add missing trampoline size found in libffi version 3.3 5 lat temu
  florian 799ea31a5f * AVR: due to recent fixes, EXCLUDE_COMPLEX_PROCS is not needed anymore 5 lat temu
  florian 429130fa34 * AVR: attiny can do post increment operations, so remove code working around this 5 lat temu