コミット履歴

作者 SHA1 メッセージ 日付
  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 年 前
  negelef 6cfcb4560c Unified runtime module names 7 年 前
  felixf dd3d5477c3 patched all method visibility conflicts: extending methods keep visibility of super method. 7 年 前
  negelef 900eb35aa3 Removed duplicated semicolons 7 年 前
  felixf 4e4e439576 Removed priority from generic sections (replaced by section types) 7 年 前
  felixf 6849ac77e4 Improved error handling: line/column position now available everywhere 8 年 前
  felixf e0864e2384 Also treated line numbers correctly in assembler code 8 年 前
  felixf f16b38f79e Improved emission of MOD when power of two 8 年 前
  felixf 7fa5dda47f Added optimization: replace mul / div by shift if possible 8 年 前
  felixf 3c00209322 Enabled separate imports / separate compilation of cells within a module (TRM / ARM / AMD separation) 9 年 前
  felixf 316732e6df Preparations for Unix x64: 64-bit calling convention (being different from that of the WinAPI) 9 年 前
  felixf 44bf96bbb2 Removed debugging trace 9 年 前
  felixf f622377202 Patched fixup problem with TRM (introduced with previous patch) 9 年 前
  felixf 5b614be365 Patched (allowed case of) empty section reference 9 年 前
  felixf 76e0945562 Patched frame pointer offset problem introduced with explicit link register support 9 年 前
  felixf b44209fae0 corrected instruction width 9 年 前
  felixf 311a5949d3 Patched a problem with instruction width (18 became 32 when data sections were present) 9 年 前
  felixf e7ca9ce59f removed dependencies on module ActiveCells, Hardware and TRMTools 9 年 前
  felixf cd5558f722 added standard compiler components 9 年 前
  felixf 5f23454cbf Moved parts of the calling / stack convention to front-end. Stack layout harmonized: 9 年 前
  felixf c4d4cb6df9 Moved TRM backend from OC to A2 trunk. 9 年 前