Michaël Van Canneyt
|
8527cb17f8
* Fix overflow in initialization of return value
|
před 1 rokem |
Michaël Van Canneyt
|
91284ba543
* Create and correctly typed variable for fieldsym instead of using typecasts
|
před 1 rokem |
Michaël Van Canneyt
|
bd2b0c8dca
* Fix use of wrong memory size when getting extended property info
|
před 1 rokem |
Nikolay Nikolov
|
0ae014a98f
+ support the BR and BR_IF instructions in TWasmValidationStacks.Validate
|
před 1 rokem |
Nikolay Nikolov
|
13f58fe343
+ support if,block,loop,else,end_if,end_block,end_loop in TWasmValidationStacks.Validate
|
před 1 rokem |
Nikolay Nikolov
|
472f9be9a6
+ support the global.get and global.set instructions in TWasmValidationStacks.Validate
|
před 1 rokem |
Pierre Muller
|
f75f688f8b
Adapt utcprocess unit to name changes to allow use inside testsuite
|
před 1 rokem |
Pierre Muller
|
4ad0c88a73
Rename test genout to t_genout to allow use inside testsuite
|
před 1 rokem |
Pierre Muller
|
a72193b6fe
Rename test dotouch to tdotouch to allow use inside testsuite
|
před 1 rokem |
Pierre Muller
|
c9dc36dbc1
Rename test dols to tdols to allow use inside testsuite
|
před 1 rokem |
Pierre Muller
|
d69f0f7110
Rename test doexit to tdoexit to allow use inside testsuite
|
před 1 rokem |
Pierre Muller
|
f04e92db39
Rename test docat to tdocat to allow use inside testsuite
|
před 1 rokem |
Nikolay Nikolov
|
ab65c9889b
+ added the WasmBasicType to TWasmGlobalAsmSymbol. This will help WebAssembly
|
před 1 rokem |
Nikolay Nikolov
|
f4b9d51aff
+ introduced TWasmGlobalAsmSymbol subclass of TAsmSymbol. Use it for all
|
před 1 rokem |
Nikolay Nikolov
|
b367d7c905
+ introduced TAsmData.WeakRefAsmSymbolByClass
|
před 1 rokem |
Nikolay Nikolov
|
26a2ae92ad
+ introduced TAsmData.RefAsmSymbolByClass - similar to RefAsmSymbol, but allows
|
před 1 rokem |
Nikolay Nikolov
|
81d98f5ae2
+ support the CALL instruction in TWasmValidationStacks.Validate
|
před 1 rokem |
Nikolay Nikolov
|
21cc89f1e3
+ added a second TWasmFuncType parameter to the CALL WebAssembly instruction. It
|
před 1 rokem |
florian
|
587af1c78e
* icelake is x86-64-v4
|
před 1 rokem |
J. Gareth "Curious Kit" Moreton
|
7c5847bc70
* x86: "StcClcSet(c)2Mov" optimisation now checks to see if the destination register is in use
|
před 1 rokem |
Michaël Van Canneyt
|
74e47ccff6
* Remove haiku from list of targets for monitor support
|
před 1 rokem |
Michaël Van Canneyt
|
b3800d38cb
* Handle potential double defintion of INFINITE
|
před 1 rokem |
Michaël Van Canneyt
|
b2dfcd6ee8
- Checked in by accident
|
před 1 rokem |
Michaël Van Canneyt
|
09b0ca01cc
+ Add Simple MonitorSupport implementation
|
před 1 rokem |
Michaël Van Canneyt
|
4c26e4f989
* Enable monitor support
|
před 1 rokem |
Michaël Van Canneyt
|
e1b2feac33
* Set monitor structures in place
|
před 1 rokem |
Michaël Van Canneyt
|
a2939e4187
* Force VMT at first position in system.tobject
|
před 1 rokem |
Michaël Van Canneyt
|
04844d548b
* Fix test compilation, broken after unicode rtl changes..
|
před 1 rokem |
Pierre Muller
|
49b62b272c
Add objfpc mode to avoid compilation error
|
před 1 rokem |
Nikolay Nikolov
|
2dcb15f88f
+ support a_call_indirect in TWasmValidationStacks.Validate
|
před 1 rokem |