1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed image-make-ring (typo in argument-range-checking). More... almost 38 years ago
Rewrote some comments and trivia, and moved/added some macros for arrays. More... almost 38 years ago
Added array-division, rewrote some comments and trivia, and moved some macros to array.h More... almost 38 years ago
Initial revision More... almost 38 years ago
Fix bug: missing integration declarations prevent proper inline coding of structure accessors. More... almost 38 years ago
Fixed typo in C_Image_Periodic_Shift: "-" should be "+" for negative shifts. The bug had not detected because positive shifts worked just fine. More... almost 38 years ago
Fix bug introduced with removal of danger bits. EQ? cannot be used to compare two reduction pointers or two vertebra pointers since they can have different types. More... almost 38 years ago
New microcode version. More... almost 38 years ago
Eliminate all remnants of danger bits. - History now uses two distinct types for marked and unmarked versions. - Stacklets/control points have a separate word used as the reuse flag. More... almost 38 years ago
Eliminate all remnants of danger bits. - History now uses two distinct types for marked and unmarked versions. - Stacklets/control points have a separate word used as the reuse flag. More... almost 38 years ago
Eliminate all remnants of danger bits. - History now uses two distinct types for marked and unmarked versions. - Stacklets/control points have a separate word used as the reuse flag. More... almost 38 years ago
Do not transmit "end-of-control-g" sequence back to emacs unless the interrupt character is really a control g. More... almost 38 years ago
Fix long standing bug in HALT. Restartable_Exit was being invoked twice. More... almost 38 years ago
Minor bug: compiler_cache_assignment was passing the wrong kind argument to compiler_cache_reference. More... almost 38 years ago
- Make assignments use their own caches, distinct from those use by references. - Turn uuo links on by default. - Partly implement the CONSTANT declaration. - Add some more declaration language (ALL and NONE). - Make the variable set be computed at the right point during graph construction. More... almost 38 years ago
- Make assignments use their own caches, distinct from those use by references. - Turn uuo links on by default. - Partly implement the CONSTANT declaration. - Add some more declaration language (ALL and NONE). - Make the variable set be computed at the right point during graph construction. More... almost 38 years ago
*** empty log message *** More... almost 38 years ago
Change variable caches so assignments and references go through different caches. This allows uuo links to be turned on by default. More... almost 38 years ago
Fixed bug in division. More... almost 38 years ago
Repaginate, make last set of changes clearer. Return value must always be true (previously it was undefined in some cases). More... almost 38 years ago
Fix relocation of stack environments on band restore. More... almost 38 years ago
To add emacs interface hacks to flush input on control-g. - Aab More... almost 38 years ago
Add a few special utilities for generic arithmetic. More... almost 38 years ago
Initial revision More... almost 38 years ago
Fix typo from last change. More... almost 38 years ago
Delete noop nodes BEFORE compressing the bblocks. Otherwise the bblock compressor will encounter them and get confused. More... almost 38 years ago
Make new interface for using noop nodes that controls both allocation and deletion of the nodes. More... almost 38 years ago
Define with-temporary-register-copy! for 3 operand instructions. More... almost 38 years ago
Fix compiled_entry_to_block, which was branching on the wrong condition. More... almost 38 years ago
Add with-register-copy-alias! for the benefit of machines with 3 operand instructions. More... almost 38 years ago