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

Аутор SHA1 Порука Датум
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would пре 6 година
  pierre c1e93bd2c2 + compiler/symdef.pas: Add missing call to tderef.reset methods in all tdef constructors. пре 6 година
  Jonas Maebe 503ea604f3 + nolinline modifier to specify that a routine must never be inlined пре 6 година
  pierre 0052e4da81 * Use getasizeint/putasizeint for tfieldvarsym.fieldoffset пре 6 година
  florian 21d785e41b * do not unroll loops if the counter variable is accessed outside the current scope пре 7 година
  svenbarth e59e9e2a0a * extend tunitsym to be created as registered or not (for now all are created as registered) пре 7 година
  florian f986933d46 * the references of records passed by value can be kept in registers пре 7 година
  svenbarth d50848174a + add putboolean and getboolean convenience methods to tentfile пре 7 година
  florian a37237ca11 * avoid range check errors with absolute symbols for cpus where addresses are bigger than the registers пре 8 година
  nickysn efc5e339d0 * use an enum instead of integer constants to represent inline numbers пре 8 година
  florian b1dff29cbf * removed unused units пре 8 година
  florian 52d40bb25b * spacing fixed пре 8 година
  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 571d053a60 - removed tabstractnormalvarsym.currentregloc: the new location will пре 9 година
  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. пре 9 година
  Jonas Maebe 7a966345e5 * don't recalculate the regable info when dereferencing a symbol's vardef: пре 9 година
  Jonas Maebe 2483ad5939 * factored out code to set the "regable" information from setvardef, and пре 9 година
  svenbarth 02e56f410d Merged revision(s) 28689 from branches/svenbarth/packages: пре 9 година
  Jonas Maebe 7a8079cfb4 * removed DLLsource global variable and replaced its uses with пре 9 година
  Jonas Maebe a1db947e9e * missing part of r32617: also load the def for constnil symbols пре 9 година
  Jonas Maebe 01d93b61c3 * save/restore the type (and hence code page) of ansistring constsyms in/from пре 9 година
  svenbarth 74c79803f7 Extend tlocalvarsym with the ability to not register it if needed. пре 10 година
  svenbarth 0ac12f0eaf Extend tstaticvarsym (and by extension tabstractnormalvarsym) with the capability to create it as unregistered if needed. пре 10 година
  svenbarth 922646d106 Adjust tfieldvarsym (and by extension tabstractvarsym) so that it can be created as not registered if needed. пре 10 година
  Jonas Maebe 745249295e * don't reserve never used space for parameter and function result location пре 10 година
  Jonas Maebe 2cea723a0d * only write the parts of the unit localsymtables that are actually needed: пре 10 година
  Jonas Maebe 4aa6c95ced * call inherited method from t*sym.buildderef (currently still empty, пре 10 година
  Jonas Maebe 2d2b8c635d * detect whether or not a def/sym is registered based on its defid, so we пре 10 година
  Jonas Maebe 95927665ce - removed variable notification support, it's not used and superceded by пре 10 година
  yury 432248cbf1 * Removed lot of unused vars. пре 10 година