mit-scheme.git
1989-02-10 Guillermo J... Add #@ to read back hashed objects.
1989-02-10 Guillermo J... Add #@ to read back hashed objects.
1989-02-09 Chris HansonPretty-printer needs definition of `unparse-list/prefix...
1989-02-09 Chris Hanson*** empty log message ***
1989-02-09 Chris HansonUnparser now treats QUASIQUOTE, UNQUOTE, and UNQUOTE...
1989-02-08 Chris Hanson`define-structure' macro should return the name of...
1989-01-30 Chris HansonEliminate C compiler warning.
1989-01-21 Chris HansonEliminate unreferenced variable warning.
1989-01-21 Chris Hanson*** empty log message ***
1989-01-21 Chris HansonDefine `combination/inline/simple?'.
1989-01-21 Chris HansonAdd several new rules which are needed because of chang...
1989-01-21 Chris HansonChange the expression-simplification to generate tempor...
1989-01-21 Chris HansonImplement more aggressive compression of the RTL, becau...
1989-01-21 Chris HansonOpen coding of primitives: flesh out the type and range...
1989-01-21 Chris HansonChange simplicity analysis: previously all inline coded...
1989-01-21 Chris HansonChange CSE to record expressions as their values are...
1989-01-18 Chris HansonRemove all dependencies on "rtlbase/rtlcon".
1989-01-18 Chris HansonFix stupid typo in `increment-machine-register'.
1989-01-18 Chris HansonAdd definitions of `address-units-per-object' and
1989-01-18 Chris HansonFix bug in rule for this expression:
1989-01-07 Chris HansonBug in interaction of continuation-entry setup code...
1989-01-07 Chris HansonFix several bugs in the stack-frame->continuation unparser.
1989-01-06 Chris HansonFix bug in Z command. Change G command so that it...
1989-01-06 Chris HansonExtend V and Z commands to allow lookup of symbols...
1989-01-06 Chris HansonRedefine `debug/eval' so that it will lookup symbols...
1989-01-06 Chris HansonChange handling of debugging information to match chang...
1989-01-06 Chris HansonChange debugging output again; add slot to continuation...
1989-01-05 Chris Hanson`stack-address-offset' primitive had sign bug.
1988-12-31 Chris HansonAdjust for changes in continuation parser code.
1988-12-31 Chris HansonFix site loading mechanism; previous try didn't work.
1988-12-31 Chris HansonAdjust frame display to look better on regular console.
1988-12-31 Chris HansonAdd mechanism to allow normalization of directory prefi...
1988-12-31 Chris HansonInitial revision
1988-12-31 Chris HansonAdd mechanism to allow normalization of directory prefi...
1988-12-30 Chris HansonFix some bugs related to compiled code debugging when...
1988-12-30 Chris HansonFix some bugs related to compiled code debugging when...
1988-12-30 Chris HansonFlesh out debugging information. This goes along with...
1988-12-30 Chris HansonFlesh out debugging information. This goes along with...
1988-12-30 Chris HansonInitial revision
1988-12-30 Chris HansonExtensive changes to utilize compiled code debugging...
1988-12-29 Chris HansonChange definition of `compiled-entry-kind' for return...
1988-12-28 Chris HansonAdjust floating point formats for pyramid.
1988-12-23 Chris HansonDon't bother putting out cref information for global...
1988-12-23 Chris HansonAdd `next-continuation-offset' slot, which is either...
1988-12-23 Chris HansonFix definition of `stack-top-address' to make it consis...
1988-12-23 Chris HansonFix definition of `stack-top-address' to make it consis...
1988-12-20 Chris HansonIf combination has a `continuation-push', prevent that...
1988-12-19 Chris Hanson*** empty log message ***
1988-12-19 Chris HansonRewrite the handling of SCode quotation expressions...
1988-12-19 Chris HansonRewrite the handling of SCode quotation expressions...
1988-12-19 Chris HansonTweak popping-limits computation once again: the extern...
1988-12-19 Chris HansonRepackage constant folding code.
1988-12-19 Chris HansonDo not require `object-immutable?' of arguments to...
1988-12-19 Chris HansonAdd references such as `car' and `vector-length' to...
1988-12-16 Chris HansonDelete reference to `block-frame', which has been made...
1988-12-16 Chris HansonAdd hooks for debugging info.
1988-12-16 Chris HansonNo longer need to use `set-type-object-description!'.
1988-12-16 Chris HansonNo longer need to use `set-type-object-description!'.
1988-12-15 Chris Hanson*** empty log message ***
1988-12-15 Chris HansonFix bug in `instruction-dead?': an assignment whose...
1988-12-15 Chris HansonIntroduce new algorithm to delete unreachable nodes...
1988-12-15 Chris HansonChange (commented-out) code that used to use lvalue...
1988-12-15 Chris HansonImprove popping limits computation -- new algorithm...
1988-12-15 Chris HansonAdd generation and alist slots to lvalue objects, simil...
1988-12-15 Chris HansonChange procedure unparser to show the label in a more...
1988-12-15 Chris HansonChange block unparser to show the type, and to show...
1988-12-15 Chris HansonIn the merged register map, if there are multiple alias...
1988-12-15 Chris HansonRepackage lifetime-analysis and register-allocation...
1988-12-15 Chris HansonEliminate fluid let to patch SF since the latter has...
1988-12-14 Chris Hanson(block-partial-ancestry): allow ancestor to be same...
1988-12-14 Chris HansonFix another case which was generating dangling code.
1988-12-13 Chris HansonWhen generating new code, must use contexts instead...
1988-12-13 Chris HansonRule for (OVERFLOW-TEST) must return some code. Before...
1988-12-13 Chris HansonChange `block' to `context'.
1988-12-13 Chris HansonDelete `variable-auxiliary!'.
1988-12-13 Chris Hanson*** empty log message ***
1988-12-13 Chris HansonLots of changes to implement frame reuse stuff. See...
1988-12-13 Chris HansonDelete all of the system predicate expansions: variable...
1988-12-13 Chris HansonChange modifiers to return `unassigned'. This will...
1988-12-13 Chris HansonFrame reuse changes. Also add change to prevent noop...
1988-12-13 Chris Hanson* Change `block' to `context' where needed.
1988-12-13 Chris Hanson* Guarantee that `combination/model!' is always defined.
1988-12-13 Chris Hanson* Make changes to convert `block' to `context'.
1988-12-13 Chris Hanson* Fix bug in `syntax-files!': was not causing circularl...
1988-12-13 Chris Hanson* Change `discriminate-items' to guarantee that the...
1988-12-13 Chris Hanson* Add new passes to setup frame adjustments of combinat...
1988-12-13 Chris Hanson* Change `block' to `context' where needed.
1988-12-13 Chris Hanson`tagged-vector/subclass-predicate' should use `vector...
1988-12-13 Chris Hanson* Add new lvalue slots: `initial-{for,back}ward-links...
1988-12-13 Chris Hanson* Change `block' fields to `context' where appropriate.
1988-12-13 Chris HansonSignificant repackaging.
1988-12-13 Chris HansonRedefine `block-original-parent' to be `original-block...
1988-12-13 Chris HansonChange analysis in two ways: (1) static link computatio...
1988-12-12 Guillermo J... UUO links to entities and some procedures with optional...
1988-12-12 Chris HansonNew type: stack-overwrite. Remove changes to delete...
1988-12-12 Chris HansonBlock->context changes. Improve handling of static...
1988-12-12 Chris HansonMultiple value changes. Block->context changes.
1988-12-12 Chris HansonMany changes for frame reuse stuff.
1988-12-12 Chris HansonSignificant changes for frame reuse stuff.
1988-12-12 Chris Hanson* Change `block' to `context' where needed.
next