0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 13, 2024 — Sep 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added subtags and the nativeint() macro.
lth
More... about 34 years ago
Cleaned up the split between C and assembly; added some offsets; generic "exception" offset.
lth
More... about 34 years ago
generics, new exceptions.
lth
More... about 34 years ago
Fixed a couple of bugs.
lth
More... about 34 years ago
New exception handling, added generic calls. Still misses the procedure fetches.
lth
More... about 34 years ago
Relaxed restrictions in millicode calling conventions; no longer requires a continuation to the caller to exist.
lth
More... about 34 years ago
Removed calling conventions for millicode (now in 'conventions.txt'); some general cleanup.
lth
More... about 34 years ago
Added millicode calling conventions; filled some holes re: the size field in continuation frames, tidied up the exception handling description. Some restructuring.
lth
More... about 34 years ago
Backup version; still in development. Stack flush and restore should be almost done; others still raw.
lth
More... about 34 years ago
Added some stack offsets; also changed the way we differentiate between values for C and assembly -- there is an adjustment rather than two separate definitions.
lth
More... about 34 years ago
Factored macros out to "macros.h".
lth
More... about 34 years ago
Initial revision
lth
More... about 34 years ago
added comment regarding the exception handling in the procedure prologue; this will have to be dealt with at some point.
lth
More... about 34 years ago
Initial revision
lth
More... about 34 years ago
Fixed some broken register aliases and a wrong return construction.
lth
More... about 34 years ago
Added some comments, cleaned up.
lth
More... about 34 years ago
Initial revision
lth
More... about 34 years ago
?
lth
More... about 34 years ago
Calling conventions changed; internal 'gcstart' factored out.
lth
More... about 34 years ago
Added description of HIMEM and LOMEM; some other odds and ends. Considered somewhat stable.
lth
More... about 34 years ago
Fixed some bugs.
lth
More... about 34 years ago
Major rewrite; the document nails down some already-made decisions and shows examples using the current calling conventions.
lth
More... about 34 years ago
Initial revision
lth
More... about 34 years ago
Revised for use of Millicode table; better explanations.
lth
More... about 34 years ago
Initial revision
lth
More... about 34 years ago
Moved typedef of 'word' in here; guarded against redefinition.
lth
More... about 34 years ago
Changed MTMP to TMP.
lth
More... about 34 years ago
Added some offsets.
lth
More... about 34 years ago
Latest, greatest. Much pruned to reflect new responsibility distribution.
lth
More... about 34 years ago
Fixed some minor bugs; added support for lomem/himem
lth
More... about 34 years ago