Commit History

Author SHA1 Message Date
  pierre 1e7a3cd003 Fix for tw8513 failure for big endian processors 10 years ago
  Jonas Maebe 63a3ff3c7f * integrate the functionality to create an address-only procvardef from a 11 years ago
  Jonas Maebe 6f01bb56d6 * automatically call calcparas adter creating a procvardef from a procvdef, 11 years ago
  Jonas Maebe f4cdf13d54 * since the generic second_bool_to_bool() calls through to 11 years ago
  Jonas Maebe af98f9e39d * initialise expectloc for passthrough first_bool_to_int() and 11 years ago
  Jonas Maebe 2bc8afaa63 + support for calling a method via a block: we capture the method as a 11 years ago
  Jonas Maebe bd09b88a5b + support for http://en.wikipedia.org/wiki/Blocks_(C_language_extension) 11 years ago
  Jonas Maebe 7949bebb8d * synchronised with r28168 of trunk 11 years ago
  Jonas Maebe 99b4389297 * fixed tbs/tb0607 for 64 bit targets: there the nf_internal flag isn't set 11 years ago
  Jonas Maebe bacd303208 * synchronized with trunk up to r27758 11 years ago
  Jonas Maebe 13fbf5b6ef * fixup for r27725: limit change to subn 11 years ago
  Jonas Maebe e704dd8d74 * treat "u32bit-u32bit" as a signed value when removing automatic 11 years ago
  Jonas Maebe d452686c39 * moved pbestrealtype from symdef to symcpu 11 years ago
  Jonas Maebe b57c95043f + support overriding tdef/tsym methods with target-specific functionality: 11 years ago
  Jonas Maebe 8cc9b64ad7 * don't discard typeconversion nodes that only change the result type when 11 years ago
  florian d185122799 * optimize type conversions away if bits has been masked by a previous and operation 11 years ago
  florian e3f9982ee1 * make_not_regable is a matter of code generation so do it in pass_1 11 years ago
  florian 2081b9cad7 * do not convert a boolean to a 32 bit int first when converting to a 64 bit int, this causes data loss when casting e.g. a qwordbool to a qword 11 years ago
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables 11 years ago
  florian 99eadb91b3 * run CheckAndWarn to get proper locations for warnings about uninitialized variables 11 years ago
  Jonas Maebe 7be4e20307 * also don't put a value in registers if it is converted from a type that can 11 years ago
  Jonas Maebe 2bb67ec47d * corrected usage of CPUNO32BITOPS 11 years ago
  florian bbabb77ec9 * disable 32 bit operation optimization for powerpc64 11 years ago
  florian b147693cc5 * comment updated 11 years ago
  florian 945b318012 + get rid of unnecessary 64 bit conversions too if one of the operands is 8 or 16 bit 11 years ago
  florian d201bcb1cd * get rid of 64 bit operations on 64 bit targets as well if possible 11 years ago
  florian 17dcd2fa31 * get rid of unneeded 64 bit multiplications, it makes also for signed operations no difference if a calculation is carried out with 32 or 64 bit, if the result is casted to 32 bin again 11 years ago
  svenbarth 798bb91e90 Extract tdef.is_related plus its overrides in tobjectdef, trecorddef and tstringdef into a new function def_is_related in unit defcmp. 11 years ago
  svenbarth 76f6de5cf1 Refactor tobjectdef.find_implemented_interface out into unit defcmp so that the recently introduced cycle between symdef and defcmp can be broken again. 11 years ago
  sergei 90d66595c2 * typecheck_real_to_currency: generate inline round() node instead of direct call to fpc_round_real, this allows target-specific processing to take place and possibly emit more efficient code. 12 years ago