Historial de Commits

Autor SHA1 Mensaje Fecha
  Jonas Maebe 61ddaab091 * never keep a value in a register for llvm if it's typecasted on the hace 10 años
  Jonas Maebe bad1b2a1c1 * fix for issue introduced in r28862: the compiler considered also hace 10 años
  florian 4289dd667d * managed types cause a different warning/hint when they are hace 10 años
  Jonas Maebe dc4a2a59f7 * initialise mineq before exiting the parameter checking loop for open array hace 10 años
  Jonas Maebe f1c45eeae3 * support passing [nil] to an array of class/objcclass/javaclass/intf/... hace 10 años
  svenbarth 244ac12794 Fix for Mantis #26615. hace 11 años
  sergei 1744988962 * Modified behavior of CExtended type in overload selection: it is made more compatible to Extended than to Double and Single. Also an Extended parameter selects a CExtended overload (if available) instead of Double. hace 11 años
  florian 3e4198ea45 * take care of dyn. arrays in cse hace 11 años
  florian 1366498255 + nf_addr_taken: it marks nodes which address is taken hace 11 años
  Jonas Maebe 89d97a3c2e * only consider tc_pointer_to_array typeconversions to determine whether a hace 11 años
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables hace 11 años
  florian 6f03d04fe1 * when using a pointer as array, the pointer is never written, only read hace 11 años
  svenbarth 798bb91e90 Extract tdef.is_related plus its overrides in tobjectdef, trecorddef and tstringdef into a new function def_is_related in unit defcmp. hace 11 años
  svenbarth 168c9d152f Small optimization for the search of operator overloads. Add a flag "sto_has_generic" to all symtables that contain an operator overload (the flag propagates up the owning symtables) and check this flag when searching for units with operators. hace 12 años
  florian b43b4bb455 + pseudo procedure aligned: tells the compiler to assume that the given parameter is naturally aligned, counterpart of unaligned hace 12 años
  florian 728c074bd6 * accept with statements with generic variables having a generic parameter type, resolves #21329 hace 12 años
  Jonas Maebe fd8827d379 * prevent compiler crash caused by double freeing after reporting not hace 12 años
  Jonas Maebe 76b0ee9925 * treat all "uninitialized" hints as warnings on JVM platforms, because hace 13 años
  Jonas Maebe 5ea03973d3 * reject assignments to vecn[rangen] (mantis #22941) hace 13 años
  florian ca5fabda6d * cleanup some unused units from uses clauses hace 13 años
  pierre 1550c623c3 Avoid memory leak in isbinaryoverloaded function hace 13 años
  Jonas Maebe 3b968b4b35 * don't allow overloading enum/int operations, because they should be hace 13 años
  Jonas Maebe cf4a2bd392 * fixed java.lang.String and Pascal string comparisons after operator hace 13 años
  Jonas Maebe f3ad4af343 * make sure valid_for_assign() returns false for inlined function bodies hace 13 años
  svenbarth 360592d1f4 Some corrections after the loosening of operator overloads: hace 13 años
  svenbarth b0458b55a3 Loosen the restriction regarding operator overloads by applying a (modified) patch from JC Chu. This fixes Mantis #22359. hace 13 años
  Jonas Maebe fdbe35aadf * only try to call procvars while choosing overloads in case they don't hace 13 años
  Jonas Maebe 12553a9367 * don't give -CO warnings or hints for ordinal constants, because those hace 13 años
  Jonas Maebe 95b8b95c9c * fixed (harmless) class cast error hace 13 años
  Jonas Maebe 834026bfb5 * synchronised with trunk up to r21067 hace 13 años