J. Gareth "Kit" Moreton
|
f60523a3b9
x86: New TEST optimisations
|
3 年之前 |
Yuriy Sydorov
|
e9acd759a4
* Fixed random AVs when targeting the AVX FPU.
|
3 年之前 |
Yuriy Sydorov
|
7b2cd0bcdc
* Prevent a range check error in case of big unsigned values.
|
3 年之前 |
Yuriy Sydorov
|
59fca3a01d
* Increased the bounds of TBooleanArray to prevent a range check error while linking Lazarus.
|
3 年之前 |
Yuriy Sydorov
|
487721dea8
* cwstring: Added ICU versions for new versions of Android.
|
3 年之前 |
florian
|
5921fa9a62
+ store references to global variables in registers if benefical (currrently used for aarch64 only)
|
3 年之前 |
florian
|
2cf68f6dbf
* files moved as strutils is now in rtl-objpas
|
3 年之前 |
Florian Klämpfl
|
60c26a11ef
* patch by Bart B. to improve DelSpace1, resolves #39465
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
72661fd5c1
Added missing MOVSXD check to PostPeepHoleOptsCpu
|
3 年之前 |
florian
|
d71346aa37
* comment corrected
|
3 年之前 |
Pierre Muller
|
d9eae2c2c5
Also add short format version of build unit BUnit.pp to ignore list
|
3 年之前 |
Florian Klämpfl
|
56c1e1a5f2
* generate revision.inc using git log with a date format argument compatible with older git
|
3 年之前 |
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 年之前 |
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 年之前 |
Florian Klämpfl
|
49af134ba7
* compilation of x86_64-win64 fixed
|
3 年之前 |
Michaël Van Canneyt
|
cbc2d0351c
* Correct casing of rposex - fix issue #39466
|
3 年之前 |
florian
|
0b3fb55c6a
* generate no exit code at all on x86-64 if the subroutine is compiled with po_noreturn
|
3 年之前 |
Sven/Sarah Barth
|
e65b822a0c
+ add type helpers for the remaining Boolean types (QWordBool and Boolean{8,16,32,64})
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
0f1c4b4db8
Fixed Unreachable code warning when building on a 32-bit platform with DEBUG_NODE_XML
|
3 年之前 |
Pierre Muller
|
0508f643c0
Add gdb4fpc.ini, generated by gppcCPUSUFFIX utility and utils/fpcm/fpcmake to .gitignore list
|
3 年之前 |
Sven Barth
|
b7034cb960
* move Boolean helpers before the ordinal ones so that ToOneZeroString can be inlined correctly
|
3 年之前 |
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 年之前 |
florian
|
89aeedac1e
* fixes excluding of cpu capabilities
|
3 年之前 |
Michaël Van Canneyt
|
a868a45ba9
* Patch from Werner Pamler to fix some errors in JSON export
|
3 年之前 |
Michaël Van Canneyt
|
a9b4fa5ed4
* Attempt to fix failing cross-compilation, remove unused dll
|
3 年之前 |
florian
|
60623f39a1
+ - can be used to remove options from a cpu capability switch
|
3 年之前 |
Michaël Van Canneyt
|
e422743841
* Patch from Zeljko Avramovic to add additional typehelpers for basic types. Fix issue #39268
|
3 年之前 |
Michaël Van Canneyt
|
b1412ec5c0
* Make hexdigits a global constant
|
3 年之前 |
Michaël Van Canneyt
|
65101b36dc
* typescript parsing & conversion, initial commit
|
3 年之前 |
ccrause
|
793c157a9c
Always call DoExec to generate linker scripts. Even if cs_link_nolink is set, the ldgen scipt needs to be called in the generated ppas script.
|
3 年之前 |