Rika Ichinose
ce6db34224
Shortcut Compare*(a, a) before entering the aligned loop.
2025-03-29 22:07:03 +01:00
Rika Ichinose
8093b1ba0c
Unbias 32-bit random.
2025-03-29 21:55:08 +01:00
florian
c07da2a654
* typo
2025-03-29 18:52:16 +01:00
florian
548e91f104
* fix rol/ror instruction usage and spilling on RiscV
2025-03-28 22:26:59 +01:00
Pierre Muller
6debe90b07
Disable libjack package for beos OS
2025-03-28 15:40:23 +00:00
Pierre Muller
a093c6e59a
Add dependencies for units of utils/fpcres package
2025-03-28 05:46:00 +00:00
florian
f8f54dcbcf
+ RiscV has internal rol/r support
2025-03-27 22:33:30 +01:00
florian
f65994ddcb
+ RiscV: flags for crypotography extensions
2025-03-26 22:44:26 +01:00
Michaël Van Canneyt
1ef1481488
* Print unit name, flush output in status messages
2025-03-26 11:43:20 +01:00
florian
065ddfd8d4
+ RiscV: ROL/ROR code generation support
2025-03-25 22:40:26 +01:00
Pierre Muller
a74a4aca03
Avoid range check error in TObjData.writebytes overloads using dynamic arrays
2025-03-25 12:09:06 +01:00
Jonas Maebe
754c40cdb0
tai_string: remove useless #0 terminators
...
The string data in the array alrady includes any necessary #0 terminators
and the length of the array contains the length of the data, so there is
no need to add an additional #0 terminator
2025-03-24 23:02:10 +01:00
Jonas Maebe
547fa426c7
Fix emit_ansistr_const: its input is not guaranteed to be #0-terminated
...
Also cleaned up all memory leaks where pchars were allocated, but never freed.
Before the change to dynamic arrays, these pchars were kept in the tai_string,
but now they got copied. Changed the tai_string constructor to support adding
a terminating #0 , so we don't need to create intermediates just for that.
2025-03-24 23:02:10 +01:00
Jonas Maebe
dc5c99be6d
LLVM: fix compilation after rgobj dynarray changes
2025-03-24 23:02:10 +01:00
Jonas Maebe
f0cecf5367
tai_aggregatetypedconst.add_to_string: fix off-by-one errors
2025-03-24 23:02:10 +01:00
Jonas Maebe
91667644f4
fpc_cpuinit: add destroyed register lists to assembler blocks
...
Otherwise the compiler assumes no registers are overwritten. And while the
regular code generator won't use register variables if assembler blocks are
present, LLVM is not restricted like that (and it could still cause issues
even with the default code generator in case PIC-rebased addresses are
accessed).
2025-03-24 23:02:10 +01:00
florian
0785652b55
+ RiscV: handle ror(i)(w) in the assembler optimizer
2025-03-24 23:01:00 +01:00
Pierre Muller
bfc1172844
Remove tstunits/go32v2/Package.fpc file introduced by error in commit a3dd6acae4
2025-03-24 20:21:18 +00:00
Pierre Muller
8bd781aa4a
Avoid long wait on this Windows OS specific test
2025-03-24 17:08:30 +00:00
Michaël Van Canneyt
6314d69c40
* Correct allocation size for IsHandled, index is 1-based
2025-03-24 16:47:02 +01:00
florian
cafaa9f5b8
+ RiscV: handle rol(w) in the assembler optimizer
2025-03-23 23:04:17 +01:00
Rika Ichinose
0d5dddfcb5
Inline polyevl&ldexp in sin&cos.
2025-03-23 09:27:48 +01:00
florian
eb5c61281c
+ take care of asmmode in $push/$pop, resolves #41190
2025-03-22 21:16:03 +01:00
Michaël Van Canneyt
1a57a65c5f
* Fix tw13628b
2025-03-22 12:28:07 +01:00
Michaël Van Canneyt
4b5c6ba3fc
* Fix tgenconst13
2025-03-22 11:22:22 +01:00
florian
b20f968454
* simple clean ups after dyn. array conversion
2025-03-21 21:35:39 +01:00
Michaël Van Canneyt
6ba102ee57
* Do not set strval for unicode strings in tc_emit_stringdef
2025-03-21 14:38:37 +01:00
Michaël Van Canneyt
d3a0a2dddf
* Call free instead of destroy
2025-03-21 14:25:19 +01:00
Michaël Van Canneyt
36e65b3464
* Correct check
2025-03-21 14:10:53 +01:00
Pierre Muller
04a31f8be2
Avoid range error in tbitset.clear method
2025-03-21 09:26:57 +00:00
Pierre Muller
e1478e27b3
Fix range check error inside tsuperregisterworklist.addnodup method
2025-03-21 09:11:08 +00:00
florian
310069221a
* comment fixed
2025-03-20 21:55:38 +01:00
Michaël Van Canneyt
e0aed719ed
* Do not enable new debug define
2025-03-20 17:42:08 +01:00
Michaël Van Canneyt
9792ef566f
* Undo changes to lpi files, committed by accident
2025-03-20 17:41:14 +01:00
Michaël Van Canneyt
8c5a48da2b
* Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
f7edf0355a
* Change pointer-to-array of deref to dynamic array
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
166a24ae77
* Use dyn array of char for macro contents
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
ec3ed04b73
* Change buffer to dyn array
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
db7abc11d6
* Fix preprocwrite code
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
16d8d46691
* Fix range check error (len=0)
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
5aeaf398cd
* Fix range check error
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
30c06d66c3
* Dyn array for FSecTbl and FSymTbl
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
e05a618483
* Dyn ansichar array for fcoffstrs
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
328e60c155
* Use new and dispose for asmmodeinfos
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
2cd92ee792
* Dyn array for ReadArchive variables
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
4652593a8c
convert lfnstrs to array of ansichar
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
859b100da6
* Convert symversions to dyn array of word
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
8b816782c3
* Convert strtab to dyn array of ansichar
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
21276413ea
* Convert shstrtab to dyn array of ansichar
2025-03-20 17:01:31 +01:00
Michaël Van Canneyt
0f2248f923
* Use dyn array of boolean for isHandled
2025-03-20 17:01:31 +01:00