florian
|
7281ea7a2c
* floating point division by zero should throw run time error 208, fixed
|
před 5 roky |
florian
|
b60ac4c2db
* @PLT is needed for calls to link it properly with pic code
|
před 5 roky |
florian
|
4c2c540b29
* fixed resetting of state, broken in r45995
|
před 5 roky |
florian
|
893225770c
* updated tfpstate
|
před 5 roky |
yury
|
0000682043
* i8086: When a ref points to the 32-bit data, preload the ref base to a temp register to reduce spilling.
|
před 5 roky |
yury
|
ddea929923
* For 8 and 16 bit CPUs preload the ref base and index to a separate temp register in the generic implementation of a_load64_reg_ref() and a_load64_ref_reg().
|
před 5 roky |
yury
|
e70c898503
* Removed the i8086 specific hack. Since r46199 the register allocator is able to handle the problem code.
|
před 5 roky |
yury
|
ff820247c3
* Early during register allocation, spill registers which interfere with all usable real registers.
|
před 5 roky |
yury
|
601e05f17f
* Count only usable real registers.
|
před 5 roky |
yury
|
0daba07246
* Enhanced the debug output of spilling statistics. Now it includes efficiency of the spilling which is based on
|
před 5 roky |
florian
|
eac6675cba
* reset exception flags, resolves #37468 on x86_64
|
před 5 roky |
pierre
|
0863291e07
Add process_shared field to haiku OS pthread_mutexattr_t type
|
před 5 roky |
svenbarth
|
a8ea8eb5d5
* fix for Mantis #37447: add support for HttpUpdateServiceConfiguration which needs to be loaded dynamically, because it's only available in newer versions of Windows 10
|
před 5 roky |
svenbarth
|
e5308038a9
* fix for Mantis #37448: apply changes by Taufik Rahmad Hidayanto to fix the lengths of various response elements
|
před 5 roky |
Jonas Maebe
|
346adf7f55
* replace explicit (sometimes incomplete) tests with calls to doshortbooleval()
|
před 5 roky |
Jonas Maebe
|
198efe2075
* fpmkunit: only start the worker threads once they are fully initialised
|
před 5 roky |
svenbarth
|
848ec1d219
* allow overloads with same result type for external Java classes due to Java supporting covariant return types for interfaces
|
před 5 roky |
yury
|
4964f5cf76
* Count the number of interferences with real registers.
|
před 5 roky |
svenbarth
|
ef099b2075
* import library function with a name that does not conflict with the functions exported in the interface
|
před 5 roky |
svenbarth
|
08949c86bf
+ readd Randomize with parameter
|
před 5 roky |
florian
|
f542ee7b92
* do not throw an internal error if an errorneous type is passed to str, resolves #37462
|
před 5 roky |
pierre
|
208e7fb337
Add -marm option to gcc call fot arm target to be sure that aarch64 version of gcc complains to stderr if it does not support 32-bit
|
před 5 roky |
svenbarth
|
107a2e4e85
- remove local Random() implementations that weren't exported anyway (LongInt <> Integer inside the System unit)
|
před 5 roky |
svenbarth
|
48cc5250f9
* fpc_geteipasebx and fpc_geteipasecx are used as procedures, not functions, so declare them as such
|
před 5 roky |
svenbarth
|
04cbf32b1b
* rename local import of fpc_geteipasebx
|
před 5 roky |
michael
|
4df02b0d6d
* Remove SVN id marker
|
před 5 roky |
michael
|
0e35f2cd09
* Make sure tests run in pas2js. Reduce ifdefs
|
před 5 roky |
michael
|
eaeb21e6ae
* Add stub generator
|
před 5 roky |
florian
|
6f661e44d0
* do not throw an internal error later on in case of a recursive call, if the declaration of the function was faulty, resolves #37460
|
před 5 roky |
svenbarth
|
b412259c1c
* fix for Mantis #37355: the method name and the named parameters need to be separated by a single #0
|
před 5 roky |