florian
|
9d6e34ffc8
* compilation on i386 fixed
|
5 years ago |
florian
|
7107c39440
* search also /usr/lib64 for libraries etc. on aarch64-linux, apparently some distros use it
|
5 years ago |
florian
|
b55c740702
* extended AndMovzToAnd to support more variants
|
5 years ago |
florian
|
08b61997ca
* MovzAnd2Movz* optimization improved
|
5 years ago |
pierre
|
6902539bd8
Disable ucomplex and matrix units for z80-embedded target
|
5 years ago |
florian
|
0bdc1fdea4
* do not set nonlocal for inter-procedural labels, this is not needed, they use
|
5 years ago |
Jonas Maebe
|
0904ea0c3f
* added missing "end." (fixup for r46904)
|
5 years ago |
Jonas Maebe
|
aa75d39ab5
* don't perform "(x=y) or (z=u)" -> "(x xor y) or (z xor u)" optimization
|
5 years ago |
Jonas Maebe
|
9f42931eeb
* don't print range check warnings when evaluating inlined explicit typecasts
|
5 years ago |
florian
|
e83d214e98
+ allow in ISO mode that { ... } and (* ... *) comments are paired, resolves at least partly #37428
|
5 years ago |
Mattias Gaertner
|
85a11c8204
fcl-passrc: resolver: fixed inteface constraints, iisue #37624
|
5 years ago |
svenbarth
|
2c372071fd
* correctly handle static arrays with a lower index <> 0
|
5 years ago |
florian
|
449cc8f152
* make use of AllocMem in fpc_dynarray_setlength
|
5 years ago |
svenbarth
|
0c316deab5
* readd SmallInt typecasts to SmallInt overload of SwapEndian
|
5 years ago |
svenbarth
|
9d86fed95b
* avoid range check error when using SwapEndian with 16-bit constants
|
5 years ago |
Jonas Maebe
|
74a641344a
* renamed WebFrame.DOMDocument_ back to DOMDocument after 10.10 update
|
5 years ago |
svenbarth
|
15141124f4
* restore ability to cycle with 3.0.4 (at least until 3.2.2 is released) after r46890
|
5 years ago |
florian
|
b596b71130
* patch by Joe care to make fv more 64 Bit save, resolves #37772
|
5 years ago |
svenbarth
|
bf1eae7bd6
* small formatting adjustments for the sake of consistency
|
5 years ago |
svenbarth
|
2ff18e48a0
* fix for Mantis #36909: apply patch by Ryan Joseph so that array constructors can be used for static arrays as well.
|
5 years ago |
svenbarth
|
d3e18ccb5e
* fix for Mantis #37221: apply adjusted patch by Ondrej Pokorny to allow the use of Copy() on open array parameters (the result will be a dynamic array)
|
5 years ago |
michael
|
f8b5c81b8b
* Avoid double begin/end
|
5 years ago |
Károly Balogh
|
de180d7656
* m68k: fix index register usage in memory references, when the index is 8 or 16 bit wide and unsigned
|
5 years ago |
florian
|
60bd9c5ba0
* write a proper error message if types are read/written which are not supported in iso mode, resolves #37763
|
5 years ago |
michael
|
e2647ea072
* Fix bug ID #0037760
|
5 years ago |
pierre
|
f316121d53
Add handling of extra parameters, using eval if equal sign is found.
|
5 years ago |
pierre
|
2b023c62c5
Do not set __USE_LARGEFILE64 macro for sparc CPU, as it does not seem to be used for regular linux kernels
|
5 years ago |
pierre
|
16bdee8fcb
Update revision.inc after commit #46877
|
5 years ago |
florian
|
9a573173dd
* Aarch64: fix Math.SetExceptionMask for implementations throwing hardware
|
5 years ago |
michael
|
48c86637b4
* Patch from Joe Care to fix bug ID #37758 (wrong brackets for array params)
|
5 years ago |