Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Maebe 4ae8dcc91e * make the resultdef of left and right equal when comparing a dynarray vor 9 Jahren
  nickysn a159ebdbad * fixed comparison of two procvars in the i8086 compact and medium memory models vor 9 Jahren
  nickysn 8eceb73dd4 * also use an 8-bit zero constant for string comparisons with the empty string. vor 9 Jahren
  nickysn a20428f246 * when doing a string comparison that calls an rtl helper, compare the function vor 9 Jahren
  Jonas Maebe b22e2ef400 * add "doregister" parameter to tsetdef.create, and don't register temporary vor 10 Jahren
  Jonas Maebe fbacf9682f * rename WinCE softfp compilerproc names to lowercase, needed since r31404 vor 10 Jahren
  Jonas Maebe f402b0d7df * changed getpointerdef() into a tpointerdef.getreusable() class method vor 10 Jahren
  Jonas Maebe e9800ad3f9 * make the resultdef of left and right equal when comparing a procvar vor 10 Jahren
  florian cfa68be55b * do not use 16 Bit mul helper on avr, the code generator generates vor 10 Jahren
  florian a8e001d4ad * do not warn about disjunct ranges for internally created cmp nodes vor 10 Jahren
  Jonas Maebe dd2aa17de1 * also allow 64 bit platforms have have a 32x32->64 bit multiplication to vor 10 Jahren
  florian ccb01d6196 * allow subtraction/addition of internally generated nodes, resolves #27256 vor 10 Jahren
  florian 5c67fcc43f + change always floating point divisions into multiplications if they are a power of two, vor 10 Jahren
  florian 9fdfe4f474 + convert floating point division by a constant into a multiplication if fastmath is turned on vor 10 Jahren
  florian 499dd078e3 + automatically insert fma inlines into floating point code if possible and fastmath is activated vor 11 Jahren
  sergei 0d96963459 * Do not promote integer comparison operations to native size if one side is a constant and its value is within range of opposite side. Instead, cast the constant to type of the opposite side. vor 11 Jahren
  nickysn 33dac14554 * defutil.get_int_type_for_pointer_arithmetic replaced with a virtual method vor 11 Jahren
  nickysn bb48761652 * taddnode.pass_typecheck_internal: always pass a tpointerdef to vor 11 Jahren
  nickysn 6d54046300 * output a proper error message in case number+nil is encountered (just like vor 11 Jahren
  nickysn d86a8ebc99 * defutil.get_int_result_type_from_pointer_subtraction moved to a virtual vor 11 Jahren
  nickysn 99c555cea8 + implemented huge pointer subtraction vor 11 Jahren
  nickysn 2b2224494b * call first_addpointer and first_cmppointer in pass_1 for pchars as well. Fixes vor 11 Jahren
  nickysn c8130843b2 * fixed 'cannot convert type' error when comparing two voidhugepointers with vor 11 Jahren
  nickysn e80ecd4d5b + moved handling of pointer comparison in pass_1 to new virtual method vor 11 Jahren
  nickysn da77535631 * the handling of pointer arithmetic in pass_1 moved to a new virtual method vor 11 Jahren
  nickysn 89db1e4118 + add proper int type conversions for huge pointer arithmetic in pass_typecheck vor 11 Jahren
  sergei 4c3a4646ec * Fixed floating-point comparisons for softfloat targets (part of Mantis #9362). vor 11 Jahren
  nickysn 4563b2994d + handle constint+pointerconst in taddnode.simplify vor 11 Jahren
  Jonas Maebe d452686c39 * moved pbestrealtype from symdef to symcpu vor 11 Jahren
  Jonas Maebe b57c95043f + support overriding tdef/tsym methods with target-specific functionality: vor 11 Jahren