mit-scheme.git
1988-09-29 Guillermo J... Numerous changes:
1988-09-29 Guillermo J... Numerous changes:
1988-09-27 Chris HansonFix quoting within documentation strings.
1988-09-27 Chris HansonAdd \n\ sequences to multiline document strings.
1988-09-22 Joe Marshall(force (delay x)) ==> x (new optimization)
1988-09-15 Chris HansonTuning to increase performance.
1988-09-15 Chris HansonLabel basic blocks that have multiple previous edges...
1988-09-15 Chris HansonAllow strings and lists for version numbers in systems.
1988-09-15 Chris HansonAllow strings and lists for version numbers in systems.
1988-09-14 Chris HansonIf the continuation of a combination is always known...
1988-09-07 Chris HansonRemove code to delete basic blocks list from rgraphs...
1988-09-07 Chris HansonAdd new analysis to determine how RTL basic blocks...
1988-09-07 Chris HansonAdd new slots to descriptor lists of basic blocks.
1988-09-02 Mark FriedmanAdded switch to control generation of open coded type...
1988-09-02 Mark FriedmanFixed rtl:expand-statement (you gotta be careful with...
1988-09-02 Chris HansonChange `/' operation to return an exact integer result...
1988-09-01 Mark FriedmanAdded open coding of generic arithmetic (without open...
1988-09-01 Mark FriedmanMerged generic stuff with version 4.6.1.1
1988-09-01 Mark FriedmanMerged generic stuff with version 4.7.1.1
1988-09-01 Mark FriedmanFixed some generic arithmetic stuff and merged back...
1988-08-31 Chris HansonAdd slots to bblock structure to facilitate better...
1988-08-31 Chris HansonAdd comments and copyright. Separate out loading of...
1988-08-31 Chris HansonChange back end of compiler to not join bit strings...
1988-08-31 Chris HansonChange `cons-syntax' and `append-syntax!' so that they...
1988-08-31 Chris HansonChange expander for `instruction->instruction-sequence...
1988-08-31 Chris HansonChange `append-instruction-sequences!' so that it does...
1988-08-31 Chris HansonChange rule for `locked' to check top level directory...
1988-08-31 Chris HansonChange `define-ea-database' macro to side effect the...
1988-08-31 Chris HansonRemove references to `define-coercion'. Use explicit...
1988-08-31 Chris HansonMake sure that the constant parts of this file are...
1988-08-31 Chris HansonHandle case where base address of an `offset' locative...
1988-08-30 Chris HansonInitial revision
1988-08-30 Chris HansonMany changes to improve code at both RTL and LAP levels...
1988-08-30 Chris HansonTeach how to combine stack references.
1988-08-29 Chris HansonRewrite this pass to be a more powerful instruction...
1988-08-29 Chris HansonRedefine expression-cost computation to be mostly machi...
1988-08-29 Chris HansonFlush `expression-non-object?' since that is now define...
1988-08-29 Chris HansonMerge concepts of `address' and `fixnum' register into...
1988-08-29 Chris HansonFix stupid bug involving missing call to `scfg*scfg...
1988-08-29 Chris HansonMust not pop return address unless it has been pushed.
1988-08-29 Chris HansonMerge concepts of `address' and `fixnum' register into...
1988-08-29 Chris HansonMerge concepts of `address' and `fixnum' register into...
1988-08-29 Chris HansonChange references to `coerce->any' into calls to
1988-08-29 Chris HansonUse `move-to-temporary-register!' to correctly reuse...
1988-08-29 Chris HansonMany many changes.
1988-08-29 Chris HansonDefine fixnum constant limits more carefully. Redefine...
1988-08-29 Chris HansonToo many changes to list them all. See the code.
1988-08-29 Chris HansonFix order of events bug in disassembly of bit field...
1988-08-29 Chris HansonChange names of two state variables for `show-fg',...
1988-08-29 Mark FriedmanNo change. made a mistake.
1988-08-29 Chris HansonForce register allocator to reuse registers on an LRU...
1988-08-29 Chris HansonMany changes. Add documentation comments to most of...
1988-08-29 Chris HansonBreak out procedure to pattern match RTL against rules...
1988-08-26 Joe Marshallfix named let
1988-08-26 Joe Marshall(let loop ((x loop)) x) worked when it shouldn't have.
1988-08-25 Chris HansonUndo changes introduced with version 4.10, to facilitate
1988-08-24 Chris HansonGuarantee that "comp.bcon" is constructed if it doesn...
1988-08-24 Chris HansonLoad cref if not already loaded.
1988-08-24 Mark FriedmanJust forgot a few things for the rtl-constructor stuff.
1988-08-24 Mark FriedmanAdded expand.scm in support of the new rtl expansion...
1988-08-24 Chris HansonGuarantee that the ".bin" version of each file is loade...
1988-08-23 Mark FriedmanAdded support for a new expansion phase, which is essen...
1988-08-23 Chris HansonMake error messages a bit more informative.
1988-08-22 Chris HansonExport `lap-generator/match-rtl-instruction' to (compil...
1988-08-22 Chris HansonSplit off pattern matching part of LAP generator to...
1988-08-22 Chris HansonFix documentation.
1988-08-22 Mark FriedmanAdded support for the open coding of generic arithmetic.
1988-08-22 Mark FriedmanThere's a new expansion phase to support the open codin...
1988-08-22 Mark FriedmanThe rtl constructor macros now place entries in a table...
1988-08-22 Mark FriedmanAdded support for the open coding of generic arithmetic.
1988-08-22 Mark FriedmanMade the vector stuff more robust (with some more open...
1988-08-18 Chris Hanson(return-operator/pop-frames) Must pop `extra' off stack...
1988-08-18 Chris HansonRandom editing to clean up code a bit. No change in...
1988-08-18 Chris HansonTest to determine if a continuation is direct linked...
1988-08-18 Chris HansonFix editing error.
1988-08-18 Chris HansonExport `syntax-files!' to the compiler package.
1988-08-18 Chris HansonImprove code generated for inputs like the following:
1988-08-18 Chris HansonImprove code generated for inputs like the following:
1988-08-16 Mark FriedmanSlight typo in &= definition fixed.
1988-08-16 Mark FriedmanSlight typo in &= definition fixed.
1988-08-15 Chris HansonUpdate documentation strings.
1988-08-15 Chris HansonCause `disk-save' to run `event:after-restart' when...
1988-08-15 Chris HansonParameterize `pp' to print uninterned symbols by name.
1988-08-15 Chris HansonDefine `primitive-procedure-documentation'.
1988-08-15 Chris HansonAdd parameterization to print uninterned symbols by...
1988-08-15 Chris HansonChange definition of `DEFINE_PRIMITIVE' macro to includ...
1988-08-15 Chris HansonChange definition of `DEFINE_PRIMITIVE' macro to includ...
1988-08-12 Chris HansonGuarantee that the `cd' requested by the Scheme process...
1988-08-11 Chris HansonVarious bug fixes, also some efficiency improvements...
1988-08-11 Chris HansonBe more specific about what kind of combination is...
1988-08-11 Chris HansonVarious efficiency and organization changes. Eliminate...
1988-08-11 Chris Hanson(assemble-objects!) Never use / when doing integer...
1988-08-11 Chris HansonImplement compiled code reference trap errors.
1988-08-11 Chris HansonExport `stack-frame/return-address' to global environment.
1988-08-11 Chris HansonDo not barf if error combination is malformed.
1988-08-10 Panayotis Skordosadded halftoning routines: psam, ht-od, ht-bn, ht-ibn
1988-08-10 Panayotis Skordosadded halftoning routines: psam, ht-od, ht-bn, ht-ibn
1988-08-09 Chris HansonDo not perform automagic integrations by default. ...
1988-08-09 Chris HansonDisable downward coercion of flonums.
1988-08-09 Guillermo J... table_length and table_size are stored with Make_Non_Po...
next