Commit History

Автор SHA1 Съобщение Дата
  florian 9f16c34329 + initial work for tls-based threadvar support on arm-linux преди 7 години
  yury 5c5dc2ed50 * Changed verbosity of ""???" not yet supported inside inline procedure/function" to note to be consistent with note "Call to subroutine "?" marked as inline is not inlined". преди 7 години
  yury dd60397165 + Added the pio_inline_not_possible flag to timplprocoption. It is set if a function can't be inline (contains an assembler block, etc). When calling such functions, no note "Call to subroutine "?" marked as inline is not inlined" is emitted. преди 7 години
  yury b115886930 * po_inline can't be removed from procoptions when the interface part is already parsed. It changes the interface's CRC and causes other units to recompile. преди 7 години
  yury 95d18cd052 * If a function can't be inline (contains an assembler block, etc) remove the po_inline flag from its procoptions. преди 7 години
  yury 4357caaad8 * Removed unused local vars. преди 7 години
  Jonas Maebe 0cd85d73e4 * ttryfinallynode now inherits from tbinarynode instead of tloopnode, as its преди 7 години
  florian a34d4e715c Merged riscv_new branch преди 7 години
  svenbarth 10886d8cef * fix for Mantis #34206: when specializing nested routines of a generic routine we don't need access to their genericdef (which isn't available anyway in other units when loading from PPU) as their definition is completely contained in the token stream преди 7 години
  Jeppe Johansen 76dda5813e Updated dynlinker filename. преди 7 години
  Jeppe Johansen ceb38833f2 Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk. преди 7 години
  nickysn 966564aade - removed 'if assigned(code)' before calling code.free in tcgprocinfo.destroy, преди 7 години
  svenbarth 5510b13975 * ensure that sto_has_generic is set when a generic routine has been parsed преди 7 години
  florian f08d3fdf8f * moved execution weight calculation into a separate pass, so the info is available already available before the code generation pass if needed преди 7 години
  florian 1497b64804 * the temp. locations created by cse were not properly cleanup up, this patch fixes this преди 7 години
  svenbarth dffe423b10 * fix for Mantis #31945: two fixes for nested routines inside generic methods преди 8 години
  florian b1dff29cbf * removed unused units преди 8 години
  nickysn 012153201a * moved the conversion of "x:=x op k" to inline nodes to a separate optimization преди 8 години
  maciej-izak 48b149acd4 New tokens for new management operators: Initialize, Finalize, AddRef and Copy. Small code adjustment for parser (pdecobj.pas, pstatmnt.pas, psub.pas, ptype.pas) was required because few of old token has from now value which is outside range of set: _CONSTRUCTOR, _FINALIZATION. преди 8 години
  Jonas Maebe 7013a879c3 - disabled check for existence for texceptaddr/tguid/tjmpbuf in the system преди 9 години
  florian 668b198d7c * fix for issue #29936: check if the internal needed types are available преди 9 години
  svenbarth 109dff8b56 * allow nested procedures and functions in generic routines (and get rid of an untranslated error message :P ) преди 9 години
  svenbarth 779799c406 * only record tokens for real generic routines or those that belong to a generic class/record преди 9 години
  svenbarth a76fd967b2 * inherit df_generic and df_specialization from the parent routine and correctly set the genericdef for a specialization преди 9 години
  florian b527bab087 * better check if we are in the main program which never returns преди 9 години
  pierre 89c1b68b14 * Delete regvars unit. преди 9 години
  nickysn e1792e712a * changed the 'size' parameter of fpc_zeromem and fpc_fillmem from ptruint to sizeuint преди 9 години
  nickysn cc234e7de9 + when the -vp option is specified, also print the node tree in tree.log right преди 9 години
  Jonas Maebe 1e506ce1d5 * call beforedestruction if an exception happens in afterconstruction преди 9 години
  Jonas Maebe 90f09a599e * simplified flow while adding afterconstruction code преди 9 години