mit-scheme.git
1988-10-27 Chris HansonDon't forget to output the return codes with their...
1988-10-27 Chris HansonMore debugging support.
1988-10-26 Chris HansonAdd several new entries to support debugging of compile...
1988-10-26 Chris HansonAdjust `RETURN_NAME_TABLE' to contain all current retur...
1988-10-26 Mark FriedmanMerged 4.9 with 4.8.1.2.
1988-10-26 Chris HansonUpdate for new runtime system. Much simpler now that...
1988-10-26 Chris Hanson(compiled_entry_to_block): `suba.w' instruction sign...
1988-10-24 Chris HansonContinuation can still be sometimes known even when...
1988-10-21 Chris HansonChange directory reader to default the name/type/versio...
1988-10-21 Chris HansonIf slashification is turned off, it is still necessary...
1988-10-21 Chris HansonMake sure that TERM_SIGNAL control variables are initia...
1988-10-21 Chris HansonForce control-g synchronization always. Turns out...
1988-10-21 Chris HansonDon't use second argument to `interrupt-process' and...
1988-10-21 Arthur GlecklerTwo copies of the copyright message at beginning of...
1988-10-21 Arthur GlecklerRemoved extra copyright message; had two copies of...
1988-10-21 Chris HansonSeveral changes to make unix signals work right.
1988-10-21 Chris HansonChange this code to use the new `clear-interrupts!...
1988-10-21 Chris Hanson(disk-save): Unless IDENTIFY is a string, return a...
1988-10-21 Chris HansonFix bug in `disk-save': when the IDENTIFY argument...
1988-10-21 Chris HansonFix some problems with unix signals: (1) Emacs uses...
1988-10-20 Mark FriedmanAnother stab at open coded generic arithmetic (stiil...
1988-10-20 Mark FriedmanTransferred version 4.8.1.1 onto the main trunk, essent...
1988-10-20 Mark FriedmanAdded rule for OVERFLOW-TEST in support of generic...
1988-10-20 Mark FriedmanChanged a bunch of fixnum procedures. Fixnums are now...
1988-10-20 Mark FriedmanAdded generic arithmetic rtl types and overflow-test...
1988-10-20 Mark FriedmanIn the open coding of generic arithmetic it is possible...
1988-10-20 Mark FriedmanAdded expression methods for generic arithmetic RTL...
1988-10-20 Mark FriedmanFixed bugs in generic arithmetic open coding.
1988-10-20 Mark FriedmanChanged a bunch of fixnum procedures. Fixnums are now...
1988-10-20 Mark Friedmanfixed shift intructions with dynamic bit counts.
1988-10-20 Mark Friedmanfixed pcfg*scfg->cfg!
1988-10-20 Chris HansonImproved version of `file-touch' is smarter, will win...
1988-10-19 Chris HansonUse /. suffix on directory names that are targets of...
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',...
next