Historial de Commits

Autor SHA1 Mensaje Fecha
  florian f22a6629c1 * set types correctly for char -> shortstring conversions, resolves #32686 hace 7 años
  svenbarth 0351369698 * ttypeconvnode.typecheck_arrayconstructor_to_dynarray: the assignment node of the temp array to the resulting array always needs to exist, so remove the assigned() check hace 8 años
  svenbarth b78037f6f2 * ttypeconvnode.typecheck_arrayconstructor_to_dynarray: use ctempcreatenode.create_value() instead of create() to get rid of the explicit addition of an assignment node hace 8 años
  nickysn 460dd1c10a * remove the redundant equal typeconv, left over as an artifact after removing hace 8 años
  nickysn efc5e339d0 * use an enum instead of integer constants to represent inline numbers hace 8 años
  florian c7ba611bf9 * when explicitly casting a variable, it might be sufficient if it is const_regable hace 8 años
  svenbarth df893b4a30 * implement a type conversion from an array constructor to a dynamic array hace 8 años
  svenbarth 6e31a7ac83 + add an overload to arrayconstructor_to_set that allows it to be used without the passed in node being freed hace 8 años
  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 hace 8 años
  nickysn 8033392554 * on 16-bit CPUs remove unnecessary 32-bit conversions of integers, that are hace 8 años
  Károly Balogh 5426c11611 marked a few uses of TConstExprInt as const during parameter passing, to avoid a few unnecessary record copying hace 8 años
  Jonas Maebe a2017b2327 * don't keep tc_equal type conversions for LLVM in case the resultdef doesn't hace 8 años
  florian 4862e64b53 * type conversions of constants require that unneeded bits are cut off hace 8 años
  florian 000cffa8e3 * make more use of nf_internal to avoid range check errors hace 8 años
  Jonas Maebe 66be068365 * set the correct resultdef after converting a dynamic array to an open array hace 9 años
  Jonas Maebe 661be0baad * replaced ctemprefnode.create_offset() usage in variant array indexing hace 9 años
  Jonas Maebe 1e1b36515e * don't narrow expressions that contain a mod/div followed by an "and", hace 9 años
  Jonas Maebe bbe8e346e0 * handle tc_equal typeconversions from conststring to a stringdef in hace 9 años
  Jonas Maebe 49a83b2872 * allow targets to keep certain type conversions for equal types in hace 9 años
  Jonas Maebe ea0c8e6f38 - reverted accidentally committed code with r32463 hace 9 años
  Jonas Maebe 688b9c0a69 * use the correctly typecasted reference in a_bit_set_reg_ref hace 9 años
  Jonas Maebe 18ad8fc004 * fixup for r32338: to reset a typeconvn, its convtype must also be set hace 9 años
  Jonas Maebe 6677747d74 * reprocess changed typeconvn in doremoveinttypeconvs(), as the changed hace 9 años
  yury 9431648b6c * Fixed conversion from float to currency when the currency type is 64-bit integer. Issue #28748. hace 9 años
  Jonas Maebe b22e2ef400 * add "doregister" parameter to tsetdef.create, and don't register temporary hace 9 años
  svenbarth 529677cc79 ncal.pas: hace 10 años
  yury 432248cbf1 * Removed lot of unused vars. hace 10 años
  Jonas Maebe fbacf9682f * rename WinCE softfp compilerproc names to lowercase, needed since r31404 hace 10 años
  Jonas Maebe fa1ac2515e * don't look for overloaded operators in case of internally generated hace 10 años
  florian 01cbf00455 * unified code to remove unnecessary type casts to support also removals of type conversions between smaller ints hace 10 años