Historie revizí

Autor SHA1 Zpráva Datum
  florian 1497b64804 * the temp. locations created by cse were not properly cleanup up, this patch fixes this před 7 roky
  svenbarth dffe423b10 * fix for Mantis #31945: two fixes for nested routines inside generic methods před 8 roky
  florian b1dff29cbf * removed unused units před 8 roky
  nickysn 012153201a * moved the conversion of "x:=x op k" to inline nodes to a separate optimization před 8 roky
  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. před 8 roky
  Jonas Maebe 7013a879c3 - disabled check for existence for texceptaddr/tguid/tjmpbuf in the system před 8 roky
  florian 668b198d7c * fix for issue #29936: check if the internal needed types are available před 8 roky
  svenbarth 109dff8b56 * allow nested procedures and functions in generic routines (and get rid of an untranslated error message :P ) před 8 roky
  svenbarth 779799c406 * only record tokens for real generic routines or those that belong to a generic class/record před 8 roky
  svenbarth a76fd967b2 * inherit df_generic and df_specialization from the parent routine and correctly set the genericdef for a specialization před 8 roky
  florian b527bab087 * better check if we are in the main program which never returns před 8 roky
  pierre 89c1b68b14 * Delete regvars unit. před 8 roky
  nickysn e1792e712a * changed the 'size' parameter of fpc_zeromem and fpc_fillmem from ptruint to sizeuint před 9 roky
  nickysn cc234e7de9 + when the -vp option is specified, also print the node tree in tree.log right před 9 roky
  Jonas Maebe 1e506ce1d5 * call beforedestruction if an exception happens in afterconstruction před 9 roky
  Jonas Maebe 90f09a599e * simplified flow while adding afterconstruction code před 9 roky
  Jonas Maebe adcf07aabb * fixed line information for constructor code added to new block while před 9 roky
  Jonas Maebe d22b83ee73 * renamed afterconstructionblock to constructionblock před 9 roky
  Jonas Maebe eb2ce85269 * correctly set the line info for the implicitly generated entry code nodes, před 9 roky
  svenbarth f69b365b77 * declare various symbols as external assembler symbols: RTTI references, parent VMT, FPC_EMPTYMETHOD (all three only if it's used from a different unit), threadvar lists and symbols declared as "external" před 9 roky
  Jonas Maebe 1cb8c0d00c * specify the def of assembler level symbols defined via před 9 roky
  Jonas Maebe cd5817a689 * also emit a tai_varloc() when regvars are initially assigned před 9 roky
  Jonas Maebe 98ac6c4797 * converted gen_stack_check_call() to the high level code generator před 9 roky
  svenbarth e527b6fe4f psub.pas, read_proc: před 9 roky
  svenbarth af26a31251 psub.pas, read_proc_body: před 9 roky
  svenbarth ac95dcd7fa Improve inlining of generic routines (no matter whether they belong to a generic type or a generics themselves). před 9 roky
  svenbarth f27ce0b159 Rework the way the method bodies for specializations are generated: instead of walking the global and local symboltable all pending specializations are kept in a list of the current module which is (for now) walked at the end of a unit/program to generate the method bodies as before. před 9 roky
  Jonas Maebe 0e9d232d2a * fixed indentation in previous commit před 9 roky
  Jonas Maebe fe5cf94e10 * moved generation of initialisation/finalisation nodes from the code před 9 roky
  florian 3c2dab9878 * i386 peephole assembler uses largely the common peephole optimizer infrastructure, the resulting code is besides a few improvements the same před 9 roky