mit-scheme.git
1987-05-27 Chris HansonInterrupts that are out of range are now signalled...
1987-05-26 Chris HansonSplit file into two pieces.
1987-05-26 Chris HansonRecord pop in these rules.
1987-05-26 Guillermo J... Patch because primitive-datum is broken.
1987-05-26 Chris HansonAdd error check for positive arguments to signed intege...
1987-05-23 Guillermo J... Add PRIMITIVE_ABORT.
1987-05-23 Guillermo J... Add PRIMITIVE_RETURN
1987-05-22 Chris HansonAdd special lookup for compiler to do side-effect for...
1987-05-22 Chris HansonDefine more operations on SCode comments.
1987-05-22 Chris HansonAdd special lookup for compiler to do side-effect for...
1987-05-21 Chris HansonAdd special lookup for compiler to do side-effect for...
1987-05-21 Chris HansonUndo FLUID-LET changes from last version.
1987-05-21 Chris HansonFix bug in expansion of interpreter-call:enclose. ...
1987-05-21 Chris HansonDelete the fg-entry of each procedure and quotation...
1987-05-21 Chris HansonTemporary registers no longer have a type, and need...
1987-05-21 Chris HansonTemporary registers no longer have a type, and need...
1987-05-21 Chris HansonInstall special handling for close-coded combinations...
1987-05-21 Chris HansonRewrite the expansion for the RTL construction procedur...
1987-05-19 Chris HansonMove `mvalue' to the `base' directory. The `source...
1987-05-19 Chris HansonChange `add-pseudo-register-alias' so that it accepts...
1987-05-19 Chris HansonFix `move-to-alias-register!' so that when an alias...
1987-05-19 Chris HansonChange shallow FLUID-LET not to use side-effect for...
1987-05-19 Chris HansonStupidity.
1987-05-19 Chris HansonDefine `undefined-conditional-branch' constant which...
1987-05-18 Chris Hanson`rcseep' no longer has any external definitions.
1987-05-18 Chris HansonDelete definitions of most predicates, since they are...
1987-05-18 Chris HansonFix the memory-invalidation code for assignments to...
1987-05-18 Chris HansonNot so fast!
1987-05-18 Chris HansonDelete `rcseep' from the files list.
1987-05-18 Chris HansonGeneralize `register-has-alias?' to handle machine...
1987-05-18 Chris HansonGuarantee that the `number-pushed' entry on lexpr invoc...
1987-05-18 Chris HansonExtend tests of registers to handle machine registers...
1987-05-18 Chris HansonForgot to splice setup code into expansion for access.
1987-05-17 Chris HansonDue to changes in the top level of the compiler, determ...
1987-05-16 Chris HansonFor known calls to procedures that are not externally...
1987-05-16 Chris HansonTypo.
1987-05-16 Don AllenFix error in SETUP-LEXPR rule -- first arg to procedure...
1987-05-15 Chris HansonChange all RTL constructs that contain pointers to...
1987-05-15 Chris HansonCase where value-register is assigned during a subprobl...
1987-05-15 Chris HansonImplement new primitive `string-hash-mod' to enable...
1987-05-14 Chris HansonImplement new primitive argument checking interface...
1987-05-14 Chris HansonFix arguments to `reference-temporary-register!'.
1987-05-13 Chris HansonFix broken eq-test generators.
1987-05-13 Chris HansonAdd operation to test whether a register has an alias.
1987-05-11 Chris HansonAdd hook to symbol interning code so users can keep...
1987-05-11 Chris HansonInstall new versions of Edwin syntax table primitives.
1987-05-11 Chris HansonInitial revision
1987-05-09 Chris HansonImplement new method for mapping pathnames to values...
1987-05-09 Chris HansonImplement new method for mapping pathnames to values.
1987-05-09 Chris HansonInitial revision
1987-05-09 Chris Hanson*** empty log message ***
1987-05-09 Chris HansonAdd fixnum arithmetic for use by compiled code.
1987-05-09 Chris HansonChange primitives to signal errors when arguments are...
1987-05-09 Chris HansonSplit `generate/operand' out of `generate/subproblem...
1987-05-09 Chris HansonRestructure so that operator/operand code is generated...
1987-05-09 Chris HansonAdd new rules for `eq-test', and change rule that pops...
1987-05-09 Chris HansonTry a different fix for bignum_to_bit_string, as the...
1987-05-09 Chris HansonFix two bugs: (1) `unsigned-integer->bit-string' was...
1987-05-09 Chris HansonAdd predicates for examining a combination's compilatio...
1987-05-09 Chris HansonExclude error-procedure combinations from the error...
1987-05-09 Chris HansonExclude error-procedure combinations from the error...
1987-05-08 Chris HansonChange combination optimizations to eliminate bug cause...
1987-05-08 Chris HansonAdd new operator to extract the integrated variables...
1987-05-08 Chris HansonChange code that optimizes let-like combinations so...
1987-05-07 Chris HansonAdd code to keep track of items pushed and popped on...
1987-05-07 Chris HansonGuarantee that nodes are generated in the control flow...
1987-05-07 Chris HansonThe receiver-offset for message senders was including...
1987-05-07 Chris HansonRewrite of RTL generator to new structure, now using...
1987-05-07 Chris HansonAdd frame-pointer register.
1987-05-07 Chris HansonInitial revision
1987-05-07 Chris HansonRewrite of RTL generator. Flush `next-generator' mecha...
1987-05-07 Chris HansonImplement changes required by conversion of RTL generat...
1987-05-07 Chris HansonImplement `boolean=?'.
1987-05-07 Chris HansonAdd frame-pointer register.
1987-05-07 Chris Hanson*** empty log message ***
1987-05-07 Chris HansonAdd `frame-pointer-offset' slot to all rnodes, for...
1987-05-07 Chris HansonSplit off application of result from main body of match...
1987-05-07 Chris HansonChange dependencies to account for reorganization of...
1987-05-07 Chris HansonDelete `continuation-delta'. Add `continuation-frame...
1987-05-07 Chris HansonImplement CFG combinators that are generic in the latte...
1987-05-06 Chris HansonIf a lambda expression was traced twice, it was being...
1987-05-04 Chris HansonImplement special handling for variables of the form
1987-05-04 Chris HansonImplement special handling for variables of the form
1987-05-03 Chris HansonSplit off expression stuff.
1987-05-03 Chris HansonInitial revision
1987-04-30 Chris HansonIn `Keyboard_Input_Procedure', the test for interrupts...
1987-04-29 Chris HansonSplit off handling of primitive combinations to another...
1987-04-29 Chris HansonChange profile recording hook to use 32 bit C long...
1987-04-29 Chris HansonChange profile recording hook to use 32 bit C long...
1987-04-29 Chris HansonDefine hook for recording primitive profiling information.
1987-04-29 Chris HansonDefine variables to contain maximum primitive numbers.
1987-04-29 Chris HansonCause generated fixed objects vector to have some extra...
1987-04-29 Chris HansonAdd hook for primitive procedure profiling.
1987-04-29 Chris HansonAdd PRIMITIVE-PROFILING-TABLE slot to fixed objects...
1987-04-28 Chris HansonAdd slot for table to contain profiling information...
1987-04-28 Chris HansonInitialize `ENABLE_PRIMITIVE_PROFILING' flag when debug...
1987-04-27 Chris HansonFix bug in copying of declarations, where variable...
1987-04-27 Chris HansonTurn on integration dependencies that were commented...
1987-04-27 Chris HansonAdd integration dependency between the bobcat machine...
1987-04-27 Chris HansonDo not use the "load" package any longer. Defaultly...
next