Commit Graph

71788 Commits

Author SHA1 Message Date
florian
e219b24aec * RiscV64: make use of sext.h instruction 2025-02-23 23:11:01 +01:00
Pierre Muller
e749c81040 Disable limitation of nonlocal setting for LLVM compiler 2025-02-23 09:22:10 +00:00
florian
da6c0e919b + RiscV: rv32gcb 2025-02-22 21:57:52 +01:00
Pierre Muller
665b019ef3 Fix ld.lld options for i386-freebsd target 2025-02-22 14:22:16 +01:00
Pierre Muller
11076f084c Try to solve compilation failure for msdos OS 2025-02-22 13:22:01 +01:00
Pierre Muller
899916d76a Disable all packages that do not compile for jvm-android 2025-02-22 13:00:37 +01:00
Pierre Muller
13a5cdb8fa Try to avoid clang error on global labels inside .cfi_start/.cfi_end pairs 2025-02-22 02:05:10 +01:00
florian
fecd25bac1 * fix typo
* properly pass zba, zbb, zbs to march
2025-02-21 22:47:44 +01:00
florian
4664e510e6 * RiscV: handle more instructions in taicpu.spilling_get_operation_type 2025-02-20 23:05:52 +01:00
florian
8e45bb133d + RV64GCB CPU type 2025-02-20 22:41:35 +01:00
florian
d842d822ff * RiscV64: make use of zext.w instruction if available 2025-02-19 22:44:03 +01:00
Michaël Van Canneyt
35a21de57c * Allow TFormatSettings.Create with string (using callback) 2025-02-19 20:36:54 +01:00
Michaël Van Canneyt
e062a54716 * Minimal TTimeZone class for Delphi compatibility 2025-02-19 17:31:01 +01:00
Michaël Van Canneyt
545db4a070 * Extend GetLocalTimeOffset to return Dst or not 2025-02-19 17:31:01 +01:00
florian
4427392d56 * RiscV: fix AddiAddi2Addi optimization 2025-02-17 22:35:15 +01:00
Pierre Muller
389c927061 Allow to use ld64.lld if -XLL option is used 2025-02-17 15:06:52 -06:00
Karoly Balogh
0730e86c9d m68k: refactor - use the new CPUM68K_HAS_TSTAREG capability where applicable 2025-02-17 12:03:24 +01:00
Karoly Balogh
e09304f671 m68k: do not try to optimize CMP #0,Ax to TST Ax, if the CPU doesn't support it 2025-02-17 12:03:24 +01:00
Karoly Balogh
7c01edf831 m68k: new CPU capability - the TST instruction supports address registers (68020+ and CF) 2025-02-17 12:03:24 +01:00
Margers
12599706e5 Update Textmode IDE to new mouse wheel event. 2025-02-17 10:39:33 +00:00
Margers
4b271d8e0e Implemented dedicated mouse wheel event in FV. 2025-02-17 10:39:33 +00:00
Margers
89af29c27f No mouse up events for mouse wheel. 2025-02-17 10:39:33 +00:00
Michaël Van Canneyt
0ce9845809 * Example from Margers from merge request !953 2025-02-17 11:23:04 +01:00
Margers
300d4f2617 Complete ColorSel units load and store procedures. 2025-02-17 09:59:29 +00:00
Margers
1fae85a1c6 Fix TGroup.IndexOf. Report Last as last not as 1. 2025-02-17 09:59:29 +00:00
Margers
3be1c08516 Remove TFPMemo flickering of selected text while mouse button is still pressed. 2025-02-17 09:56:30 +00:00
Margers
3c7a114c0b Fp Window->Tile - enable, disable correctly. 2025-02-17 09:53:41 +00:00
Margers
2d7a8d4440 Make functional fp parameter return to last directory: -R, -R+ and -R- 2025-02-17 09:52:47 +00:00
mattias
3dd4b7afbf fcl-css: comment 2025-02-17 10:48:02 +01:00
Margers
96b8a79563 New window arrangement option in menu - Stepped. 2025-02-17 09:20:16 +00:00
Margers
ed4544ce7a Refactor menu change code. 2025-02-17 09:12:59 +00:00
Michaël Van Canneyt
e920651b4d * Remove outdated version number 2025-02-17 09:45:25 +01:00
florian
9432af9ec6 * RiscV: play safe in taicpu.spilling_get_operation_type 2025-02-16 14:46:39 +01:00
Rika Ichinose
900b1fc4ec Check for refcount = 1 first. 2025-02-16 15:17:48 +03:00
Nikolay Nikolov
39fb7618e4 * WebAssembly internal linker: refactored the writing of the memory section and
the memory import section: introduced a TWasmMemoryType record, and structures
  for holding the memory entries in the import and memory sections, instead of
  writing them in an ad hoc manner. The memory information in the linker map
  file is now also a little more detailed.
2025-02-16 03:22:20 +02:00
Nikolay Nikolov
eb38ba60c4 * fixed warning after previous commit 2025-02-16 02:19:16 +02:00
Nikolay Nikolov
c005544f3d + WebAssembly internal linker: write the global section in the linker map file 2025-02-16 02:11:52 +02:00
florian
5a07867d20 * RiscV: fixing spilling_get_operation_tpye for LI 2025-02-15 23:08:15 +01:00
Nikolay Nikolov
326356e8e9 * WebAssembly internal linker: write the memory section before the export section, so it appears in a more logical order in the map file 2025-02-15 23:34:09 +02:00
Nikolay Nikolov
ef7f2ab5a7 + WebAssembly internal linker: write the import section in the linker map file 2025-02-15 23:29:36 +02:00
florian
9a223100d1 + x86: proper flag (de)alloc in a_bit_scan 2025-02-15 22:19:05 +01:00
Nikolay Nikolov
3a714774ff + WebAssembly internal linker: write the export section to the linker map file 2025-02-15 23:18:24 +02:00
Nikolay Nikolov
847ae42cc1 + WebAssembly internal linker: write the contents of the memory section to the linker map file 2025-02-15 23:11:45 +02:00
Rika Ichinose
98ecfb1e41 Simplify SanitiseXMLString. 2025-02-15 20:44:16 +00:00
florian
d87ba06608 * improve complexity calculation for tempref nodes 2025-02-15 21:41:57 +01:00
Margers
7cb2e5a180 Browser information for generic records 2025-02-15 13:22:39 +00:00
florian
d71f823373 * cleanup 2025-02-14 20:33:33 +01:00
Nikolay Nikolov
4e3fc8290a + WebAssembly internal linker: write the indirect function table to the linker map file 2025-02-14 16:33:02 +02:00
Pierre Muller
6852903b57 Add missing allow C like operators to head of utcstrutils unit source 2025-02-14 13:54:04 +00:00
Nikolay Nikolov
d88aad944e + WebAssembly internal linker: add the contents of the type section to the map file 2025-02-14 04:58:40 +02:00