Nikolay Nikolov
|
fbcdce2c87
+ enable compilation of the chm package for the WASI platform, since WebAssembly now supports goto
|
hace 1 año |
Nikolay Nikolov
|
30b745758c
+ enable compilation of the bzip2 unit for the WASI platform, since WebAssembly now supports goto
|
hace 1 año |
Nikolay Nikolov
|
ee782197a5
Merge branch 'main' into wasm_goto
|
hace 1 año |
Nikolay Nikolov
|
545978b290
* fixed the label resolution for asmlists with WebAssembly native exceptions
|
hace 1 año |
Nikolay Nikolov
|
da37fabc42
* fixed a div by zero error, when compiling a wasi-hosted compiler
|
hace 1 año |
Nikolay Nikolov
|
b3e64d70e7
* temporary workaround for the is_pascal_goto_target check not working properly in a_jmp_always
|
hace 1 año |
Nikolay Nikolov
|
84186db35f
* support local.get/set/tee with a const parameter in the wasm internal assembler writer
|
hace 1 año |
Nikolay Nikolov
|
b1cec6de2a
+ allow jumps to goto targets
|
hace 1 año |
Nikolay Nikolov
|
5e9cf637d3
* fixed branch ordering in resolve_labels_via_state_machine
|
hace 1 año |
Nikolay Nikolov
|
6f942996a5
* fixes to the mangling of the entry and exit code during the state machine label resolution
|
hace 1 año |
Nikolay Nikolov
|
f9ecc12e5b
+ added label resolution via state machine
|
hace 1 año |
Michaël Van Canneyt
|
237e2686f1
* Patch from Dokkie8844 to ease implementation of certificate verification. Fixes issue #40480
|
hace 1 año |
Sven/Sarah Barth
|
879f48d215
* the unit name has already been uppercased for the search, so no need to uppercase it again for the message output
|
hace 1 año |
Sven/Sarah Barth
|
287ef8e79a
* fix #40410: allow specialization of a procdef also inside exception handlers + added test
|
hace 1 año |
Sven/Sarah Barth
|
f88ee7b2d8
* fix #40451: load the assembly symbol into a separate operand so that an offset already contained in oper isn't discarded + added test
|
hace 1 año |
Michaël Van Canneyt
|
b003828d26
* Some fixes for namespaced compilation
|
hace 1 año |
Pierre Muller
|
44e2c05ef7
Set calling convention for fontconfig library import unit
|
hace 1 año |
Pierre Muller
|
3c2fa91c75
Extend support to all BSD systems for libfontconfig and fcl-pdf packages
|
hace 1 año |
Pierre Muller
|
59fe173cc7
Add calls to FcGetVersion, FcConfigGetFilename and FcConfigFilename
|
hace 1 año |
Pierre Muller
|
9070b3647a
Add new FcConfigGetFilename function
|
hace 1 año |
Pierre Muller
|
9782b206cf
Add namespaced version of libfontconfig and unixtype units in _USES clause
|
hace 1 año |
Pierre Muller
|
b51e5f370f
Disable fcl-pdf package for wince target
|
hace 1 año |
Michaël Van Canneyt
|
557a324473
* Add system.actions unit for Delphi compatibility
|
hace 1 año |
Michaël Van Canneyt
|
a88dd9197f
* Some delphi compatibility methods/types for actions
|
hace 1 año |
Michaël Van Canneyt
|
db1efd0264
* Fix windows implementation of find. Fixes issue #40473
|
hace 1 año |
Michaël Van Canneyt
|
c120a13af8
* Unprepare on commit/rollback
|
hace 1 año |
Nikolay Nikolov
|
fc9719f5f9
+ add the extra allocated locals before inserting the locals list in wasm32 tcpuprocinfo.postprocess_code
|
hace 1 año |
Nikolay Nikolov
|
d50ef3381f
* strip block instructions
|
hace 1 año |
Nikolay Nikolov
|
ce742b5b4d
* convert loop..end_loop blocks to flat list + branch instruction
|
hace 1 año |
Nikolay Nikolov
|
9584348c40
+ added amfrtDeleteAi, support deleting instructions in map_structured_asmlist_inner
|
hace 1 año |