Historial de Commits

Autor SHA1 Mensaje Fecha
  felixf 2270b6687b patched incorrect negative method table index offset for simple metadata hace 7 años
  negelef e8295b6486 Removed compiler "intrinsics" which can now be found in the Builtins module hace 7 años
  negelef de52e92426 Renamed SystemTools to System hace 7 años
  negelef c91f69c538 Moved common functions from Runtime into Builtins hace 7 años
  negelef aa8277863d Renamed Runtime module to built-ins as it mainly contains built-in functions for operations which the compiler or back-end do not support natively hace 7 años
  negelef 0f0687d9f6 Hardcode runtime module in cooperative case hace 7 años
  felixf de8d09fec7 Patched overlapping temporary variables hace 7 años
  negelef 70555b1742 Prefixed Runtime module hace 7 años
  felixf 00a490e780 Made const parameters untraced (required at least for array base with metadata GC) hace 7 años
  felixf 37c5f098c1 patched offsets (additional refcount field in HeapBlock) hace 7 años
  eth.negelef f8429d7fb6 Renamed Win32 filename prefix to Windows in order to unify the naming scheme of platforms hace 7 años
  eth.negelef 43d3475492 Renamed windows-specific modules that are architecture-dependent hace 7 años
  felixf c2f9a74029 Support for Reference Counting: hace 7 años
  negelef cbf41a32c4 Removed obsolete section fields hace 7 años
  negelef 2e484d2f6e Added proper reflection of procedure variables hace 7 años
  felixf 9f4660486b hace 7 años
  eth.negelef 9a608fcad2 Fixed loop termination hace 7 años
  eth.negelef 5925150e89 Removed padding for set values hace 7 años
  eth.negelef 12731370b8 Fixed reflection of set values hace 7 años
  eth.negelef 6768131975 Added proper type definition for evaluating constant integer expressions 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 0db92cf8d3 cc --> callingConvention hace 7 años
  felixf d7e0caff9c Added Platform Calling Convention hace 7 años
  felixf 872ae13a67 cleanup and documentation hace 7 años
  felixf 129a7c0ffe Patched Alignment for 64-bit SysVABI (C- Calling Convention on LInux64) hace 7 años
  eth.negelef e1f7b6c4cb Fixed alignment of complex numbers passed as parameters hace 7 años
  negelef ba8b34e304 Fixed parameter types when calling FoxArrayBase.AllocateTensorX with 64-bit sizes hace 7 años
  eth.negelef 5c03854ad7 Fixed missing conditional check hace 7 años
  eth.negelef 942b4efbd7 Added proper support for System V AMD64 ABI for callback functions hace 7 años