Commit Verlauf

Autor SHA1 Nachricht Datum
  sergei afb4992113 * Changed code generation for assignments of managed types, it now generates a single call to helper procedure (significantly reducing code size) and is handled entirely in firstpass. vor 13 Jahren
  florian 7ec6201fb3 * mark label as used if address is taken vor 13 Jahren
  sergei 49700e675c * Changed code generation for variant assignments to typecast arguments to TVarData instead of using pointers. Fixes one (probably the ugliest one) case of non-disposed temp variables: vor 13 Jahren
  svenbarth 4419dc3d34 Rebase to revision 19673 vor 13 Jahren
  svenbarth 461d231daa Rebase to revision 19078 (directly before the merge of cpstrnew) vor 13 Jahren
  svenbarth 594f84dc2c Merge branch 'unique-syms' vor 13 Jahren
  paul 26f66897cd compiler: vor 14 Jahren
  florian 5fd5770059 * load/write loadnodeflags from/to ppu vor 14 Jahren
  florian 6ec0f2549a * factored load node flags out of node flags to gain space vor 14 Jahren
  paul c1866d5c17 compiler: vor 14 Jahren
  paul c6ca9e5091 compiler: vor 14 Jahren
  florian cf874a3465 * give a more understandable error message if a procedure "result" is tried to be a vor 14 Jahren
  svenbarth 35b47e491c Rebase to revision 17306 vor 14 Jahren
  svenbarth 24243f87e8 Added a check similar to the "allowed" one to be able to remove the "current_syssym" variable again. vor 14 Jahren
  svenbarth 963a4d7b23 Commit of a completely restructured helper implementation. Instead of changing objectdefs with odt_classhelper to odt_class, they'll have the odt_helper type assigned to and this will be kept. This also implies that the parent of a helper is its true parent while the extended type is set to a field in tobjectdef (extendeddef). vor 14 Jahren
  paul dad8313512 compiler: handle dispinterfaces the same way as com interfaces because they are IDispatch descendants: increment/decrement they references in assignments and parameters passing by _AddRef, _Release vor 14 Jahren
  paul 56bf42de57 compiler: implement record methods and class methods: vor 14 Jahren
  Jonas Maebe 769eb3f604 * moved the initialisation of the nodetree and tai class reference constants vor 15 Jahren
  Jonas Maebe 94d976bc87 * when simplifying ordinal expressions during inlining, keep the resultdef vor 15 Jahren
  mazen b127fc154a * Fixed spell error revealed by lintian. vor 15 Jahren
  florian 3a07adf27e * reduce redundant temporary interfaces variables, resolves #14092 vor 15 Jahren
  Jonas Maebe 57bd6d2685 + merged nestedprocvars branch vor 15 Jahren
  Jonas Maebe 58362db962 * use the correct procdef when taking the address of an overloaded function vor 15 Jahren
  Jonas Maebe f5c52b25cd * removed "and not is_class()" condition from is_managed_type(), because vor 15 Jahren
  Jonas Maebe 280f27b45c * store/restore trttinode.rttidatatype to/from ppu file, and also copy it in vor 15 Jahren
  Jonas Maebe d1538ab023 o added ARM VPFv2/VFPv3 support: vor 15 Jahren
  florian 49cff00793 * unified ie vor 16 Jahren
  florian 04402dd6cc * initialize allow_array_constructor for each compilation run, fixes probably #12283 vor 16 Jahren
  florian 5d87a1c6e7 * typos fixed vor 17 Jahren
  florian fffc05731c * don't crash when ranges are passed erroneously to an array of const, resolves #11632 vor 17 Jahren