Commit Verlauf

Autor SHA1 Nachricht Datum
  nickysn 460dd1c10a * remove the redundant equal typeconv, left over as an artifact after removing vor 8 Jahren
  nickysn efc5e339d0 * use an enum instead of integer constants to represent inline numbers vor 8 Jahren
  florian c7ba611bf9 * when explicitly casting a variable, it might be sufficient if it is const_regable vor 8 Jahren
  svenbarth df893b4a30 * implement a type conversion from an array constructor to a dynamic array vor 8 Jahren
  svenbarth 6e31a7ac83 + add an overload to arrayconstructor_to_set that allows it to be used without the passed in node being freed vor 8 Jahren
  svenbarth cc5e3fdee9 + add utility function arrayconstructor_can_be_set which uses similar code to arrayconstructor_to_set to check whether an array constructor has even a chance to be converted to a set vor 8 Jahren
  nickysn 8033392554 * on 16-bit CPUs remove unnecessary 32-bit conversions of integers, that are vor 8 Jahren
  Károly Balogh 5426c11611 marked a few uses of TConstExprInt as const during parameter passing, to avoid a few unnecessary record copying vor 8 Jahren
  Jonas Maebe a2017b2327 * don't keep tc_equal type conversions for LLVM in case the resultdef doesn't vor 8 Jahren
  florian 4862e64b53 * type conversions of constants require that unneeded bits are cut off vor 8 Jahren
  florian 000cffa8e3 * make more use of nf_internal to avoid range check errors vor 8 Jahren
  Jonas Maebe 66be068365 * set the correct resultdef after converting a dynamic array to an open array vor 9 Jahren
  Jonas Maebe 661be0baad * replaced ctemprefnode.create_offset() usage in variant array indexing vor 9 Jahren
  Jonas Maebe 1e1b36515e * don't narrow expressions that contain a mod/div followed by an "and", vor 9 Jahren
  Jonas Maebe bbe8e346e0 * handle tc_equal typeconversions from conststring to a stringdef in vor 9 Jahren
  Jonas Maebe 49a83b2872 * allow targets to keep certain type conversions for equal types in vor 9 Jahren
  Jonas Maebe ea0c8e6f38 - reverted accidentally committed code with r32463 vor 9 Jahren
  Jonas Maebe 688b9c0a69 * use the correctly typecasted reference in a_bit_set_reg_ref vor 9 Jahren
  Jonas Maebe 18ad8fc004 * fixup for r32338: to reset a typeconvn, its convtype must also be set vor 9 Jahren
  Jonas Maebe 6677747d74 * reprocess changed typeconvn in doremoveinttypeconvs(), as the changed vor 9 Jahren
  yury 9431648b6c * Fixed conversion from float to currency when the currency type is 64-bit integer. Issue #28748. vor 10 Jahren
  Jonas Maebe b22e2ef400 * add "doregister" parameter to tsetdef.create, and don't register temporary vor 10 Jahren
  svenbarth 529677cc79 ncal.pas: vor 10 Jahren
  yury 432248cbf1 * Removed lot of unused vars. vor 10 Jahren
  Jonas Maebe fbacf9682f * rename WinCE softfp compilerproc names to lowercase, needed since r31404 vor 10 Jahren
  Jonas Maebe fa1ac2515e * don't look for overloaded operators in case of internally generated vor 10 Jahren
  florian 01cbf00455 * unified code to remove unnecessary type casts to support also removals of type conversions between smaller ints vor 10 Jahren
  Jonas Maebe 67b8aceaee * synchronized with privatetrunk till r30095 vor 10 Jahren
  Jonas Maebe c764826bb3 * check whether we are explicitly typecasting untypedpointer^ before other vor 10 Jahren
  florian aafec52a52 * allow multiple passes on as nodes vor 10 Jahren