Commit History

Author SHA1 Message Date
  Nikolay Nikolov d8340641cc + support the call instruction in the WebAssembly inline asm 1 year ago
  Michaël Van Canneyt 258ad62c4d * Do not try to export symbol if an error occurred, avoid internal error. Fixes issue #40858 1 year ago
  Nikolay Nikolov 0a9169eb67 + allow referencing '$__stack_pointer' in WebAssembly inline asm as argument to 1 year ago
  Nikolay Nikolov bbb159658a + added basic WebAssembly inline assembler test 1 year ago
  Nikolay Nikolov 6277c21261 + support OPR_FLOATCONSTANT in TInstruction.ConcatInstruction 1 year ago
  Nikolay Nikolov e67094ec28 * WebAssembly temp gen: introduced localsfirsttemp and localslasttemp, use these 1 year ago
  florian e4b88655af * test for mr 724 1 year ago
  Rika Ichinose be11d22c17 Fix val(str, enum). 1 year ago
  Michaël Van Canneyt 9059ac067c * write dependent rtti for non-published in case of extended RTTI 1 year ago
  Rika Ichinose 10b7ad9d0c Faster val(str, enum). 1 year ago
  florian 9f6a3eebb7 * handle adress registers properly in tcg64f68k.a_op64_reg_ref 1 year ago
  florian b71b5b771f * fixes building for ARM 1 year ago
  Michaël Van Canneyt fac7c21b9b * Small correction in property resolve 1 year ago
  Michaël Van Canneyt b0a82993e6 * Inherit extended RTTI settings from parent object 1 year ago
  Rika Ichinose 8cfc87ffdf Sink lnfodwrf.pp global variables down to their actual scopes. 1 year ago
  Michaël Van Canneyt de1b3a982b * Do not generate RTTI for generic methods (delphi compatible) 1 year ago
  florian 437e7fa75a * make warning on unsupported esp-idf version a warning string so it can be translated 1 year ago
  Michael Ring f6651f8855 Add -Ff to firstpass options 1 year ago
  Michael Ring e0229632fb Make idfpath and idf_version macros available as replacement vars in fpc.cfg 1 year ago
  Michael Ring 14b3c11c0d Initial support for esp32-c6-s2-s3. Support for idf versions 5.0.6 and 5.2.1 1 year ago
  Rika Ichinose 8bf2dc3f2b Simplify CPU units (70 LoC + 500 b code + 500 b data). 1 year ago
  J. Gareth "Curious Kit" Moreton 0fadf3515e * x86-64: Workaround to permit CPU types in command line with dashes in names (e.g. X86-64-V3) 1 year ago
  Nikolay Nikolov 7cbf18c6f3 * don't create block..end_block around WebAssembly inline asm routines 1 year ago
  Nikolay Nikolov 65d4319dc2 * don't do anything in postprocess_code for WebAssembly inline asm routines 1 year ago
  Nikolay Nikolov 4adac78f85 + respect the nostackframe directive in WebAssembly inline asm routines 1 year ago
  Nikolay Nikolov 83a8d584e0 + set result.ops in twasmreader.HandlePlainInstruction 1 year ago
  Nikolay Nikolov d9e3afcb1d + actually enable the parsing of WebAssembly inline asm instructions 1 year ago
  Nikolay Nikolov fd1fb255a6 * started implementing twasmreader.HandleBlockInstruction 1 year ago
  Nikolay Nikolov 152bb316c3 + call ConcatInstruction for plain instructions in twasmreader.HandleInstruction 1 year ago
  Nikolay Nikolov 8ec86ad053 + insert plain instructions and parse nested instructions in twasmreader.HandleFoldedInstruction 1 year ago