marcoonthegit
|
a89a3f1577
* set version of delchars, requested by Bart B issue #39473
|
3 years ago |
marcoonthegit
|
4568c77f57
* implemented stringofchar unicodestring, bug #39483
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
7a15312b54
Safety checks on TEST removals and better FLAG tracking
|
3 years ago |
Karoly Balogh
|
06da0b3db6
* fix m68k IE after e9acd759, patch by Yuriy Sydorov
|
3 years ago |
Nikolay Nikolov
|
453f45fa1f
+ enabled compilation of unit ptcgraph for macOS
|
3 years ago |
Nikolay Nikolov
|
c123739af0
+ enabled compilation of the package ptc for macOS
|
3 years ago |
Nikolay Nikolov
|
567409379f
* updated ptcpas and ptcgraph to the latest 0.99.16 release candidate
|
3 years ago |
J. Gareth "Kit" Moreton
|
f60523a3b9
x86: New TEST optimisations
|
3 years ago |
Yuriy Sydorov
|
e9acd759a4
* Fixed random AVs when targeting the AVX FPU.
|
3 years ago |
Yuriy Sydorov
|
7b2cd0bcdc
* Prevent a range check error in case of big unsigned values.
|
3 years ago |
Yuriy Sydorov
|
59fca3a01d
* Increased the bounds of TBooleanArray to prevent a range check error while linking Lazarus.
|
3 years ago |
Yuriy Sydorov
|
487721dea8
* cwstring: Added ICU versions for new versions of Android.
|
3 years ago |
florian
|
5921fa9a62
+ store references to global variables in registers if benefical (currrently used for aarch64 only)
|
3 years ago |
florian
|
2cf68f6dbf
* files moved as strutils is now in rtl-objpas
|
3 years ago |
Florian Klämpfl
|
60c26a11ef
* patch by Bart B. to improve DelSpace1, resolves #39465
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
72661fd5c1
Added missing MOVSXD check to PostPeepHoleOptsCpu
|
3 years ago |
florian
|
d71346aa37
* comment corrected
|
3 years ago |
Pierre Muller
|
d9eae2c2c5
Also add short format version of build unit BUnit.pp to ignore list
|
3 years ago |
Florian Klämpfl
|
56c1e1a5f2
* generate revision.inc using git log with a date format argument compatible with older git
|
3 years ago |
Sven Barth
|
69bfff046a
+ add a test for converting a 64-bit Boolean (either QWordBool or Boolean64) to a 32-bit signed integer (this problematic case was discovered after e65b822a on PowerPC
|
3 years ago |
Sven Barth
|
2636966e2a
* adjust ToInteger of the Boolean helpers so that it returns the value of either True or False, but not any other value (e.g. in the *Bool types). This is not only Delphi compatible, but also fixes the compilation problem of the one or other 32-bit platform (like PowerPC) after e65b822a.
|
3 years ago |
Florian Klämpfl
|
49af134ba7
* compilation of x86_64-win64 fixed
|
3 years ago |
Michaël Van Canneyt
|
cbc2d0351c
* Correct casing of rposex - fix issue #39466
|
3 years ago |
florian
|
0b3fb55c6a
* generate no exit code at all on x86-64 if the subroutine is compiled with po_noreturn
|
3 years ago |
Sven/Sarah Barth
|
e65b822a0c
+ add type helpers for the remaining Boolean types (QWordBool and Boolean{8,16,32,64})
|
3 years ago |
J. Gareth "Curious Kit" Moreton
|
0f1c4b4db8
Fixed Unreachable code warning when building on a 32-bit platform with DEBUG_NODE_XML
|
3 years ago |
Pierre Muller
|
0508f643c0
Add gdb4fpc.ini, generated by gppcCPUSUFFIX utility and utils/fpcm/fpcmake to .gitignore list
|
3 years ago |
Sven Barth
|
b7034cb960
* move Boolean helpers before the ordinal ones so that ToOneZeroString can be inlined correctly
|
3 years ago |
Sven Barth
|
5412e463ff
* use the already existing TNative(U)IntNibbleIndex types for the TORDINALNIBBLEINDEX macro as this way memory models with far pointers (where Native(U)Int has a size of 4) is handled correctly as well
|
3 years ago |
florian
|
89aeedac1e
* fixes excluding of cpu capabilities
|
3 years ago |