Commit History

Autor SHA1 Mensaxe Data
  Jonas Maebe 924ffe6538 * removed initialisation of unused fparacopyback from tcallparanode.copy_value_by_ref_para %!s(int64=5) %!d(string=hai) anos
  yury e63c03125a * Reworked tprocdef.is_implemented to fix a bug with the parentfp optimization. The bug was detected when using the llvm backend. %!s(int64=5) %!d(string=hai) anos
  yury 7bffafdf8b * Improved the parentfp optimization to properly handle cases when a nested routine calls other nested routines. %!s(int64=5) %!d(string=hai) anos
  yury 627fcb4354 * Do not use the LOC_VOID location to indicate unused parameters. %!s(int64=5) %!d(string=hai) anos
  yury a316229ef6 * Always use parentfp for forward-declared nested procedures. %!s(int64=5) %!d(string=hai) anos
  Jonas Maebe 0fbb1b259e * re-added "protected" accidentally removed in r45236, fixes JVM compilation %!s(int64=5) %!d(string=hai) anos
  florian b80d051249 * make fparainit and fparacopyback public %!s(int64=5) %!d(string=hai) anos
  florian 0794878b41 * allow recursive inlines, meanwhile, there are other means to avoid too deep recursion of inlining %!s(int64=5) %!d(string=hai) anos
  nickysn 5be4ce281f * don't reorder LOC_REFERENCE parameters on the Z80 also %!s(int64=5) %!d(string=hai) anos
  svenbarth 068f0d2ec8 * fix for Mantis #36935: apply patch by J. Gareth Moreton to fix a typo in cs_opt_remove_empty_proc %!s(int64=5) %!d(string=hai) anos
  florian 1993c5d1ef * cosmetics %!s(int64=5) %!d(string=hai) anos
  florian 98226d33b7 * do not optimize inline nodes which are part of call node which has an init and/or cleanup block, resolves #36323 %!s(int64=5) %!d(string=hai) anos
  svenbarth 0a915e883e * keep track of static symbols that a global function references, as those must now be exported from a dynamic package as well if the function can potentially be inlined %!s(int64=5) %!d(string=hai) anos
  florian 60b3296594 * relax conditions in tcallnode.optimize_funcret_assignment, resolves #36279 %!s(int64=5) %!d(string=hai) anos
  Jonas Maebe ac1e0f96bd * replaced tentryfile.get/putsmall/normalset() with a common tget/putset %!s(int64=5) %!d(string=hai) anos
  Jonas Maebe a051b8d225 - remmoved doregister parameter from t*sym constructors, as the registration %!s(int64=6) %!d(string=hai) anos
  Jonas Maebe 956aab3be0 * implement support for the Objective-C "related result type" convention %!s(int64=6) %!d(string=hai) anos
  Jonas Maebe d8903ce6b3 - removed maxcrecordalign parameter/field from recordsymtables, as this value %!s(int64=6) %!d(string=hai) anos
  Jonas Maebe 3fee990218 * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ %!s(int64=6) %!d(string=hai) anos
  pierre 243c967967 Commit of new debug feature implemented by J. Gareth Moreton %!s(int64=6) %!d(string=hai) anos
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would %!s(int64=6) %!d(string=hai) anos
  svenbarth 307ff071e6 * allow any untyped parameter to be passed to a untyped constref parameter %!s(int64=6) %!d(string=hai) anos
  yury e5c2d13671 * Do not set pi_needs_got in current_procinfo.flags at the node level, since the GOT usage can only be estimated there. Instead set the pi_needs_got flag at places where the GOT register is accessed during the code generation. This eliminates generation of the unneeded initialization of the GOT register and fixes linker errors when the _GLOBAL_OFFSET_TABLE_ symbol is referenced but no actual GOT references are present. %!s(int64=6) %!d(string=hai) anos
  Jonas Maebe 8b9e90dc7a * keep track of whether a routine has a C-style variadic parameter in the %!s(int64=6) %!d(string=hai) anos
  Jonas Maebe ff8ccb06e5 * changed reverseparameters() from function into procedure: it does not make %!s(int64=6) %!d(string=hai) anos
  Jonas Maebe b840db7228 * addition to r40631: also force inline self parameters that are already in %!s(int64=6) %!d(string=hai) anos
  Jonas Maebe eb769e3859 * force pointer-based self parameters of inlined routines in temps for LLVM %!s(int64=6) %!d(string=hai) anos
  Jonas Maebe 8845f4d1ce * fixed type consistency in handler for array parameters on platforms where %!s(int64=6) %!d(string=hai) anos
  pierre cacd8f28eb Try to avoid expectloc not set after first pass error for call node %!s(int64=6) %!d(string=hai) anos
  yury dd60397165 + Added the pio_inline_not_possible flag to timplprocoption. It is set if a function can't be inline (contains an assembler block, etc). When calling such functions, no note "Call to subroutine "?" marked as inline is not inlined" is emitted. %!s(int64=6) %!d(string=hai) anos