mit-scheme.git
1988-11-05 Chris HansonMust adjust stack pointer for special primitive invocat...
1988-11-04 Chris HansonChange code generation for `&=' to significantly improv...
1988-11-04 Chris HansonFix typo introduced in last changes.
1988-11-04 Chris HansonPatch up several rules to capture common abstractions...
1988-11-04 Chris HansonAdd declarations to eliminate "unreferenced bound varia...
1988-11-04 Chris HansonAdd declarations to eliminate "unreferenced bound varia...
1988-11-04 Chris HansonDefine procedures to capture the object->{type,datum...
1988-11-04 Chris HansonDefine new procedure `load-temporary-register' which...
1988-11-04 Chris HansonDelete random definition of `rtl:make-address->fixnum...
1988-11-04 Chris HansonConversion of a fixnum to an address must be a logical...
1988-11-04 Guillermo J... Rename disassembler/write-compiled-entry to compiler...
1988-11-03 Chris HansonDon't run second pass unless there are some circularly...
1988-11-03 Chris HansonDon't use the `utime()' or `utimes()' system calls...
1988-11-03 Chris Hanson*** empty log message ***
1988-11-03 Chris HansonEcho file deletions, and show passes.
1988-11-03 Chris HansonEcho message informing user when files are being touche...
1988-11-03 Chris HansonRedefine `invert-cc-noncommutative'. This was original...
1988-11-03 Chris HansonBecause special primitive invocations may now have...
1988-11-03 Chris HansonDefine these procedures:
1988-11-03 Chris HansonReset the set of source nodes whenever the compiler...
1988-11-02 Chris HansonEliminate random unreferenced labels from RTL and LAP...
1988-11-02 Chris Hanson(reference->register-transfer): When source was an...
1988-11-02 Chris HansonUse definition of `compiler:default-top-level-declarati...
1988-11-02 Chris HansonAdd definition of `compiler:default-top-level-declarati...
1988-11-02 Chris HansonRedefine `add-rgraph-entry-node!' to be `add-rgraph...
1988-11-02 Chris HansonBe more careful when `sblock-continuation' is known...
1988-11-02 Chris HansonImplement `ignore-reference-traps' declaration on free...
1988-11-02 Chris HansonImplement `ignore-assignment-traps' declaration on...
1988-11-02 Chris Hanson(generate/rgraph): Make only a single edge for the...
1988-11-02 Guillermo J... Fix bug by which attempting to print a bogus object...
1988-11-01 Guillermo J... Fix missing label bug. OPEN-PROCEDURE-HEADERS define...
1988-11-01 Guillermo J... - "Self consistent closing": A group of procedures...
1988-11-01 Guillermo J... Initial revision
1988-10-30 Guillermo J... Add sf/usual-integrations-default-deletions.
1988-10-30 Guillermo J... Add sf/usual-integrations-default-deletions.
1988-10-29 Guillermo J... Add stage3 and merge with markf's makefile.
1988-10-29 Chris HansonChange `define-structure' macro to handle `named' optio...
1988-10-29 Chris HansonAdd expansion rules for predicates like `vector?',...
1988-10-28 Mark FriedmanFixed bug when multiplying a number by itself.
1988-10-28 Chris HansonSeveral changes to make package model objects fasdumpable.
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.
next