mit-scheme.git
1988-11-17 Guillermo J... free callers and callees lists are preserved if
1988-11-15 Guillermo J... Improve constant folding:
1988-11-12 Chris HansonAdd `flush-output' operation to file output ports....
1988-11-12 Chris HansonRewrite unix file opening code to be really careful...
1988-11-10 Guillermo J... Fix self evaluation of compiled entries which are not...
1988-11-09 Chris HansonChange to use `for' loop on subdirectories.
1988-11-09 Chris HansonInitial revision
1988-11-08 Guillermo J... Add fix:<mumble> to the list of constant-foldable-primi...
1988-11-08 Chris HansonGeneralize rule for `cons-closure' so that it handles...
1988-11-08 Chris HansonChange `cons-closure' from a statement to an expression...
1988-11-08 Chris HansonChange `cons-closure' from a statement to an expression...
1988-11-08 Chris HansonAdd new primitive, `compiled-closure->entry'.
1988-11-08 Chris Hanson(rcd): Fix case where there is no error continuation...
1988-11-08 Chris HansonAdd new primitive `compiled-closure->entry', and new...
1988-11-07 Chris HansonKill dead registers when not doing control merge.
1988-11-07 Chris HansonFix incorrect reference.
1988-11-07 Chris HansonFix unbound variable bug. Delete unused variable.
1988-11-07 Chris HansonSubstantial rewrite of code that computes register...
1988-11-07 Chris HansonInitial revision
1988-11-07 Chris HansonAdd new file: "back/mermap".
1988-11-07 Chris Hanson(delete-dead-registers!): Rewrite to accomodate change to
1988-11-07 Chris Hanson(bblock-compress!): when counting previous edges to...
1988-11-07 Chris HansonFix bugs in previously unused `coerce-map-instructions...
1988-11-07 Chris HansonAdd dependency for new file: "back/mermap".
1988-11-06 Chris HansonImprove generic arithmetic by adding branch preferences...
1988-11-06 Chris HansonExport switches to global environment.
1988-11-06 Chris HansonHeed branch preferences when deciding which branch...
1988-11-06 Chris HansonSpecify branch preferences for things like type, range...
1988-11-06 Chris HansonAdd operations to allow specification of branch prefere...
1988-11-06 Guillermo J... An lvalue whose only backward link is itself may be...
1988-11-05 Chris Hanson"machines/bobcat/dassm1" now uses the compiler syntax...
1988-11-05 Chris HansonInitial revision
1988-11-05 Chris HansonFix unbound variable error.
1988-11-05 Chris HansonEfficiency improvement to last change.
1988-11-05 Chris Hanson*** empty log message ***
1988-11-05 Chris HansonLast change was a little too ambitious. Back off a...
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...
next