svenbarth
|
52cf07d968
* the define to check for inclusion in the System unit is FPC_IS_SYSTEM, *not* FPC_IN_SYSTEM
|
5 лет назад |
svenbarth
|
b0f0ff1bc6
* fix for Mantis #37986: apply patch by Bart Broersma to fix a typo in a comment
|
5 лет назад |
nickysn
|
2c56514135
- removed thlcgwasm.a_load_const_stack_intern - it comes from the JVM code
|
5 лет назад |
nickysn
|
c0bbe6d8c0
* 64-bit constants take a single stack slot in WebAssembly. Don't incstack a
|
5 лет назад |
svenbarth
|
d51213d26a
* adjust softfpu unit so that it can be really used as a standalone unit instead of mainly as part of the System unit
|
5 лет назад |
svenbarth
|
225bc70e7e
* regenerate Makefiles
|
5 лет назад |
svenbarth
|
8badcbdd0d
* explicit build rules are not required for the softfpu units that are build with a buildrtl
|
5 лет назад |
svenbarth
|
8eefb37b42
* fix buildrtl units on Amiga-likes
|
5 лет назад |
florian
|
0ba44502f9
* generate gcc compatible location output also if no column is known
|
5 лет назад |
svenbarth
|
985c4fafeb
* regenerate Makefiles after adding the softfpu units
|
5 лет назад |
svenbarth
|
707034b271
+ add all softfpu units for various targets
|
5 лет назад |
svenbarth
|
0df460f56e
* simplify rules for softfpu units
|
5 лет назад |
nickysn
|
1438e83939
* synchronized with trunk
|
5 лет назад |
nickysn
|
da87a9e48d
+ write proctype of procedures in other units as well
|
5 лет назад |
nickysn
|
99482051a8
* write the unsupported parameter type in thlcgwam.g_procdef, when compiler is compiled with EXTDEBUG
|
5 лет назад |
nickysn
|
76c48eb705
+ added DebugWrite to the WASI system unit
|
5 лет назад |
nickysn
|
fbe9e975e5
+ support dup in some more cases in thlcgwasm.prepare_stack_for_ref
|
5 лет назад |
nickysn
|
d2a4e3b441
- removed debug writeln from thlcgwasm.prepare_stack_for_ref
|
5 лет назад |
nickysn
|
3c3a8ce111
* fixed bug in thlcgwasm.a_cmp_const_ref_label
|
5 лет назад |
nickysn
|
c46f308749
+ support dup for symbols in prepare_stack_for_ref
|
5 лет назад |
nickysn
|
64b2d8ef85
* wasm base and index reference access fixes
|
5 лет назад |
nickysn
|
d15e9717e3
* treference parameter of prepare_stack_for_ref changed to var
|
5 лет назад |
nickysn
|
0bb255709f
* formatting
|
5 лет назад |
michael
|
b5148304b7
* Added InitSSLInterface overload where the library names can be specified
|
5 лет назад |
nickysn
|
1d8c5edbcc
+ write references with registers for debugging purposes (to support asm output with -sr) in the LLVM-MC asm writer
|
5 лет назад |
nickysn
|
66c1a57ab4
* use the LLVM-MC assembler by default for the WebAssembly targets
|
5 лет назад |
nickysn
|
9257aa8594
+ define EXTDEBUG for the wasm32 compiler, when compiled using the lazarus project
|
5 лет назад |
nickysn
|
9972d0e7d9
+ internal error in thlcgwasm.prepare_stack_for_ref for symbol with registers
|
5 лет назад |
nickysn
|
5128c07e68
* fixed writing to global variables
|
5 лет назад |
nickysn
|
8211bcbd4c
* fixed getting the address of a global variable
|
5 лет назад |