Joost van der Sluis
|
18c0b53291
* Fixed typo
|
4 anos atrás |
Joost van der Sluis
|
60a666f226
* Fixed referenc to relative path
|
4 anos atrás |
Joost van der Sluis
|
9a60a27524
* Combine build and test into one stage, because all data is list between stages
|
4 anos atrás |
Joost van der Sluis
|
67b3af046b
* Attempt to add test-run to CI/CD-script
|
4 anos atrás |
Joost van der Sluis
|
0b7c2f0dd8
* Attempt to enable Gitlabs CI/CD building
|
4 anos atrás |
FPK
|
bc2ed1a560
Merge branch 'main' into 'main'
|
4 anos atrás |
Michaël Van Canneyt
|
5022d0e772
Merge branch 'main' of gitlab.com:freepascal.org/fpc/source into main
|
4 anos atrás |
Michaël Van Canneyt
|
a7d608dd43
* Add DB testsuite config file to ignore list
|
4 anos atrás |
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 anos atrás |
Don
|
d147533c94
Remove "r" from FPC revision.
|
4 anos atrás |
florian
|
777d536d9b
* extended routines int/frac/trunc shouldn't mess with precision or exception flags, should fix #39275
|
4 anos atrás |
florian
|
306fae299e
* patch by J. Gareth Moreton: AND/CMP optimisation, resolves #39287
|
4 anos atrás |
Michaël Van Canneyt
|
25e937b0c9
* Correct reader signatures
|
4 anos atrás |
Michaël Van Canneyt
|
2f81580e04
* cast empty string to char no longer compiles
|
4 anos atrás |
Michaël Van Canneyt
|
776790d014
* Rework packet handling
|
4 anos atrás |
Michael Van Canneyt
|
5221388659
Merge branch 'ZeroSeparators' into 'main'
|
4 anos atrás |
Ondrej Pokorny
|
a55794d80d
DateTimeToString: do not write #0 separators
|
4 anos atrás |
Michael Van Canneyt
|
5997c13615
Merge branch 'WinDateSeparator' into 'main'
|
4 anos atrás |
Ondrej Pokorny
|
0ae0e741cf
win: fix default ShortDateFormat and LongDateFormat
|
4 anos atrás |
Ondrej Pokorny
|
2c81b44b1c
win: fix default ShortDateFormat and LongDateFormat
|
4 anos atrás |
Yuriy Sydorov
|
10acbca828
* x86: Added the "test $-1,%reg" condition to the MovAndTest2Test optimization.
|
4 anos atrás |
Marcus Sackrow
|
c0d57d03c2
amiga: removed some debugging settings
|
4 anos atrás |
Marcus Sackrow
|
8117c97d92
amiga: FPC_DOKEYCONVERSION env var if key conversation Ansi to IBM should be done for every key
|
4 anos atrás |
Marcus Sackrow
|
e1a75bf658
Amiga: Implemented GetVar for 1.x
|
4 anos atrás |
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 anos atrás |
Michaël Van Canneyt
|
45c6833258
* --example-dir support
|
4 anos atrás |
Michaël Van Canneyt
|
3cfec8f905
* Fix error in calclookupvalue
|
4 anos atrás |
Michaël Van Canneyt
|
352435cb75
* only .pp is needed
|
4 anos atrás |
Michaël Van Canneyt
|
5d826cfe3c
* Some additional filters
|
4 anos atrás |
Michaël Van Canneyt
|
c5a128fae7
* Gitlab client + example
|
4 anos atrás |