Commit Graph

28563 Commits

Author SHA1 Message Date
florian
bd1da8ffb7 * align stack to 16 bytes on RiscV32 as required by the ABI 2025-04-04 22:54:06 +02:00
florian
6c4d218b8d * use for threadvars on RiscV always the size optimization code path as loading addresses is expensive 2025-04-03 23:14:43 +02:00
Pierre Muller
43538416e3 Handle ADR LDM and STM arm instructions
in taicpu.spilling_get_operation_type method
2025-04-03 11:58:59 +00:00
florian
62236ec2bb * proper naming 2025-04-01 22:53:56 +02:00
florian
425ef662cc * patch by Pierre to fix spilling and jump handling of pseudo-instructions 2025-03-31 22:53:40 +02:00
florian
b1151ef4ea + missing instruction 2025-03-30 20:07:00 +02:00
J. Gareth "Curious Kit" Moreton
de51e6a32a * x86_64: Extension to MovMov2Mov optimisations to allow more MOVL to MOVQ zero-extensions 2025-03-30 17:04:56 +02:00
florian
84a852bc13 * more aggressive cse on thread vars 2025-03-29 22:31:13 +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
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
florian
0785652b55 + RiscV: handle ror(i)(w) in the assembler optimizer 2025-03-24 23:01:00 +01: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
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