Commit Graph

62486 Commits

Author SHA1 Message Date
svenbarth
cb953f68c2 * as 3.2.0 is now the oldest compiler we support we can now use {$push} {$pop} to reset the $minenumsize in the RTTI header
git-svn-id: trunk@49403 -
2021-05-27 05:43:01 +00:00
florian
bae583118a * patch by J. Gareth Moreton: x86 JccMovJmpMov2MovSetcc improvement, resolves #38761
git-svn-id: trunk@49402 -
2021-05-26 21:03:56 +00:00
yury
73448deda6 * Windows: Prevent removal of the TLS directory by the linker when RTL is compiled with -O4 or when inlining is enabled.
git-svn-id: trunk@49400 -
2021-05-25 16:03:34 +00:00
florian
8006900e8e - clean up
git-svn-id: trunk@49399 -
2021-05-24 09:26:44 +00:00
florian
814b68fac0 * more fixes for VASM for ARM
git-svn-id: trunk@49398 -
2021-05-23 19:46:40 +00:00
florian
e9b3db0d78 * more fixes to support vasm on arm
* do not crash on empty eabi attribute strings

git-svn-id: trunk@49397 -
2021-05-22 20:22:53 +00:00
Károly Balogh
19876ca805 qlunits: added channel definition structures based on C equivalents, added test code
git-svn-id: trunk@49396 -
2021-05-22 14:48:00 +00:00
Károly Balogh
7b03bac5d6 qlunits: remove word alignment test from sysvar test, as there are byte-sized vars, which are not aligned
git-svn-id: trunk@49395 -
2021-05-22 11:51:22 +00:00
Károly Balogh
94693e5f70 sinclairql: make sure smsfuncs.inc is in sync with the one in packages
git-svn-id: trunk@49394 -
2021-05-22 09:43:31 +00:00
Károly Balogh
70011c2306 qlunits: add a test program to test sysvar offsets
git-svn-id: trunk@49393 -
2021-05-22 09:42:32 +00:00
Károly Balogh
54f761b4da qlunits: make sure everything is two byte aligned
git-svn-id: trunk@49392 -
2021-05-22 09:20:45 +00:00
Károly Balogh
c9f875b15f qlunits: fix SMS unit build, declare all const/vars/types before functions, and minor tweaks
git-svn-id: trunk@49391 -
2021-05-22 08:21:10 +00:00
Károly Balogh
2bf7676f00 qlunits: fixed comments in qdos_sysvars.inc to avoid compiler directives warnings
git-svn-id: trunk@49390 -
2021-05-22 08:10:10 +00:00
michael
61cd38e6db * Fixed Issue ID38920: twriter crashes on readonly nil component
git-svn-id: trunk@49389 -
2021-05-22 07:54:30 +00:00
Károly Balogh
cd5c2b8271 qlunits: merged a modified version of a patch by Norman Dunbar, defines system variables as a record
git-svn-id: trunk@49388 -
2021-05-22 07:30:00 +00:00
joost
fd91e8263c * Fixed processing post-content of unknown content-types
git-svn-id: trunk@49387 -
2021-05-21 21:46:39 +00:00
florian
5726428dcc * patch by J. Gareth Moreton: Additional SETcc optimisations, resolves #38767
git-svn-id: trunk@49386 -
2021-05-21 20:36:15 +00:00
florian
578424cf51 * patch by J. Gareth Moreton: TEST chain shortcutting, resolves #38908
git-svn-id: trunk@49385 -
2021-05-20 20:45:38 +00:00
florian
6f482952de * patch by J. Gareth Moreton: Memory CMP optimisation, resolves #38907
git-svn-id: trunk@49382 -
2021-05-19 20:29:04 +00:00
Károly Balogh
12a0083c59 sinclairql: return true as default for do_isdevice to work around weird console flushing issues.
git-svn-id: trunk@49381 -
2021-05-19 07:45:04 +00:00
Károly Balogh
906d0ba06e sinclairql: make sure the end of bss (hence the bss size) is also aligned to two bytes
git-svn-id: trunk@49380 -
2021-05-19 07:39:24 +00:00
florian
c43d8e4adf * indention fixed
git-svn-id: trunk@49379 -
2021-05-18 19:13:49 +00:00
florian
430b2fd791 * AVR: second part of assembler optimizer rework
git-svn-id: trunk@49378 -
2021-05-18 19:13:13 +00:00
florian
6f1d965dac * first part of AVR assembler optimizer reword
git-svn-id: trunk@49377 -
2021-05-17 20:02:12 +00:00
michael
59d4aaf5ec * Fix issue ID #38900: union wrongly implemented
git-svn-id: trunk@49376 -
2021-05-17 14:56:09 +00:00
michael
83253676a3 * Some case fixes
git-svn-id: trunk@49375 -
2021-05-17 14:53:37 +00:00
florian
90afbc8114 * RiscV: unified cpu initialization and FPU exception handling, resolves #38893
git-svn-id: trunk@49374 -
2021-05-15 20:53:56 +00:00
marco
a714cfafb8 * fix for mantis 38889, swap bottom and rect in pointinside
git-svn-id: trunk@49373 -
2021-05-15 20:45:48 +00:00
florian
e57059eea3 * fix building on i386 after r49366
git-svn-id: trunk@49372 -
2021-05-15 16:02:22 +00:00
Mattias Gaertner
e72665051f pastojs: fixed float / 0.0 results at compiletime in inf instead of divbyzero, issue #38815
git-svn-id: trunk@49370 -
2021-05-15 12:09:26 +00:00
florian
884d24e321 * patch by J. Gareth Moreton: x86 MOVZX/CMP optimisation, resolves #38882
git-svn-id: trunk@49366 -
2021-05-14 20:50:03 +00:00
Károly Balogh
13f3cd2ae3 sinclairql: for setting the exit message of the default console, use a helper function instead.
git-svn-id: trunk@49365 -
2021-05-14 17:32:40 +00:00
Károly Balogh
6fbf4dfd90 sinclairql: introduce a way to override the system unit's console opening/closing and exit message via weakexternals
git-svn-id: trunk@49364 -
2021-05-14 15:26:31 +00:00
Károly Balogh
f0cc2c38b8 sinclairql: enable weak linking support for the Sinclair QL
git-svn-id: trunk@49363 -
2021-05-14 14:49:14 +00:00
florian
bc21634b46 * AVR: made avr_des intrinsic more usefull
git-svn-id: trunk@49362 -
2021-05-13 18:59:28 +00:00
michael
d77f249332 * Fix compilation
git-svn-id: trunk@49361 -
2021-05-13 17:18:37 +00:00
joost
20039e3b77 * Parse the ContentType according to rfc1341
git-svn-id: trunk@49360 -
2021-05-13 15:03:30 +00:00
joost
6db4ab5012 - Switch to block-based processing of http-content
git-svn-id: trunk@49359 -
2021-05-13 14:10:33 +00:00
florian
022a9b210f + AVR: avr_des intrinsic
git-svn-id: trunk@49353 -
2021-05-13 09:26:53 +00:00
pierre
da3eb5c178 Try to fix handle of large stack size in xtensa gen_proc_entry/gen_proc_exit
git-svn-id: trunk@49352 -
2021-05-12 22:54:59 +00:00
Mattias Gaertner
4ddaa26fc0 pastojs: nested external class constructor
git-svn-id: trunk@49351 -
2021-05-12 19:47:26 +00:00
florian
9bfc731bb6 + AVR: MovOp2Op 2 optimization
git-svn-id: trunk@49350 -
2021-05-12 19:20:10 +00:00
florian
929fc50004 * cleanup
git-svn-id: trunk@49349 -
2021-05-10 20:30:31 +00:00
florian
8535c758ef + initial support for ARMv2
* check for unassigned valuestr when writing ntbs eabi attributes

git-svn-id: trunk@49348 -
2021-05-09 20:42:31 +00:00
florian
4ab310e0ed + ARM: basic vasm support
git-svn-id: trunk@49347 -
2021-05-08 20:48:59 +00:00
florian
4de8ca8393 * fpcr and fpsr are 64 bit on aarch64
git-svn-id: trunk@49346 -
2021-05-08 20:10:14 +00:00
michael
ac9d2b3cc5 * Convert array of jsvalue to array of const where appropriate
git-svn-id: trunk@49345 -
2021-05-08 15:36:50 +00:00
florian
5e1e6c24a4 * patch by Christo Crause: handle references to absolute address 0 correctly, resolves #38861
git-svn-id: trunk@49344 -
2021-05-07 16:19:05 +00:00
florian
964c04aded * patch by J. Gareth Moreton, second part of #38841
git-svn-id: trunk@49341 -
2021-05-06 18:44:18 +00:00
pierre
9bad5180bb Avoid using UXT and SXT instructions on arm version below 6
git-svn-id: trunk@49340 -
2021-05-06 16:17:16 +00:00