Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  svenbarth d4e573c1e3 * fix for Mantis #27349: nested classes might also reside inside records 8 vuotta sitten
  svenbarth ce18b10c81 * fix for Mantis #30530: when the global/static symtable is reached defowner is Nil, so respect that in the loop condition 9 vuotta sitten
  svenbarth cb27889dea * fix cycling by correctly handling the case that the global symtable of a program file is Nil 9 vuotta sitten
  svenbarth 36e5d02e8e * addsymref: do not directly check the top level symtable against the current module's global symtable as that would be false for a specialize symtable; check the module id instead 9 vuotta sitten
  Jonas Maebe c752050728 * don't print "parameter not used" hints for abstract methods (mantis #30431) 9 vuotta sitten
  pierre ef1369fef2 Reset static recorddef variables to nil in InitSymtable, avoid crashes in TextMode IDE 9 vuotta sitten
  svenbarth 54b6cacf36 Fix for Mantis #30357. 9 vuotta sitten
  Jonas Maebe 0ce68d223f - removed unused tllvmshadowsymtable.recordalignmin field 9 vuotta sitten
  Jonas Maebe 4121facc7a * only free the llvm shadow symtable when the original symtable will 9 vuotta sitten
  Jonas Maebe 68d9eb89a2 * skip static fields while constructing the LLVM shadow symtable for structs 9 vuotta sitten
  svenbarth 046614948c + new utility routine to print all parameter declarations for a specified system routine 9 vuotta sitten
  svenbarth 9fd8c8718a Partial merge of r28846 (without the global assembler symbols) 9 vuotta sitten
  Jonas Maebe 0da80d1a15 * use is_objccategory() instead of just checking for oo_is_classhelper when 9 vuotta sitten
  svenbarth 02e56f410d Merged revision(s) 28689 from branches/svenbarth/packages: 9 vuotta sitten
  Jonas Maebe 99aaec5431 * handle typed constant definitions of variant records using different fields 9 vuotta sitten
  Jonas Maebe 00c777e51a * add padding byte fields all as unsigned, as that is also how we 9 vuotta sitten
  Jonas Maebe abcf441c00 * moved tllvmshadowsymtable items default property from private to public 9 vuotta sitten
  Jonas Maebe 787caf4dda * treat records with {$packrecords c} the same as other records for LLVM 9 vuotta sitten
  Jonas Maebe 0b4f3f01b3 * fixed another case of endless recursion in 9 vuotta sitten
  Jonas Maebe 86b02cf76e * handle bitpacked ordinal fields whose size is a multiple of 8 bits the same 9 vuotta sitten
  Jonas Maebe 00d97d54ca * don't overwrite the curroffset field while adding bytes for bitpacked fields 9 vuotta sitten
  Jonas Maebe bbbceb08d9 * fixed the number of bytes added for packed record ordinal fields in the 9 vuotta sitten
  yury 17358aa3ed * Removed unused local vars. 9 vuotta sitten
  svenbarth 86f1ca2037 symtable.pas, is_visible_for_object: 9 vuotta sitten
  florian 70b8789262 o basic extended pascal support: 9 vuotta sitten
  Jonas Maebe ed211b9888 * don't use symid anymore as fallback when sorting fields, as it's no longer 9 vuotta sitten
  Jonas Maebe 2cea723a0d * only write the parts of the unit localsymtables that are actually needed: 9 vuotta sitten
  florian 0ffe6157a8 * cast hsym with the correct type, should resolve issue #28862 9 vuotta sitten
  pierre 6435968a3b Introduce tabstractsubsymtable class that uses subentryid to use it also for tenumsymtable and tarraysymtable, to fix errors for ppudump util with -VH option 10 vuotta sitten
  Jonas Maebe 5a50d05e50 * fixed skipping if intermediate fields in llvm shadow symtable 10 vuotta sitten