Historial de Commits

Autor SHA1 Mensaje Fecha
  yury 30587299ea * TRegIniFile: When accessing a section do not change/close the current open key. hace 5 años
  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. hace 5 años
  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. hace 5 años
  yury ffff24593d * To be Delphi compatible TRegistry.DeleteKey() must delete the specified key and all its child keys. hace 5 años
  yury 2c196ee8a9 * TRegistryIniFile: Fixed uninitialized Result in ValueExists(). Implemented SectionExists(). hace 5 años
  yury 9fd0f94d7c * tregistry2 test: Delete reg.xml and the app config dir. hace 5 años
  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. hace 5 años
  yury 4bf19e9d92 * Extended the tregistry2 test. hace 5 años
  nickysn 28b9d0c6b4 + dummy code generator for the try..finally blocks in WebAssembly hace 5 años
  nickysn d5caaf792c * update comment about twasmifnode, since the WebAssembly 'if' instruction that hace 5 años
  nickysn 0236da1da9 * changed the formatting in nwasmflw.pas to match the style of the rest of the compiler hace 5 años
  nickysn d1c58ccf4b + override the try finally node for WebAssembly. No functional changes yet. hace 5 años
  nickysn cc94ab3ab8 + implemented length() code generation for WebAssembly hace 5 años
  nickysn 888af282a4 + override the inline node for WASM hace 5 años
  nickysn 67909adcc3 + override tcgexceptionstatehandler for WASM and create a dummy new_exception hace 5 años
  nickysn aafc6423f0 + introduced a_cmp_loc_reg_br, a_cmp_reg_loc_br and a_cmp_ref_loc_br hace 5 años
  nickysn fe5dee892f + introduced a_cmp_subsetreg_reg_br and a_cmp_subsetref_reg_br hace 5 años
  nickysn db4c786059 + introduced a_cmp_const_loc_br hace 5 años
  nickysn f9d1a9b8e3 * decstack after each br_if in the a_cmp_XXX_br methods hace 5 años
  nickysn e1b98a515a * fixed class name in comment hace 5 años
  nickysn dbc7cb9001 * set expectloc correctly in the WASM add node (it is never LOC_FLAGS or LOC_JUMP, but LOC_REGISTER instead) hace 5 años
  tg74 c2a3f03093 working on new testmethods avx512-memref-operands - 'compressed disp8*N' hace 5 años
  Mattias Gaertner 25fd38b2da pastojs: fixed o as intftype, when o is nil hace 5 años
  tg74 555ecd826b avxtestgenerator: working on new testmethods avx512-memref-operands - 'compressed disp8*N' hace 5 años
  pierre dc799a9d49 Fix clearing of single type register variable in initialize_regvars method for ARM cpu (with -Ooregvar) hace 5 años
  nickysn 8021de82f6 * synchronized with trunk hace 5 años
  nickysn a478e15836 - removed some commented out code hace 5 años
  nickysn 7f31c03718 * update the flowcontrol set in the IF node pass_generate_code hace 5 años
  nickysn c0e7035e50 + set node location to LOC_VOID in the WebAssembly if node pass_generate_code hace 5 años
  nickysn 69c407dff5 + added dummy int64p.inc file for WebAssembly hace 5 años