nickysn
|
0f235f38ab
+ introduced thlcgwasm.a_loadaddr_ref_stack
|
4 年之前 |
Mattias Gaertner
|
b460f87fd4
fcl-passrc: fixed checking statement after except-on
|
4 年之前 |
yury
|
30587299ea
* TRegIniFile: When accessing a section do not change/close the current open key.
|
4 年之前 |
yury
|
5d69ba2cd8
* TXmlRegistry: When a key name starts with \ or / it means the absolute path to the key is specified. So ignore the currently selected key when an absolute key is requested.
|
4 年之前 |
yury
|
050a342101
* Reverted r41816 to allow TXmlRegistry.DeleteKey() delete the key and all its children. It is Delphi compatible. Windows implementation of TRegistry.DeleteKey() was fixed accordingly.
|
4 年之前 |
yury
|
ffff24593d
* To be Delphi compatible TRegistry.DeleteKey() must delete the specified key and all its child keys.
|
4 年之前 |
yury
|
2c196ee8a9
* TRegistryIniFile: Fixed uninitialized Result in ValueExists(). Implemented SectionExists().
|
4 年之前 |
yury
|
9fd0f94d7c
* tregistry2 test: Delete reg.xml and the app config dir.
|
4 年之前 |
yury
|
a29bfe5505
* Moved the tregistry2.pp test from packages to tests in order it to be run by daily test runs. tregistry2 has been failing for years and nobody has noticed this.
|
4 年之前 |
yury
|
4bf19e9d92
* Extended the tregistry2 test.
|
4 年之前 |
nickysn
|
28b9d0c6b4
+ dummy code generator for the try..finally blocks in WebAssembly
|
4 年之前 |
nickysn
|
d5caaf792c
* update comment about twasmifnode, since the WebAssembly 'if' instruction that
|
4 年之前 |
nickysn
|
0236da1da9
* changed the formatting in nwasmflw.pas to match the style of the rest of the compiler
|
4 年之前 |
nickysn
|
d1c58ccf4b
+ override the try finally node for WebAssembly. No functional changes yet.
|
4 年之前 |
nickysn
|
cc94ab3ab8
+ implemented length() code generation for WebAssembly
|
4 年之前 |
nickysn
|
888af282a4
+ override the inline node for WASM
|
4 年之前 |
nickysn
|
67909adcc3
+ override tcgexceptionstatehandler for WASM and create a dummy new_exception
|
4 年之前 |
nickysn
|
aafc6423f0
+ introduced a_cmp_loc_reg_br, a_cmp_reg_loc_br and a_cmp_ref_loc_br
|
4 年之前 |
nickysn
|
fe5dee892f
+ introduced a_cmp_subsetreg_reg_br and a_cmp_subsetref_reg_br
|
4 年之前 |
nickysn
|
db4c786059
+ introduced a_cmp_const_loc_br
|
4 年之前 |
nickysn
|
f9d1a9b8e3
* decstack after each br_if in the a_cmp_XXX_br methods
|
4 年之前 |
nickysn
|
e1b98a515a
* fixed class name in comment
|
4 年之前 |
nickysn
|
dbc7cb9001
* set expectloc correctly in the WASM add node (it is never LOC_FLAGS or LOC_JUMP, but LOC_REGISTER instead)
|
4 年之前 |
Mattias Gaertner
|
25fd38b2da
pastojs: fixed o as intftype, when o is nil
|
4 年之前 |
pierre
|
dc799a9d49
Fix clearing of single type register variable in initialize_regvars method for ARM cpu (with -Ooregvar)
|
4 年之前 |
nickysn
|
8021de82f6
* synchronized with trunk
|
4 年之前 |
nickysn
|
a478e15836
- removed some commented out code
|
4 年之前 |
nickysn
|
7f31c03718
* update the flowcontrol set in the IF node pass_generate_code
|
4 年之前 |
nickysn
|
c0e7035e50
+ set node location to LOC_VOID in the WebAssembly if node pass_generate_code
|
4 年之前 |
nickysn
|
69c407dff5
+ added dummy int64p.inc file for WebAssembly
|
4 年之前 |