Historial de Commits

Autor SHA1 Mensaje Fecha
  negelef 9fac866c55 Fixed constant folding of builtin MAX procedure hace 6 años
  felixf 695ecefe16 reactivated index operators on objects hace 6 años
  felixf 75be76ce1c simplifications: removed array structured object types completely hace 6 años
  felixf 946ee31f28 fist working version for dynamic calls within methods in record scope (Oberon2 style) hace 6 años
  negelef edddf2e9e0 Added warning for ignored return values of procedure calls with Windows calling convention as a preparation for removing this legacy behaviour altogether hace 6 años
  felixf 0d1a0813c5 removed visitor pattern completely now hace 6 años
  felixf 97f805a4f2 removed old visit that led to trap with warnings enables hace 6 años
  felixf 1b22680b94 removed unused symbols, hace 7 años
  felixf 6d1f056e3d improved handling of huge sparse case tables: use if cascade on a register (can potentially be improved further with binary search or hash tables if required) hace 7 años
  felixf a2e60c884d performance optimisation: do not type guard when hace 7 años
  felixf 2f1795e2f6 Patched problem with nested record hace 7 años
  felixf 3d126198fb Improved syntax of with-statement hace 7 años
  negelef e31dced224 Removed obsolete darwin calling convention flag hace 7 años
  felixf d98268c8c9 patched forbidden case where an array was used for an array index hace 7 años
  negelef 1b6c5713fd Improved diagnostic message hace 7 años
  negelef 05ec4a4dfb Fixed NORETURN modifier of procedure types which does not depend on calling convention hace 7 años
  negelef 7324dc8173 Added proper constant for invalid stream positions hace 7 años
  felixf 2393da1668 DIM now needs to return something compatible to SIZE (and not to LONGINT as it was before) hace 7 años
  negelef de52e92426 Renamed SystemTools to System hace 7 años
  felixf 76e803e60a compatibility with ARRAY [?]; hace 7 años
  felixf c2f9a74029 Support for Reference Counting: hace 7 años
  eth.negelef 881bebbdc0 Added support for SHORT and LONG on unsigned expressions hace 7 años
  felixf ca8615ceb3 Added check for non-allocability of unsafe pointers hace 7 años
  negelef 0f96d43f45 Removed unused local variables hace 7 años
  felixf df9cac450f detect recursive conversions hace 7 años
  eth.negelef 6768131975 Added proper type definition for evaluating constant integer expressions hace 7 años
  felixf 9b7c916ea9 reshape: array of size (i/o array of longint) hace 7 años
  eth.negelef 4065854ddd Added proper type definition for evaluating constant set expressions hace 7 años
  felixf 3490093614 Moved platform calling convention to the frontend (as an important side effect, platform calling convention is appearing translated in the symbol file) hace 7 años
  felixf d7e0caff9c Added Platform Calling Convention hace 7 años