1995-09-05 |
Stephen Adams | Removed some primitives (CAR, STRING-SET!, ...) from... |
commit | commitdiff | tree | snapshot |
1995-09-05 |
Stephen Adams | Restructured generic arithetic rewrites. Removed possi... |
commit | commitdiff | tree | snapshot |
1995-09-05 |
Stephen Adams | Fixed errant paren. |
commit | commitdiff | tree | snapshot |
1995-09-05 |
Stephen Adams | Rearranged files in midend. |
commit | commitdiff | tree | snapshot |
1995-09-05 |
Stephen Adams | First `working' version. |
commit | commitdiff | tree | snapshot |
1995-09-05 |
Stephen Adams | Changed `dethunking' to expect promises, so we can... |
commit | commitdiff | tree | snapshot |
1995-09-05 |
Stephen Adams | Tafting |
commit | commitdiff | tree | snapshot |
1995-09-04 |
Stephen Adams | Moved FOR-EVERY to utils.scm |
commit | commitdiff | tree | snapshot |
1995-09-04 |
Stephen Adams | Initial revision |
commit | commitdiff | tree | snapshot |
1995-09-04 |
Stephen Adams | Punted reference to obsolete %vector-index. |
commit | commitdiff | tree | snapshot |
1995-09-04 |
Stephen Adams | Added an efficiency tip. |
commit | commitdiff | tree | snapshot |
1995-09-03 |
Stephen Adams | Safety checkin. |
commit | commitdiff | tree | snapshot |
1995-09-02 |
Stephen Adams | Added expansions for %generic-index-check/ref and ... |
commit | commitdiff | tree | snapshot |
1995-09-02 |
Stephen Adams | Check in prior to rewrite to split type analysis from... |
commit | commitdiff | tree | snapshot |
1995-09-01 |
Stephen Adams | Fixed bug whereby primitives that were called with... |
commit | commitdiff | tree | snapshot |
1995-09-01 |
Stephen Adams | Initial revision |
commit | commitdiff | tree | snapshot |
1995-08-31 |
Stephen Adams | Excised %machine-fixnum? |
commit | commitdiff | tree | snapshot |
1995-08-30 |
Stephen Adams | Removed "Node absent" warning. |
commit | commitdiff | tree | snapshot |
1995-08-29 |
Stephen Adams | Added more global operators. |
commit | commitdiff | tree | snapshot |
1995-08-29 |
Stephen Adams | Added feature where (ACCESS <name> <system-global-envir... |
commit | commitdiff | tree | snapshot |
1995-08-28 |
Stephen Adams | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1995-08-28 |
Stephen Adams | Initial revision |
commit | commitdiff | tree | snapshot |
1995-08-28 |
Stephen Adams | Added warning |
commit | commitdiff | tree | snapshot |
1995-08-27 |
Stephen Adams | Added some information about writing faster code. ... |
commit | commitdiff | tree | snapshot |
1995-08-23 |
Stephen Adams | Added flonum cell operations. |
commit | commitdiff | tree | snapshot |
1995-08-23 |
Stephen Adams | Added flonum cells. |
commit | commitdiff | tree | snapshot |
1995-08-21 |
Stephen Adams | Fixed units. |
commit | commitdiff | tree | snapshot |
1995-08-20 |
Stephen Adams | Changed the make-<mumble>-operator procedures to use... |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Temporarily removed dataflow based constant folding... |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Liberalized insertion code so that closure-guts get... |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Tafting. |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Added more DBG infor propogation. |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Replaced a VECTOR-REF with a %vector-ref. |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Added mechanism for open-coders to be able to access... |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Add FORM parameter to all the operator rewriters. |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Fixed typo. |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Fixed patchup code for make.com to determine and use... |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Fixed bug with long chains of `indirection variables'. |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Typo. |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | TYpo. |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Added %primitive-error and tuples and vectro index... |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Worked through DBG-info of generic arithmetic & other... |
commit | commitdiff | tree | snapshot |
1995-08-19 |
Stephen Adams | Corrected handling of missing DBG-BLOCK. |
commit | commitdiff | tree | snapshot |
1995-08-18 |
Stephen Adams | NEW-DBG-EXPRESSIONs now have a pointer to the scode... |
commit | commitdiff | tree | snapshot |
1995-08-18 |
Stephen Adams | Update comment containing useful code for viewing DBG... |
commit | commitdiff | tree | snapshot |
1995-08-18 |
Stephen Adams | Convert to MONOTONIC-STRING-EQ-HASH-TABLEs |
commit | commitdiff | tree | snapshot |
1995-08-18 |
Stephen Adams | Made some operators (MEMQ, SQRT and EXPT) integrate... |
commit | commitdiff | tree | snapshot |
1995-08-18 |
Stephen Adams | Containers use %car and %cdr, not CAR and CDR. |
commit | commitdiff | tree | snapshot |
1995-08-16 |
Stephen Adams | Added checked rewrites for VECTOR-REF, VECTOR-SET!... |
commit | commitdiff | tree | snapshot |
1995-08-16 |
Stephen Adams | Added checked rewrites for VECTOR-REF, VECTOR-SET!... |
commit | commitdiff | tree | snapshot |
1995-08-15 |
Stephen Adams | For some reason the val register was not being preserve... |
commit | commitdiff | tree | snapshot |
1995-08-15 |
Stephen Adams | Undoen previous `fix'. |
commit | commitdiff | tree | snapshot |
1995-08-14 |
Stephen Adams | Preserved GR2 into GR13 around floatiing_point_util. |
commit | commitdiff | tree | snapshot |
1995-08-14 |
Stephen Adams | Preserve g2 around special calls. |
commit | commitdiff | tree | snapshot |
1995-08-14 |
Stephen Adams | Make compiler:generate-stack-checks? work. |
commit | commitdiff | tree | snapshot |
1995-08-10 |
Stephen Adams | Changed dataflow to assume that ABORTs mean that the... |
commit | commitdiff | tree | snapshot |
1995-08-10 |
Stephen Adams | Fixed syntax error in expansion of (*& 0. x) |
commit | commitdiff | tree | snapshot |
1995-08-10 |
Stephen Adams | Converted to new hash tables. |
commit | commitdiff | tree | snapshot |
1995-08-10 |
Stephen Adams | Add MONOTONIC-STRONG-EQ-HASH-TABLEs. |
commit | commitdiff | tree | snapshot |
1995-08-10 |
Stephen Adams | Made *operator-properties* more abstract. |
commit | commitdiff | tree | snapshot |
1995-08-10 |
Stephen Adams | Made *operator-properties* more abstract. |
commit | commitdiff | tree | snapshot |
1995-08-09 |
Stephen Adams | Initial revision |
commit | commitdiff | tree | snapshot |
1995-08-08 |
Stephen Adams | Name change. |
commit | commitdiff | tree | snapshot |
1995-08-08 |
Stephen Adams | Added time `zones'. |
commit | commitdiff | tree | snapshot |
1995-08-08 |
Stephen Adams | renamed *kmp-output-abbreviated?* to compiler:kmp-outpu... |
commit | commitdiff | tree | snapshot |
1995-08-08 |
Stephen Adams | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1995-08-08 |
Stephen Adams | Added compiler:kmp-output-abbreviated? |
commit | commitdiff | tree | snapshot |
1995-08-08 |
Stephen Adams | Changed time reporting to use WITH-TIMINGS. |
commit | commitdiff | tree | snapshot |
1995-08-08 |
Stephen Adams | SHOW-TIME now uses WITH-TIMINGS. |
commit | commitdiff | tree | snapshot |
1995-08-08 |
Stephen Adams | Added WITH-TIMINGS, a general procedure timing device. |
commit | commitdiff | tree | snapshot |
1995-08-08 |
Stephen Adams | Export WITH-TIMINGS. |
commit | commitdiff | tree | snapshot |
1995-08-08 |
Stephen Adams | Edit scheme-8.0-new -> scheme-8.0 |
commit | commitdiff | tree | snapshot |
1995-08-07 |
Stephen Adams | Temorarily disable coerce. It generates quite a lot... |
commit | commitdiff | tree | snapshot |
1995-08-07 |
Stephen Adams | Removed %vector-index |
commit | commitdiff | tree | snapshot |
1995-08-06 |
Stephen Adams | Removed %vector-index expressions and the indexify... |
commit | commitdiff | tree | snapshot |
1995-08-06 |
Stephen Adams | Improved linearizer to copy lists exactly once. |
commit | commitdiff | tree | snapshot |
1995-08-06 |
Stephen Adams | Removed %vector-index expressions and the indexify... |
commit | commitdiff | tree | snapshot |
1995-08-06 |
Stephen Adams | Removed %vector-index expressions and the indexify... |
commit | commitdiff | tree | snapshot |
1995-08-06 |
Stephen Adams | Added new, faster SORT-MACHINE-REGISTERS procedure. |
commit | commitdiff | tree | snapshot |
1995-08-06 |
Stephen Adams | Moved call of NEWLINE in PP so that (1) there is only... |
commit | commitdiff | tree | snapshot |
1995-08-05 |
Stephen Adams | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1995-08-05 |
Stephen Adams | Initial revision |
commit | commitdiff | tree | snapshot |
1995-08-05 |
Stephen Adams | Initial revision |
commit | commitdiff | tree | snapshot |
1995-08-04 |
Stephen Adams | DBG-REDUCE now stored %stack-closure-ref (and also... |
commit | commitdiff | tree | snapshot |
1995-08-04 |
Stephen Adams | Fixed bug whereby (LOAD '("file" ... )) would load... |
commit | commitdiff | tree | snapshot |
1995-08-04 |
Stephen Adams | Fixed COMPILED-PROCEDURE/ENVIRONMENT -- it was expecting an |
commit | commitdiff | tree | snapshot |
1995-08-04 |
Stephen Adams | Update package constructor & loader file name conventions. |
commit | commitdiff | tree | snapshot |
1995-08-03 |
Stephen Adams | Fix typo. |
commit | commitdiff | tree | snapshot |
1995-08-03 |
Stephen Adams | Overhauled debugging info so that it combines forwards... |
commit | commitdiff | tree | snapshot |
1995-08-03 |
Stephen Adams | Repaginate. |
commit | commitdiff | tree | snapshot |
1995-08-02 |
Stephen Adams | Initial revision |
commit | commitdiff | tree | snapshot |
1995-08-02 |
Chris Hanson | When an expander inserts multiple references to an... |
commit | commitdiff | tree | snapshot |
1995-08-02 |
Stephen Adams | Initial revision |
commit | commitdiff | tree | snapshot |
1995-08-02 |
Stephen Adams | Fixed buglet whereby the system would complain that... |
commit | commitdiff | tree | snapshot |
1995-08-02 |
Stephen Adams | Fixed typos which were causing INT:INTEGER and WITH... |
commit | commitdiff | tree | snapshot |
1995-08-02 |
Stephen Adams | Added some statistics gathering to help figure out... |
commit | commitdiff | tree | snapshot |
1995-08-02 |
Stephen Adams | Replace INT:INTEGER? by faster EXACT-INTEGER? |
commit | commitdiff | tree | snapshot |
1995-08-02 |
Stephen Adams | Enlarged heap for building compiler band. |
commit | commitdiff | tree | snapshot |
1995-08-02 |
Stephen Adams | Changed COMPILE-PROCEDURE so that `temporary' KMP,... |
commit | commitdiff | tree | snapshot |
1995-08-01 |
Chris Hanson | Fix weird bug in OUTPUT-BUFFER/WRITE-SUBSTRING. This... |
commit | commitdiff | tree | snapshot |
next |