Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe 8ba4c4bcf0 * factored out the creation of loadnodes for special variables/parameters il y a 4 ans
  florian b36597c76a * better calculation of estimated stack frame size il y a 5 ans
  yury 7bffafdf8b * Improved the parentfp optimization to properly handle cases when a nested routine calls other nested routines. il y a 5 ans
  yury c15b6f4516 * Fixed the parentfp optimization for some cases when nested procvars are used. il y a 5 ans
  yury 2808873d1b * Reworked the optimization of unused $parentfp for nested routines. il y a 5 ans
  florian fc98a0db4f * cosmetics il y a 5 ans
  florian fa4cbc89a5 + Xtensa: hard float support, i.e. make use of floating point extension if available il y a 5 ans
  florian f6c16323fa * unified loadnf_load_self_pointer into loadnf_load_addr il y a 5 ans
  Jonas Maebe ac1e0f96bd * replaced tentryfile.get/putsmall/normalset() with a common tget/putset il y a 5 ans
  Jonas Maebe ef6dde6de3 * fixed loading the address of a copied labelnode in a loadnode il y a 6 ans
  pierre 243c967967 Commit of new debug feature implemented by J. Gareth Moreton il y a 6 ans
  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. il y a 6 ans
  Jonas Maebe 51e68eb302 * fixed several places where the interface crc could change: il y a 6 ans
  florian ae8304f657 * set nf_write flag properly for vec. nodes of types with implicit dereferencing il y a 6 ans
  florian 9f16c34329 + initial work for tls-based threadvar support on arm-linux il y a 6 ans
  svenbarth a8b2ad31d1 * fix for Mantis #34355: correctly check whether the array constructor is empty (aka []) or not il y a 6 ans
  svenbarth 85439a0fa0 * also check for nf_assign_done_in_right flag after typechecking the right side il y a 7 ans
  florian 0fd0e356e1 + new flag ra_different_scope: used if a node tree is marked as non-regable if a variable is accessed from a different scope il y a 7 ans
  florian c230f81719 + support for <dyn. array>+<dyn. array>, resolves #30463 il y a 7 ans
  svenbarth d50848174a + add putboolean and getboolean convenience methods to tentfile il y a 7 ans
  nickysn efc5e339d0 * use an enum instead of integer constants to represent inline numbers il y a 8 ans
  florian b1dff29cbf * removed unused units il y a 8 ans
  svenbarth 8f4ef91efb * tarrayconstructornode: force conversion to set if there's a range node in the tree il y a 8 ans
  svenbarth 82b2d22ed6 * keep track of allow_array_constructor as part of the array constructor node il y a 8 ans
  svenbarth dfc23da06c * tassignmentnode.pass_typecheck: also allow "dynarray := []" in addition to "dynarray := nil" il y a 8 ans
  svenbarth b1c66dee9b + tarrayconstructornode: add utility method has_range_node to check whether the array constructor node tree contains any range node il y a 8 ans
  svenbarth 4a2266ac44 * tarrayconstructornode.pass_typecheck: set elementdef of the arraydef only after the arrayoptions are changed il y a 8 ans
  nickysn 012153201a * moved the conversion of "x:=x op k" to inline nodes to a separate optimization il y a 8 ans
  nickysn 5bb77905cd * fixed the missing warnings for unused variables at -O3, when one of the new il y a 8 ans
  nickysn 4697a653a4 + perform the "i:=i +/-/and/or/xor k" optimization when there are two typecasts il y a 8 ans