Historie revizí

Autor SHA1 Zpráva Datum
  Jonas Maebe 2f914ee2d8 * packed tabstractvarsym.addr_taken/different_scope fields into a set před 5 roky
  Jonas Maebe ac1e0f96bd * replaced tentryfile.get/putsmall/normalset() with a common tget/putset před 5 roky
  svenbarth beb606be13 * fix for Mantis #36114: when converting a static class field to a global variable the varspez of the field needs to be respected před 5 roky
  Jonas Maebe a051b8d225 - remmoved doregister parameter from t*sym constructors, as the registration před 5 roky
  svenbarth b945e66e28 * store attribute information in PPU; this is less important for the compiler, but more for e.g. Lazarus when dealing with binary only units před 6 roky
  svenbarth dfb9fffcf9 + add functions for syms and defs and write sub entries of the sym/def to PPU and loads them again před 6 roky
  svenbarth a1b556d211 * considering that at least in theory every symbol and every def can carry RTTI attributes (Delphi only supports property and field symbols), move the rtti_attribute_list to tstoredsym/tstoreddef před 6 roky
  svenbarth 39bab2dbcc * rename trtti_attributesdef to trtti_attributes_list před 6 roky
  svenbarth b2932393df Reintegration of Custom Attributes branch by Joost van der Sluis with patches reworked by Svetozar Belic [patch 1/3] před 6 roky
  Jonas Maebe 6b97c712f6 * volatile syms should never be regable před 6 roky
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would před 6 roky
  pierre c1e93bd2c2 + compiler/symdef.pas: Add missing call to tderef.reset methods in all tdef constructors. před 6 roky
  Jonas Maebe 503ea604f3 + nolinline modifier to specify that a routine must never be inlined před 6 roky
  pierre 0052e4da81 * Use getasizeint/putasizeint for tfieldvarsym.fieldoffset před 6 roky
  florian 21d785e41b * do not unroll loops if the counter variable is accessed outside the current scope před 7 roky
  svenbarth e59e9e2a0a * extend tunitsym to be created as registered or not (for now all are created as registered) před 7 roky
  florian f986933d46 * the references of records passed by value can be kept in registers před 7 roky
  svenbarth d50848174a + add putboolean and getboolean convenience methods to tentfile před 7 roky
  florian a37237ca11 * avoid range check errors with absolute symbols for cpus where addresses are bigger than the registers před 8 roky
  nickysn efc5e339d0 * use an enum instead of integer constants to represent inline numbers před 8 roky
  florian b1dff29cbf * removed unused units před 8 roky
  florian 52d40bb25b * spacing fixed před 8 roky
  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 před 8 roky
  Jonas Maebe 571d053a60 - removed tabstractnormalvarsym.currentregloc: the new location will před 9 roky
  svenbarth 2ed7a6de68 New class function tsymsym.find_by_number() to find a tsymsym instance based on it's number. The list containing the mapping from the indices to the symbols is created and freed using the init/done registration mechanism. před 9 roky
  Jonas Maebe 7a966345e5 * don't recalculate the regable info when dereferencing a symbol's vardef: před 9 roky
  Jonas Maebe 2483ad5939 * factored out code to set the "regable" information from setvardef, and před 9 roky
  svenbarth 02e56f410d Merged revision(s) 28689 from branches/svenbarth/packages: před 9 roky
  Jonas Maebe 7a8079cfb4 * removed DLLsource global variable and replaced its uses with před 9 roky
  Jonas Maebe a1db947e9e * missing part of r32617: also load the def for constnil symbols před 9 roky