projects
/
mit-scheme.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mit-scheme.git
1988-12-30
Chris Hanson
Fix some bugs related to compiled code debugging when...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-30
Chris Hanson
Fix some bugs related to compiled code debugging when...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-30
Chris Hanson
Flesh out debugging information. This goes along with...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-30
Chris Hanson
Flesh out debugging information. This goes along with...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-30
Chris Hanson
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1988-12-30
Chris Hanson
Extensive changes to utilize compiled code debugging...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-29
Chris Hanson
Change definition of `compiled-entry-kind' for return...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-28
Chris Hanson
Adjust floating point formats for pyramid.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-23
Chris Hanson
Don't bother putting out cref information for global...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-23
Chris Hanson
Add `next-continuation-offset' slot, which is either...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-23
Chris Hanson
Fix definition of `stack-top-address' to make it consis...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-23
Chris Hanson
Fix definition of `stack-top-address' to make it consis...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-20
Chris Hanson
If combination has a `continuation-push', prevent that...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-19
Chris Hanson
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
1988-12-19
Chris Hanson
Rewrite the handling of SCode quotation expressions...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-19
Chris Hanson
Rewrite the handling of SCode quotation expressions...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-19
Chris Hanson
Tweak popping-limits computation once again: the extern...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-19
Chris Hanson
Repackage constant folding code.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-19
Chris Hanson
Do not require `object-immutable?' of arguments to...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-19
Chris Hanson
Add references such as `car' and `vector-length' to...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-16
Chris Hanson
Delete reference to `block-frame', which has been made...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-16
Chris Hanson
Add hooks for debugging info.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-16
Chris Hanson
No longer need to use `set-type-object-description!'.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-16
Chris Hanson
No longer need to use `set-type-object-description!'.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-15
Chris Hanson
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
1988-12-15
Chris Hanson
Fix bug in `instruction-dead?': an assignment whose...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-15
Chris Hanson
Introduce new algorithm to delete unreachable nodes...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-15
Chris Hanson
Change (commented-out) code that used to use lvalue...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-15
Chris Hanson
Improve popping limits computation -- new algorithm...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-15
Chris Hanson
Add generation and alist slots to lvalue objects, simil...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-15
Chris Hanson
Change procedure unparser to show the label in a more...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-15
Chris Hanson
Change block unparser to show the type, and to show...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-15
Chris Hanson
In the merged register map, if there are multiple alias...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-15
Chris Hanson
Repackage lifetime-analysis and register-allocation...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-15
Chris Hanson
Eliminate fluid let to patch SF since the latter has...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-14
Chris Hanson
(block-partial-ancestry): allow ancestor to be same...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-14
Chris Hanson
Fix another case which was generating dangling code.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
When generating new code, must use contexts instead...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
Rule for (OVERFLOW-TEST) must return some code. Before...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
Change `block' to `context'.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
Delete `variable-auxiliary!'.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
Lots of changes to implement frame reuse stuff. See...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
Delete all of the system predicate expansions: variable...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
Change modifiers to return `unassigned'. This will...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
Frame reuse changes. Also add change to prevent noop...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
* Change `block' to `context' where needed.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
* Guarantee that `combination/model!' is always defined.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
* Make changes to convert `block' to `context'.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
* Fix bug in `syntax-files!': was not causing circularl...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
* Change `discriminate-items' to guarantee that the...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
* Add new passes to setup frame adjustments of combinat...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
* Change `block' to `context' where needed.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
`tagged-vector/subclass-predicate' should use `vector...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
* Add new lvalue slots: `initial-{for,back}ward-links...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
* Change `block' fields to `context' where appropriate.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
Significant repackaging.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
Redefine `block-original-parent' to be `original-block...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-13
Chris Hanson
Change analysis in two ways: (1) static link computatio...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Guillermo J...
UUO links to entities and some procedures with optional...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
New type: stack-overwrite. Remove changes to delete...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Block->context changes. Improve handling of static...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Multiple value changes. Block->context changes.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Many changes for frame reuse stuff.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Significant changes for frame reuse stuff.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
* Change `block' to `context' where needed.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
* Move everything except the core block search stuff...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Many changes: see the diff.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Major changes to accomodate frame reuse.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Significant changes: see the diff.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Add new node type: `stack-overwrite'
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
* Make necessary changes to convert `block' to `context'.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
* Add `free-variables' slot to subproblem objects.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Change `block' to `context' where needed.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Guillermo J...
UUO links to entities and some procedures with optional...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
* Add new node type: `stack-overwrite'.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Delete popping-limit stuff from continuations. Also...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
* Add `popping-limits' components to block.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Fix some bugs: (1) was allowing volatile expressions...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
New definitions:
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Change to store the initial links as well as the transi...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
* Add two new slots to lvalue type.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-12
Chris Hanson
Delete all of the system predicate expansions: variable...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-11
Chris Hanson
Change modifiers to return `unassigned'. This will...
commit
|
commitdiff
|
tree
|
snapshot
1988-12-08
Chris Hanson
Missing \n\ in documentation string.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-06
Guillermo J...
Rewrite constant folding and closure analysis phases.
commit
|
commitdiff
|
tree
|
snapshot
1988-12-06
Guillermo J...
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1988-12-06
Guillermo J...
Add a couple of fg optimizer phases:
commit
|
commitdiff
|
tree
|
snapshot
1988-12-05
Guillermo J...
Add a list? check to syntax-expression and some paranoi...
commit
|
commitdiff
|
tree
|
snapshot
1988-11-17
Guillermo J...
Fix a bug in blktyp, and allow envopt to keep data...
commit
|
commitdiff
|
tree
|
snapshot
1988-11-17
Guillermo J...
1) Integrated parameters are filtered before we design...
commit
|
commitdiff
|
tree
|
snapshot
1988-11-17
Guillermo J...
free callers and callees lists are preserved if
commit
|
commitdiff
|
tree
|
snapshot
1988-11-15
Guillermo J...
Improve constant folding:
commit
|
commitdiff
|
tree
|
snapshot
1988-11-12
Chris Hanson
Add `flush-output' operation to file output ports....
commit
|
commitdiff
|
tree
|
snapshot
1988-11-12
Chris Hanson
Rewrite unix file opening code to be really careful...
commit
|
commitdiff
|
tree
|
snapshot
1988-11-10
Guillermo J...
Fix self evaluation of compiled entries which are not...
commit
|
commitdiff
|
tree
|
snapshot
1988-11-09
Chris Hanson
Change to use `for' loop on subdirectories.
commit
|
commitdiff
|
tree
|
snapshot
1988-11-09
Chris Hanson
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1988-11-08
Guillermo J...
Add fix:<mumble> to the list of constant-foldable-primi...
commit
|
commitdiff
|
tree
|
snapshot
next