1988-08-29 |
Chris Hanson | Rewrite this pass to be a more powerful instruction... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Redefine expression-cost computation to be mostly machi... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Flush `expression-non-object?' since that is now define... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Merge concepts of `address' and `fixnum' register into... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Fix stupid bug involving missing call to `scfg*scfg... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Must not pop return address unless it has been pushed. |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Merge concepts of `address' and `fixnum' register into... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Merge concepts of `address' and `fixnum' register into... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Change references to `coerce->any' into calls to |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Use `move-to-temporary-register!' to correctly reuse... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Many many changes. |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Define fixnum constant limits more carefully. Redefine... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Too many changes to list them all. See the code. |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Fix order of events bug in disassembly of bit field... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Change names of two state variables for `show-fg',... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Mark Friedman | No change. made a mistake. |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Force register allocator to reuse registers on an LRU... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Many changes. Add documentation comments to most of... |
commit | commitdiff | tree | snapshot |
1988-08-29 |
Chris Hanson | Break out procedure to pattern match RTL against rules... |
commit | commitdiff | tree | snapshot |
1988-08-26 |
Joe Marshall | fix named let |
commit | commitdiff | tree | snapshot |
1988-08-26 |
Joe Marshall | (let loop ((x loop)) x) worked when it shouldn't have. |
commit | commitdiff | tree | snapshot |
1988-08-25 |
Chris Hanson | Undo changes introduced with version 4.10, to facilitate |
commit | commitdiff | tree | snapshot |
1988-08-24 |
Chris Hanson | Guarantee that "comp.bcon" is constructed if it doesn... |
commit | commitdiff | tree | snapshot |
1988-08-24 |
Chris Hanson | Load cref if not already loaded. |
commit | commitdiff | tree | snapshot |
1988-08-24 |
Mark Friedman | Just forgot a few things for the rtl-constructor stuff. |
commit | commitdiff | tree | snapshot |
1988-08-24 |
Mark Friedman | Added expand.scm in support of the new rtl expansion... |
commit | commitdiff | tree | snapshot |
1988-08-24 |
Chris Hanson | Guarantee that the ".bin" version of each file is loade... |
commit | commitdiff | tree | snapshot |
1988-08-23 |
Mark Friedman | Added support for a new expansion phase, which is essen... |
commit | commitdiff | tree | snapshot |
1988-08-23 |
Chris Hanson | Make error messages a bit more informative. |
commit | commitdiff | tree | snapshot |
1988-08-22 |
Chris Hanson | Export `lap-generator/match-rtl-instruction' to (compil... |
commit | commitdiff | tree | snapshot |
1988-08-22 |
Chris Hanson | Split off pattern matching part of LAP generator to... |
commit | commitdiff | tree | snapshot |
1988-08-22 |
Chris Hanson | Fix documentation. |
commit | commitdiff | tree | snapshot |
1988-08-22 |
Mark Friedman | Added support for the open coding of generic arithmetic. |
commit | commitdiff | tree | snapshot |
1988-08-22 |
Mark Friedman | There's a new expansion phase to support the open codin... |
commit | commitdiff | tree | snapshot |
1988-08-22 |
Mark Friedman | The rtl constructor macros now place entries in a table... |
commit | commitdiff | tree | snapshot |
1988-08-22 |
Mark Friedman | Added support for the open coding of generic arithmetic. |
commit | commitdiff | tree | snapshot |
1988-08-22 |
Mark Friedman | Made the vector stuff more robust (with some more open... |
commit | commitdiff | tree | snapshot |
1988-08-18 |
Chris Hanson | (return-operator/pop-frames) Must pop `extra' off stack... |
commit | commitdiff | tree | snapshot |
1988-08-18 |
Chris Hanson | Random editing to clean up code a bit. No change in... |
commit | commitdiff | tree | snapshot |
1988-08-18 |
Chris Hanson | Test to determine if a continuation is direct linked... |
commit | commitdiff | tree | snapshot |
1988-08-18 |
Chris Hanson | Fix editing error. |
commit | commitdiff | tree | snapshot |
1988-08-18 |
Chris Hanson | Export `syntax-files!' to the compiler package. |
commit | commitdiff | tree | snapshot |
1988-08-18 |
Chris Hanson | Improve code generated for inputs like the following: |
commit | commitdiff | tree | snapshot |
1988-08-18 |
Chris Hanson | Improve code generated for inputs like the following: |
commit | commitdiff | tree | snapshot |
1988-08-16 |
Mark Friedman | Slight typo in &= definition fixed. |
commit | commitdiff | tree | snapshot |
1988-08-16 |
Mark Friedman | Slight typo in &= definition fixed. |
commit | commitdiff | tree | snapshot |
1988-08-15 |
Chris Hanson | Update documentation strings. |
commit | commitdiff | tree | snapshot |
1988-08-15 |
Chris Hanson | Cause `disk-save' to run `event:after-restart' when... |
commit | commitdiff | tree | snapshot |
1988-08-15 |
Chris Hanson | Parameterize `pp' to print uninterned symbols by name. |
commit | commitdiff | tree | snapshot |
1988-08-15 |
Chris Hanson | Define `primitive-procedure-documentation'. |
commit | commitdiff | tree | snapshot |
1988-08-15 |
Chris Hanson | Add parameterization to print uninterned symbols by... |
commit | commitdiff | tree | snapshot |
1988-08-15 |
Chris Hanson | Change definition of `DEFINE_PRIMITIVE' macro to includ... |
commit | commitdiff | tree | snapshot |
1988-08-15 |
Chris Hanson | Change definition of `DEFINE_PRIMITIVE' macro to includ... |
commit | commitdiff | tree | snapshot |
1988-08-12 |
Chris Hanson | Guarantee that the `cd' requested by the Scheme process... |
commit | commitdiff | tree | snapshot |
1988-08-11 |
Chris Hanson | Various bug fixes, also some efficiency improvements... |
commit | commitdiff | tree | snapshot |
1988-08-11 |
Chris Hanson | Be more specific about what kind of combination is... |
commit | commitdiff | tree | snapshot |
1988-08-11 |
Chris Hanson | Various efficiency and organization changes. Eliminate... |
commit | commitdiff | tree | snapshot |
1988-08-11 |
Chris Hanson | (assemble-objects!) Never use / when doing integer... |
commit | commitdiff | tree | snapshot |
1988-08-11 |
Chris Hanson | Implement compiled code reference trap errors. |
commit | commitdiff | tree | snapshot |
1988-08-11 |
Chris Hanson | Export `stack-frame/return-address' to global environment. |
commit | commitdiff | tree | snapshot |
1988-08-11 |
Chris Hanson | Do not barf if error combination is malformed. |
commit | commitdiff | tree | snapshot |
1988-08-10 |
Panayotis Skordos | added halftoning routines: psam, ht-od, ht-bn, ht-ibn |
commit | commitdiff | tree | snapshot |
1988-08-10 |
Panayotis Skordos | added halftoning routines: psam, ht-od, ht-bn, ht-ibn |
commit | commitdiff | tree | snapshot |
1988-08-09 |
Chris Hanson | Do not perform automagic integrations by default. ... |
commit | commitdiff | tree | snapshot |
1988-08-09 |
Chris Hanson | Disable downward coercion of flonums. |
commit | commitdiff | tree | snapshot |
1988-08-09 |
Guillermo J... | table_length and table_size are stored with Make_Non_Po... |
commit | commitdiff | tree | snapshot |
1988-08-05 |
Chris Hanson | Change call to `pp' to match change in runtime system. |
commit | commitdiff | tree | snapshot |
1988-08-05 |
Chris Hanson | Introduce new variable `unspecific' which the compiler... |
commit | commitdiff | tree | snapshot |
1988-08-05 |
Chris Hanson | Repaginate. |
commit | commitdiff | tree | snapshot |
1988-08-05 |
Chris Hanson | Extend `->environment' to handle package objects. |
commit | commitdiff | tree | snapshot |
1988-08-05 |
Chris Hanson | Replace occurrences of `*the-non-printing-object*'... |
commit | commitdiff | tree | snapshot |
1988-08-05 |
Chris Hanson | Move `*the-non-printing-object*' to "global" since... |
commit | commitdiff | tree | snapshot |
1988-08-05 |
Chris Hanson | Add variable `unspecific' which the compiler may treat... |
commit | commitdiff | tree | snapshot |
1988-08-05 |
Chris Hanson | Regularize argument structure to `pp'. Extend to handl... |
commit | commitdiff | tree | snapshot |
1988-08-02 |
Chris Hanson | Change `procedure?' to handle entities specially, recur... |
commit | commitdiff | tree | snapshot |
1988-08-01 |
Chris Hanson | Change `environment?' to be true of `system-global... |
commit | commitdiff | tree | snapshot |
1988-08-01 |
Chris Hanson | Change `procedure?' to handle entities specially, recur... |
commit | commitdiff | tree | snapshot |
1988-07-22 |
Chris Hanson | For "operator" microcode error handlers, the irritants... |
commit | commitdiff | tree | snapshot |
1988-07-21 |
Chris Hanson | Put default pathnames in file "paths.h". |
commit | commitdiff | tree | snapshot |
1988-07-20 |
Chris Hanson | It is now legal for a continuation to have a noop node... |
commit | commitdiff | tree | snapshot |
1988-07-20 |
Chris Hanson | Add new operation `sc' for running `sf' on compiler... |
commit | commitdiff | tree | snapshot |
1988-07-20 |
Chris Hanson | Do not delete fg-noop nodes that are still needed.... |
commit | commitdiff | tree | snapshot |
1988-07-20 |
Chris Hanson | Fix two bugs in the object unparsing code. |
commit | commitdiff | tree | snapshot |
1988-07-19 |
Chris Hanson | Implement primitive `print-graphics-inverse'. |
commit | commitdiff | tree | snapshot |
1988-07-19 |
Chris Hanson | Grab X error hooks. When errors occur, signal Scheme... |
commit | commitdiff | tree | snapshot |
1988-07-19 |
Chris Hanson | Add imports for `compiler-entries-tag', which is define... |
commit | commitdiff | tree | snapshot |
1988-07-16 |
Chris Hanson | Procedure `condition/message' flushed. Use `condition... |
commit | commitdiff | tree | snapshot |
1988-07-16 |
Chris Hanson | Procedure `primitive-datum' now called `object-datum'. |
commit | commitdiff | tree | snapshot |
1988-07-16 |
Hal Abelson | Fix stupid bug involving `standard-unparser'; it requir... |
commit | commitdiff | tree | snapshot |
1988-07-16 |
Chris Hanson | When unparsing `manifest-closure' objects, use `compile... |
commit | commitdiff | tree | snapshot |
1988-07-16 |
Chris Hanson | Fix stupid bug in `cond' syntaxer. |
commit | commitdiff | tree | snapshot |
1988-07-16 |
Chris Hanson | Starbase graphics: export procedures to control line... |
commit | commitdiff | tree | snapshot |
1988-07-16 |
Chris Hanson | Correctly implement closing of graphics device. Make... |
commit | commitdiff | tree | snapshot |
1988-07-15 |
Chris Hanson | Adjust handling of `=>' option to `cond' special form... |
commit | commitdiff | tree | snapshot |
1988-07-15 |
Chris Hanson | Change string parser to allow escape sequence consistin... |
commit | commitdiff | tree | snapshot |
1988-07-15 |
Chris Hanson | Change string unparser to notice character sets and... |
commit | commitdiff | tree | snapshot |
1988-07-15 |
Chris Hanson | Make `char-set?' more discriminating (previously it... |
commit | commitdiff | tree | snapshot |
1988-07-15 |
Chris Hanson | Eliminate `syntaxer/cond-=>-helper'. Add `char-set... |
commit | commitdiff | tree | snapshot |
1988-07-15 |
Chris Hanson | Change handling of `=>' option to `cond' special form... |
commit | commitdiff | tree | snapshot |
1988-07-15 |
Chris Hanson | Change `delayed' type name to be `promise'; make `delay... |
commit | commitdiff | tree | snapshot |
next |