Commit History

Author SHA1 Message Date
  felixf b04f68acd2 Patched problem with temporaries 7 years ago
  negelef 7c0bbdb337 Removed obsolete newObjectFile flag 7 years ago
  felixf 360adc9c0c treated option "newObjectFile" as addition (not replacement) 7 years ago
  felixf 2270b6687b patched incorrect negative method table index offset for simple metadata 7 years ago
  negelef e8295b6486 Removed compiler "intrinsics" which can now be found in the Builtins module 7 years ago
  negelef de52e92426 Renamed SystemTools to System 7 years ago
  negelef c91f69c538 Moved common functions from Runtime into Builtins 7 years ago
  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 7 years ago
  negelef 0f0687d9f6 Hardcode runtime module in cooperative case 7 years ago
  felixf de8d09fec7 Patched overlapping temporary variables 7 years ago
  negelef 70555b1742 Prefixed Runtime module 7 years ago
  felixf 00a490e780 Made const parameters untraced (required at least for array base with metadata GC) 7 years ago
  felixf 37c5f098c1 patched offsets (additional refcount field in HeapBlock) 7 years ago
  eth.negelef f8429d7fb6 Renamed Win32 filename prefix to Windows in order to unify the naming scheme of platforms 7 years ago
  eth.negelef 43d3475492 Renamed windows-specific modules that are architecture-dependent 7 years ago
  felixf c2f9a74029 Support for Reference Counting: 7 years ago
  negelef cbf41a32c4 Removed obsolete section fields 7 years ago
  negelef 2e484d2f6e Added proper reflection of procedure variables 7 years ago
  felixf 9f4660486b 7 years ago
  eth.negelef 9a608fcad2 Fixed loop termination 7 years ago
  eth.negelef 5925150e89 Removed padding for set values 7 years ago
  eth.negelef 12731370b8 Fixed reflection of set values 7 years ago
  eth.negelef 6768131975 Added proper type definition for evaluating constant integer expressions 7 years ago
  eth.negelef 4065854ddd Added proper type definition for evaluating constant set expressions 7 years ago
  felixf 3490093614 Moved platform calling convention to the frontend (as an important side effect, platform calling convention is appearing translated in the symbol file) 7 years ago
  felixf 0db92cf8d3 cc --> callingConvention 7 years ago
  felixf d7e0caff9c Added Platform Calling Convention 7 years ago
  felixf 872ae13a67 cleanup and documentation 7 years ago
  felixf 129a7c0ffe Patched Alignment for 64-bit SysVABI (C- Calling Convention on LInux64) 7 years ago
  eth.negelef e1f7b6c4cb Fixed alignment of complex numbers passed as parameters 7 years ago