Historique des commits

Auteur SHA1 Message Date
  nickysn 894d400a7b + added is_farpointer(tdef) and is_hugepointer(tdef) helper functions to defutil il y a 12 ans
  nickysn bfd65ea550 * use tprocvardef(def).size (which takes into account far code/data) to determine cgsize for procvars in def_cgsize il y a 12 ans
  sergei 4e873d0561 + Determine early (before pass 2) whether managed parameters/locals/temps will cause the procedure to reference RTTI labels and, therefore, need GOT. il y a 12 ans
  Jonas Maebe 7d9f98e516 + def_cgmmsize() that returns a vector tcgsize for arraydefs (as generated il y a 12 ans
  Jonas Maebe 53ba7fbb8b * support formaldef in def_cgsize (-> OS_ADDR) il y a 12 ans
  Jonas Maebe 2dd75e707e * renamed thlcgobj.tcgsize2orddef to defutil.cgsize_orddef il y a 12 ans
  nickysn 42b2228dc7 + far pointer support in defutil.def_cgsize il y a 12 ans
  nickysn 2486009d37 + support u64bit as well in defutil.range_to_basetype il y a 12 ans
  nickysn d88855566a + added defutil.is_nativesint and is_nativeuint il y a 12 ans
  nickysn 70d02e6942 + added defutil.is_nativeint and is_nativeord il y a 12 ans
  nickysn 7bce3c5208 * reverse the order of checks for determining the native int type (e.g. 8086 in large memory model would have 32-bit addresses, but a 16-bit native int) il y a 12 ans
  nickysn 848eeceded * use min and max in defutil.get_common_intdef il y a 12 ans
  nickysn a8d72cc11a * bug fix in defutil.get_common_intdef il y a 12 ans
  nickysn 9c435a0bcb + added is_8/16bit and is_oversizedint/is_oversizedord helper functions in defutil.pas il y a 12 ans
  nickysn a68dfed450 * defutil.is_smallset updated for 8/16-bit CPUs il y a 12 ans
  nickysn a274e62724 + added defutil.is_32bit helper function, similar to is_64bit il y a 12 ans
  nickysn f048e3fd3b + support 16-bit pointers (i8086 near pointers) in defutil.def_cgsize il y a 12 ans
  florian 761fcca4ec + is_dynamicstring il y a 13 ans
  florian ca5fabda6d * cleanup some unused units from uses clauses il y a 13 ans
  florian 7901662eb3 + mark method pointers as regable il y a 13 ans
  Jonas Maebe cf4a2bd392 * fixed java.lang.String and Pascal string comparisons after operator il y a 13 ans
  svenbarth b0458b55a3 Loosen the restriction regarding operator overloads by applying a (modified) patch from JC Chu. This fixes Mantis #22359. il y a 13 ans
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 il y a 13 ans
  Jonas Maebe 3589f90cf8 * also show the valid bounds in most cases when signalling a range check il y a 13 ans
  Jonas Maebe 930883edf6 * also report currency as automatable on non-x87 platforms il y a 13 ans
  florian 61eb25ea30 * qwordbool is obviously a 64 bit type, resolves #20889 il y a 13 ans
  paul c6ca9e5091 compiler: il y a 14 ans
  Jonas Maebe 88df6573a0 * moved de2regtyp() from defutil to hlcgobj, so it can be overridden il y a 14 ans
  Jonas Maebe 8439e1472e * moved def2regtyp() from jvm/hlcgcpu to defutil, and extended it to il y a 14 ans
  florian d35d1ed357 + initial support for pascal booleans with sizes 2, 4 and 8 il y a 14 ans