mit-scheme.git
1988-10-17 Chris HansonAdd most remaining unix primitives, including new ...
1988-10-17 Chris HansonAdd new primitive `file-touch'.
1988-10-15 Chris HansonChange `char->string' to `string'. `char->string'...
1988-10-15 Chris HansonChange `char->string' to `string'. `char->string'...
1988-10-13 Chris Hanson*** empty log message ***
1988-10-13 Chris HansonWhen dynamic link is in use, it must be pushed even...
1988-10-12 Chris HansonMake pathname parser/unparser packages inherit from...
1988-10-12 Chris HansonAdd code to load the package modeller if needed.
1988-10-12 Chris HansonHide these definitions from the global environment:
1988-10-07 Chris HansonFix bug in `h' command when first subproblem had wrapar...
1988-10-07 Chris HansonExport `reduce-right' to the global environment.
1988-10-07 Chris HansonRename `reduce-reversed' to `reduce-right'.
1988-10-06 Guillermo J... Add a SYSTEM primitive which invokes a shell to execute...
1988-10-06 Chris HansonRedefine `reduce' to perform its reduction in a manner...
1988-10-04 Guillermo J... Add missing clause to instr3.scm
1988-10-04 Guillermo J... Make wrong number of arguments errors proceedable....
1988-10-04 Guillermo J... Make DUMP-BAND always dump from the low heap so that...
1988-10-03 Guillermo J... Fix 2 bugs:
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...
next