florian
|
46ab62fbb9
* alternative declaration for SDL_CreateThread added to keep old code working, resolves #40112
|
2 年之前 |
Pierre Muller
|
5cedecbe25
Avoid float_raise call in FPC_SOFT_FPUX80 code
|
2 年之前 |
Pierre Muller
|
977ca19dc0
Set current_filepos in Internal assembler class also if DEBUG macro is set
|
2 年之前 |
florian
|
a9dca32689
* undid accidentely activated define
|
2 年之前 |
mattias
|
8e63c2a6b2
Merge branch 'main' of https://gitlab.com/freepascal.org/fpc/source into main
|
2 年之前 |
florian
|
e77ec69de4
* avoid internal error in case of an illegal generic declaration
|
2 年之前 |
florian
|
51bb01734b
* patch by Alfred Glänzer: Prevent install of unnecessary files during cross-install, resolves #40101
|
2 年之前 |
J. Gareth "Curious Kit" Moreton
|
b997e41366
* New tests that evaluate CMOVcc using a reference even if IfRefSafe returns False because the previous condition reads it
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
891723111c
* New test for extended CMOVcc optimisations
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
df80d4e612
* x86: CMOV optimisations now check optimizecputype rather than cputype
|
2 年之前 |
J. Gareth "Curious Kit" Moreton
|
4d57dee8d9
* x86: Extension to CanBeCMOV that permits a potentially unsafe reference if it appears in the previous comparison
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
b108608b29
* x86: New CMP optimisation that mimics some of the CMOV optimisations and removes unnecessary conditions.
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
bab60d819f
* x86: Refactored CMOV optimisations and permitted the use of constants in some cases.
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
5f3749dc49
* x86: Introduced TrySwapMovOp method, and redesigned TrySwapMovCmp
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
6af886c2b9
* Removed foolish inline from StripLabelFast
|
3 年之前 |
J. Gareth "Curious Kit" Moreton
|
5cdef8050b
* Fixed bug in register preservation tracking
|
3 年之前 |
wsherman
|
6453af40d8
*fix compile warnings and hints in googleapiconv and googlediscoverytopas
|
2 年之前 |
wsherman
|
cf50f8ede0
* More fixes and cleanups in restbase.pp (googleapiconv)
|
2 年之前 |
florian
|
f4d9082028
* copyright for 2023 updated
|
2 年之前 |
Rika Ichinose
|
30e3d93d57
Make generic Index* faster and denser.
|
2 年之前 |
Karoly Balogh
|
3cea1706e9
m68k: more work on instruction validation for the internal assembler
|
2 年之前 |
Karoly Balogh
|
69761839c0
m68k: removed the unused S_IQ opsize
|
2 年之前 |
Pierre Muller
|
0641ea33d1
Both _STAT_VER_KERNEL and _STAT_VER_LINUX are equal to zero for aarch64-linux
|
2 年之前 |
Michaël Van Canneyt
|
00e3cdddce
* Add NetAddrIsPrivate function from Ondrej Pokorny
|
2 年之前 |
Ondrej Pokorny
|
f43912a383
add SSL functions
|
2 年之前 |
wsherman
|
b56ebfa93d
* Remove conditional code for compiling googleapiconv with v2.6.4 on i386
|
2 年之前 |
florian
|
0b45cd95f7
+ introduce long forms for $E, $F and $S, resolves #39889
|
2 年之前 |
mattias
|
ea4768456f
rtl: ObjectBinaryToText, ObjectTextToBinary: support unitname/classname
|
2 年之前 |
mattias
|
c1f3960388
rtl: added overload GetClass(UnitName,ClassName), implemented UnregisterClass, overload TStream.WriteComponent(Instance,WriteUnitName)
|
2 年之前 |
wsherman
|
ed894b40c9
* minor updates to googleapiconv helper scripts (ref #40094)
|
2 年之前 |