Commit History

Author SHA1 Message Date
  michael dd0d606a0a * Remove some unused identifiers 5 years ago
  Jonas Maebe 1a9e246c29 * added is_normal_fieldvarsym() helper and use it 5 years ago
  Jonas Maebe 6d51c69dbe * fixed writing of calling convention for function declarations/definitions 5 years ago
  Jonas Maebe b89487e721 * fix paraloc def for vectors with vectorcall calling convention (was a single 5 years ago
  Jonas Maebe 96dfe3d03a * LLVM support for writing vector types 5 years ago
  Jonas Maebe f5833dc048 * support for marking arraydefs as vectors 5 years ago
  Jonas Maebe 1e3f72403e * renamed getintparaloc to getcgtempparaloc 5 years ago
  svenbarth 9853ed53e8 * partial fix for Mantis #36358: apply partial, adjusted patch by Imants Gulbis to extend TRttiProperty.SetValue and TRttiProperty.GetValue 5 years ago
  svenbarth be1439e93e * partial fix for Mantis #36356: apply partial, adjusted patch by Imants Gulbis to add methods for TValue to retrieve a AnsiChar or WideChar (this is not Delphi compatible, but convenient) 5 years ago
  svenbarth f782d3fe7a * partial fix for Mantis #36358: apply partial, adjusted patch by Imants Gulbis to implement TValue.ToString for enumerations, AnsiChar and WideChar 5 years ago
  svenbarth 8ff14ed5d1 + partial fix for Mantis #36358: apply partial patch by Imants Gulbis to add assignment operator for TValue from Comp and IUnknown 5 years ago
  svenbarth 5610f992b4 * if a CPU platform does not provide a FarPointer type then declare it as an alias to a mere Pointer 5 years ago
  svenbarth abe6e740f5 * Delphi allows overloading based on Comp, so declare it as a type rename instead of a mere alias 5 years ago
  svenbarth ad0d885880 * if a CPU platform doesn't explicitely provide the Comp type we declare it as an alias to Int64 5 years ago
  svenbarth 042bbdf613 * as long as the Comp type is declared, declare PComp as well 5 years ago
  svenbarth 12ae68f503 * also allow TValue.AsExtended for Integer types 5 years ago
  florian a20209e691 + tf_init_final_units_by_calls 5 years ago
  florian e332c17bbd * some inconsistency regarding FPC_NONE usage fixed 5 years ago
  florian be0054eeb4 * fixed output of line numbers/columns with -vR 5 years ago
  florian ef87879402 * common naming for fpu_none string 5 years ago
  florian cbec738829 * last commit was not complete/earlier version committed 5 years ago
  florian abb79553d2 * optimize case statements with a single branch into if statements (ord const only) 5 years ago
  florian cb44d7d4e2 * some cleanup 5 years ago
  florian 4de6b3e6b9 * do not crash when an unsupported code page is encountered, resolves #35581 5 years ago
  michael abeb00cd94 * Fix bug ID #34303, readability opimizations 5 years ago
  michael 5edf438489 * Fix writing of special chars (bug ID 0036470) 5 years ago
  florian 8b24033e93 * last fix was most likely not complete 5 years ago
  florian 0dabe49601 * fix building on non-unix/windows targets 5 years ago
  florian 99680eb88c * patch by Anton Kavalenka: heaptrc: Improve tracing by printing actual 5 years ago
  florian 2f374a37b7 * patch by Bart Broersma to allow to declare "LongInt = AnsiString" comparison 5 years ago