Cronologia Commit

Autore SHA1 Messaggio Data
  negelef bb1f91b67a Unified spelling 6 anni fa
  felixf e72d61944b Patched compatibility problem 6 anni fa
  felixf 955439151b proper inlining support (not yet finished -- disabled for the time being) 6 anni fa
  negelef 453b5d18b8 Push immediate as descriptor of callback procedures (C-calling convention) 6 anni fa
  negelef 41669785ad Added support for explicitly ignoring the return value of procedure calls by prefixing them with the new IGNORE keyword 6 anni fa
  felixf e703a7f865 made initial and final section "nopaf" 6 anni fa
  felixf 1aab642d53 patched problem with returning string as static array of char 6 anni fa
  felixf 695ecefe16 reactivated index operators on objects 6 anni fa
  felixf 75be76ce1c simplifications: removed array structured object types completely 6 anni fa
  negelef dc401dde1a Disable precice GC when using simple meta data 6 anni fa
  felixf 946ee31f28 fist working version for dynamic calls within methods in record scope (Oberon2 style) 6 anni fa
  felixf 1529e958fe allocate register after evaluation for condition to value (otherwise unused register may be stored on stack, which leads to problems with backend) 6 anni fa
  felixf 5cb9489c65 removed redundant branches 6 anni fa
  felixf b494321b9f Treat resolved field (--> constant folding of conditions) 6 anni fa
  felixf a3039c0fa2 removed "conditional" state and made conditions explicit 6 anni fa
  negelef d395d7f414 Do not omit type descriptor when allocating plain pointer types 6 anni fa
  negelef f2c3a699ae Fixed offset of last variable 6 anni fa
  negelef 2de611d694 Fixed stack size for procedures containing external variables 6 anni fa
  negelef 1d672e64a8 Fixed repeated type tests in cooperative cases 6 anni fa
  felixf b1f9aa9fec removed testing code (marked basic block start / end with nop) 6 anni fa
  felixf 0d1a0813c5 removed visitor pattern completely now 7 anni fa
  felixf 1b22680b94 removed unused symbols, 7 anni fa
  felixf 7eb1467920 warnings / deprecate use of old with statement syntax 7 anni fa
  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) 7 anni fa
  felixf 3d126198fb Improved syntax of with-statement 7 anni fa
  negelef 935314776f Fixed gap computation for 64-bit SysvABI which depends on how many actual registers have been passed (including floating-point values) 7 anni fa
  felixf 722bcdcfb8 Patched issue with pushing integer and floating point parameters in registers on Linux64. 7 anni fa
  negelef e31dced224 Removed obsolete darwin calling convention flag 7 anni fa
  negelef 886244f9cf Fixed alignment of ranges passed as parameters 7 anni fa
  negelef 76b966dceb Export artifical assign, reset, and trace procedures for merging 7 anni fa