Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Karl-Michael Schindler dd4b4af6a5 compiler/msg/errord*.msg: Update of German error messages 4 vuotta sitten
  FPK bc2ed1a560 Merge branch 'main' into 'main' 4 vuotta sitten
  Michaël Van Canneyt 5022d0e772 Merge branch 'main' of gitlab.com:freepascal.org/fpc/source into main 4 vuotta sitten
  Michaël Van Canneyt a7d608dd43 * Add DB testsuite config file to ignore list 4 vuotta sitten
  Yuriy Sydorov 07698050e5 * Before r35961 (back in 2017) some simple assignment optimizations, such as "x:=x+y" to "inc(x,y)", were performed when -O2 in tassignmentnode.simplify. In r35961 these optimizations were moved to a separate pass which is enabled only when -O3 by cs_opt_use_load_modify_store. This separate pass can benefit from other optimization. But worse code is generated with -O2 since then. 4 vuotta sitten
  Don d147533c94 Remove "r" from FPC revision. 4 vuotta sitten
  florian 777d536d9b * extended routines int/frac/trunc shouldn't mess with precision or exception flags, should fix #39275 4 vuotta sitten
  florian 306fae299e * patch by J. Gareth Moreton: AND/CMP optimisation, resolves #39287 4 vuotta sitten
  Michaël Van Canneyt 25e937b0c9 * Correct reader signatures 4 vuotta sitten
  Michaël Van Canneyt 2f81580e04 * cast empty string to char no longer compiles 4 vuotta sitten
  Michaël Van Canneyt 776790d014 * Rework packet handling 4 vuotta sitten
  Michael Van Canneyt 5221388659 Merge branch 'ZeroSeparators' into 'main' 4 vuotta sitten
  Ondrej Pokorny a55794d80d DateTimeToString: do not write #0 separators 4 vuotta sitten
  Michael Van Canneyt 5997c13615 Merge branch 'WinDateSeparator' into 'main' 4 vuotta sitten
  Ondrej Pokorny 0ae0e741cf win: fix default ShortDateFormat and LongDateFormat 4 vuotta sitten
  Ondrej Pokorny 2c81b44b1c win: fix default ShortDateFormat and LongDateFormat 4 vuotta sitten
  Yuriy Sydorov 10acbca828 * x86: Added the "test $-1,%reg" condition to the MovAndTest2Test optimization. 4 vuotta sitten
  Marcus Sackrow c0d57d03c2 amiga: removed some debugging settings 4 vuotta sitten
  Marcus Sackrow 8117c97d92 amiga: FPC_DOKEYCONVERSION env var if key conversation Ansi to IBM should be done for every key 4 vuotta sitten
  Marcus Sackrow e1a75bf658 Amiga: Implemented GetVar for 1.x 4 vuotta sitten
  Yuriy Sydorov 6a3f32ba69 * optimize tests for a single bit "(a and one_bit_mask_const) = <> one_bit_mask_const" into "(a and one_bit_mask_const) <> = 0" to enable further CPU specific optimizations. 4 vuotta sitten
  Michaël Van Canneyt 45c6833258 * --example-dir support 4 vuotta sitten
  Michaël Van Canneyt 3cfec8f905 * Fix error in calclookupvalue 4 vuotta sitten
  Michaël Van Canneyt 352435cb75 * only .pp is needed 4 vuotta sitten
  Michaël Van Canneyt 5d826cfe3c * Some additional filters 4 vuotta sitten
  Michaël Van Canneyt c5a128fae7 * Gitlab client + example 4 vuotta sitten
  Florian Klämpfl 58044c9632 * simplified .gitattributes as we do not do a two synchronization with svn 4 vuotta sitten
  Marcus Sackrow c1f6a7afdd Amiga: Workbench 1.x compatibilty via the AMIGA_V1_2_ONLY define 4 vuotta sitten
  Yuriy Sydorov 136f042972 * It is still needed to release the temp allocated for the result of an assembler function if the result is not referenced. This fixes some EXTDEBUG warnings. 4 vuotta sitten
  Yuriy Sydorov 5920d169c0 * Prevent double release of a temp. 4 vuotta sitten