Historial de Commits

Autor SHA1 Mensaje Fecha
  florian 9a5e64442f + support copy with two parameters, resolves #22964 hace 13 años
  florian ff12d63248 + generic popcnt support hace 13 años
  florian b782918434 * first draft to support the popcnt instruction, works so far for x86 with a real popcnt instruction hace 13 años
  florian 396a9cafa8 * use ptrsinttype instead of sinttype as code parameter for val: for "normal" 32/64 bit targets this does not matter, hace 13 años
  sergei 684bf4fba2 + Reject object types without VMT as arguments of typeof(). Without this check, an undefined reference to VMT is generated which fails at the linking stage. hace 13 años
  pierre dd59db1bba * Set retun value of get_frame method to nil hace 13 años
  Jonas Maebe 56fcc87cb2 * add get_frame as an internal symbol for the jvm target because that target hace 13 años
  Jonas Maebe 89c230c035 * moved assert handling from second to first pass, so that the code generator hace 13 años
  svenbarth 7332a0f801 ninl.pas, tinlinenode.pass_typecheck: an intrinsic which has a generic type parameter as argument is left as is (e.g. a call) and thus this needs to be respected when typechecking a SizeOf. Fixes Mantis #21592. hace 13 años
  Jonas Maebe 562b968b16 * now that copy() expressions are only translated into calls during the hace 13 años
  Jonas Maebe 834026bfb5 * synchronised with trunk up to r21067 hace 13 años
  paul a26bc50ca6 compiler: change ShortString->(Some)String and AnsiString->(Some)String overload precedence both for variables and string constants, change unicode constant type from widestring to unicodestring (Delphi compatibility) hace 13 años
  florian 13e152f8a9 * even if currency is handle by an int64, it needs no extra handling in handle_default hace 13 años
  Jonas Maebe 98609d4c3e * also create a realconstn for default(currency) on platforms where the hace 13 años
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 hace 13 años
  svenbarth bd19a16be9 Add support for Default() intrinsic. For now this is only (fully) supported hace 13 años
  florian ca90260855 + fix duplicate internal error, resolves #21545 hace 13 años
  Jonas Maebe 3589f90cf8 * also show the valid bounds in most cases when signalling a range check hace 13 años
  Jonas Maebe 34df763ab1 * allocate space for the explicitly allocated assert parameter hace 13 años
  pierre 2e0a5facd2 * Fix str inline for booleans for 64 bit CPUs hace 13 años
  Jonas Maebe 85ef5e109c + assert() support for the JVM target (currently ignores the Java classloader hace 13 años
  paul c1866d5c17 compiler: hace 14 años
  paul c6ca9e5091 compiler: hace 14 años
  paul 485695d4e6 compiler, rtl: pass codepage argument to all ansistring str() helpers to return result with correct codepage hace 14 años
  florian cb647d875c * avoid mistakes with unimplemented sqr function on architectures with no softfloat support hace 14 años
  paul 7a998aec3a compiler, rtl: add a codepage argument fpc_Read_Text_AnsiStr to create new AnsiString with the codepage of passed AnsiString argument hace 14 años
  Jonas Maebe 583c9a3360 * replace assigned(dynarray) and dynarray=/<>nil with length(dynarray)=/<>0 hace 14 años
  Jonas Maebe 28c20cfc5e * the default string type for the JVM target is no longer automatically hace 14 años
  Jonas Maebe 67c2c7c166 * renamed cchartype to cansichartype hace 14 años
  Jonas Maebe d48fa1d7e2 * for all managed VM targets, reject ord->ptr typecasts (except for 0), hace 14 años