Историја ревизија

Аутор SHA1 Порука Датум
  Károly Balogh 69a502db37 instead of stringdup(ppufile.getstring), have a getpshortstring function in entfile, and use it whereever possible. this avoids an extra shortstring copy, compared to the earlier solution пре 8 година
  Jonas Maebe 6e05c78a54 + support for recording an exception catching personality function for a пре 8 година
  svenbarth f8c23c84b6 * have pointerdefs and classrefdefs "inherit" the df_generic and df_specialization flags from the def they point to and set the genericdef accordingly пре 8 година
  Jonas Maebe 472b5228fe * changed ncgutil.has_alias_name(pd,s) to a method of tprocdef пре 8 година
  svenbarth ee466b9a28 * extend tdef.fullownerhierarchyname() with a parameter that skips the inclusion of a procdef's parameter declaration using the new pno_noparams option пре 8 година
  svenbarth 930070a8ca + new tprocnameoption pno_noparams to prohibit tprocdef.customprocname() from adding the procdef's parameters пре 8 година
  Jonas Maebe 477283031c * fixed tprocvardef.size() for пре 8 година
  florian 67570a6262 + patch to support assigning class procedures to procedure variables by Ondrej Pokorny, resolves #30936 пре 8 година
  pierre 3919ffccf2 Fix calcsavesize for cross-compilation from aarch64 to arm, by forcing 64-bit computation also on min<low(longint) part пре 8 година
  nickysn 657685a8b6 * use sizesinttype instead of ptrsinttype for the index and high parameter of пре 8 година
  nickysn 35b0201002 + added an unsigned counterpart to tpointerdef.pointer_arithmetic_it_type (needed by inc/dec) пре 8 година
  nickysn acfe6d2f2c + added alusinttype and aluuinttype to symdef, which correspond to the ALU size, пре 9 година
  nickysn 35b2ffa872 + added types sizesinttype and sizeuinttype, corresponding to the SizeInt and пре 9 година
  nickysn 481a8ec58d * for pointers, converted to arrays, use a newly added virtual method пре 9 година
  svenbarth 2ea587f746 * fix for Mantis #30537: also allow the parasymtable as a parent symtable when generating the mangled name as that is needed for generic functions пре 9 година
  Jonas Maebe ffd4870a60 * add backticks around special type identifiers in пре 9 година
  pierre dfeb6e3ae1 Avoid memory leak on trecorddef.variantrecorddesc field пре 9 година
  Jonas Maebe 179c1ab328 * changed ttemp*node.tempinfo^.flags to a private field, and added setters пре 9 година
  svenbarth c2662bd96a * mark defs created with create_global_internal() with df_internal so that they can be easily identified пре 9 година
  Jonas Maebe 6558d7a521 * no longer store the tprocdef.synthetickind field in ppu files пре 9 година
  Jonas Maebe f55a403270 * specify the packenum setting to use when creating a tenumdef пре 9 година
  svenbarth b4354aff5e tprocdef.customprocname: пре 9 година
  svenbarth 7c5c5d2e4b symdef.pas, tprocdef: пре 9 година
  Jonas Maebe 9d2bba1917 * create a separate type and def for the LLVM "i1" type, because reusing пре 9 година
  Jonas Maebe 266dee9258 * update tprocvardef.GetTypeName() for blocks so it prints them using the пре 9 година
  Jonas Maebe f50dec5202 * don't allow implicit type conversions from pointers to c-style blocks in пре 9 година
  svenbarth 27ab1c61c5 Fix for Mantis #29745. пре 9 година
  Jonas Maebe 3e59c05ecc * only check trecorddef(self).contains_cross_aword_field (for checking пре 9 година
  Jonas Maebe 096e1c45d6 * don't keep records in registers if they contain a field that spans the пре 9 година
  svenbarth dea4ac557d Fix for Mantis #28100. пре 9 година