projects
/
mit-scheme.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Changed open coding to be controlled by the size of the expression and
1995-05-18
Stephen Adams
Changed open coding to be controlled by the size of...
commit
|
commitdiff
|
tree
1995-05-17
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
1995-05-17
Stephen Adams
Added wttree.scm.
commit
|
commitdiff
|
tree
1995-05-16
Stephen Adams
Added wttree.
commit
|
commitdiff
|
tree
1995-05-16
Stephen Adams
*** empty log message ***
commit
|
commitdiff
|
tree
1995-05-16
Stephen Adams
Merged split-typecode and old versions.
commit
|
commitdiff
|
tree
1995-05-16
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
1995-05-14
Stephen Adams
Added expansions for multiplication by a constant fixnum...
commit
|
commitdiff
|
tree
1995-05-14
Stephen Adams
Added %car %cdr %set-car! %set-cdr! %vector-ref %vector...
commit
|
commitdiff
|
tree
1995-05-14
Stephen Adams
Added %car %cdr %set-car! %set-cdr! %vector-ref %vector...
commit
|
commitdiff
|
tree
1995-05-13
Stephen Adams
Fixed prefix nodes to compose with highlighted nodes.
commit
|
commitdiff
|
tree
1995-05-11
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
1995-05-11
Stephen Adams
Removed useless definitions.
commit
|
commitdiff
|
tree
1995-05-11
Stephen Adams
Added ATAN.
commit
|
commitdiff
|
tree
1995-05-10
Stephen Adams
Changed some LAMBDAs in the arity-dispatched operators to
commit
|
commitdiff
|
tree
1995-05-06
Stephen Adams
Tidying and adding integration declarations.
commit
|
commitdiff
|
tree
1995-05-06
Stephen Adams
Fixed typo.
commit
|
commitdiff
|
tree
1995-05-06
Stephen Adams
Code for BEGIN now generates simpler code for sequences...
commit
|
commitdiff
|
tree
1995-05-06
Stephen Adams
Changed BEGINNIFY to work incrementally, i.e. assume...
commit
|
commitdiff
|
tree
1995-05-05
Stephen Adams
Added DBG-USE structure.
commit
|
commitdiff
|
tree
1995-05-05
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
1995-05-05
Stephen Adams
Made debugging info handling code be more graceful...
commit
|
commitdiff
|
tree
1995-05-05
Stephen Adams
Fiddled with kmp printing.
commit
|
commitdiff
|
tree
1995-05-03
Stephen Adams
Changed SHOW-TIME to break process time into non-gc...
commit
|
commitdiff
|
tree
1995-05-01
Stephen Adams
Moved call to GRAPH/INTERESTING to before call to GRAPH...
commit
|
commitdiff
|
tree
1995-05-01
Stephen Adams
Removed 2 old fg related bindings.
commit
|
commitdiff
|
tree
1995-04-30
Stephen Adams
Added a hand-crafted vector-8b based bit-string operation...
commit
|
commitdiff
|
tree
1995-04-30
Stephen Adams
Changed COMPUTE-KEY-HASH to compute hash value optimisticall...
commit
|
commitdiff
|
tree
1995-04-29
Stephen Adams
Fixed bug when a coerced call site has been transformed...
commit
|
commitdiff
|
tree
1995-04-29
Stephen Adams
(LOAD-OPTION name #!optional no-error?) now returns...
commit
|
commitdiff
|
tree
1995-04-29
Stephen Adams
Fixed RTLGEN/INTEGER-CONSTANT? to reject non-integers.
commit
|
commitdiff
|
tree
1995-04-29
Stephen Adams
Added expansion for SYMBOL?
commit
|
commitdiff
|
tree
1995-04-29
Stephen Adams
Added expansion for SYMBOL? (similar to those for numeric...
commit
|
commitdiff
|
tree
1995-04-29
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
1995-04-29
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
1995-04-29
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
1995-04-28
Stephen Adams
Added some (incomplete) documantation about garbage...
commit
|
commitdiff
|
tree
1995-04-28
Stephen Adams
Yet another case where a BODY ended in a DEFINITION...
commit
|
commitdiff
|
tree
1995-04-28
Stephen Adams
Added more SCode<->binding relations.
commit
|
commitdiff
|
tree
1995-04-28
Stephen Adams
Added the SCode expressions of subproblems to the debugging...
commit
|
commitdiff
|
tree
1995-04-27
Stephen Adams
Converted to new dbg-info scheme.
commit
|
commitdiff
|
tree
1995-04-27
Stephen Adams
Converted to new dbg-info scheme. Rather than model...
commit
|
commitdiff
|
tree
1995-04-27
Stephen Adams
Added DBG-INFO/REMEMBER.
commit
|
commitdiff
|
tree
1995-04-27
Stephen Adams
Added frame size statistic.
commit
|
commitdiff
|
tree
1995-04-26
Stephen Adams
Fiddled with a sequence of definitions and expressions...
commit
|
commitdiff
|
tree
1995-04-26
Stephen Adams
Removed old flowgraph code.
commit
|
commitdiff
|
tree
1995-04-26
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
1995-04-24
Stephen Adams
Added SET-GC-NOTIFICATION!
commit
|
commitdiff
|
tree
1995-04-24
Stephen Adams
Tweaked error checking code to make the integrated...
commit
|
commitdiff
|
tree
1995-04-24
Stephen Adams
Fixed TRANSFORM/PACKAGE to always return UNSPECIFIC...
commit
|
commitdiff
|
tree
1995-04-24
Stephen Adams
Fixed definition ordering bug in macros.scm
commit
|
commitdiff
|
tree
1995-04-24
Stephen Adams
Fixed bugs in multicell rewrites.
commit
|
commitdiff
|
tree
1995-04-24
Stephen Adams
Changed to use multicells. Uses singleton multicells...
commit
|
commitdiff
|
tree
1995-04-21
Stephen Adams
Moved some comments to primitive documentation strings.
commit
|
commitdiff
|
tree
1995-04-20
Stephen Adams
Added documentation for BIT-SUBSTRING-FIND-NEXT-SET...
commit
|
commitdiff
|
tree
1995-04-20
Stephen Adams
Fixed to accept any top-level expressions, not just...
commit
|
commitdiff
|
tree
1995-04-20
Stephen Adams
Lots of tinkering but still not finished the search.
commit
|
commitdiff
|
tree
1995-04-20
Stephen Adams
Fixed thinko with previous change.
commit
|
commitdiff
|
tree
1995-04-19
Stephen Adams
Changed %arity-dispatcher-tag to be a knownd `special...
commit
|
commitdiff
|
tree
1995-04-17
Stephen Adams
Restructured environment to be more abstract.
commit
|
commitdiff
|
tree
1995-04-17
Stephen Adams
Fixed typo.
commit
|
commitdiff
|
tree
1995-04-17
Stephen Adams
(append (map f l) e) => (map* e f l)
commit
|
commitdiff
|
tree
1995-04-17
Stephen Adams
Changed (append (map f l) e) => (map* e f l)
commit
|
commitdiff
|
tree
1995-04-15
Stephen Adams
Added rewrites for MULTICELLs. MULTICELLs are rewritten...
commit
|
commitdiff
|
tree
1995-04-15
Stephen Adams
Added MULTICELLs.
commit
|
commitdiff
|
tree
1995-04-14
Stephen Adams
Fixed thinko check with fat procedures.
commit
|
commitdiff
|
tree
1995-04-12
Stephen Adams
Fixed RTLGEN/%APPLY-UNCHECKED for tagged entry points.
commit
|
commitdiff
|
tree
1995-04-10
Stephen Adams
Cellified code for SET! now omits the read of the variable...
commit
|
commitdiff
|
tree
1995-04-10
Stephen Adams
Changed calls to ASSQ to CLEANUP/ENV/FIND and wrote...
commit
|
commitdiff
|
tree
1995-04-09
Stephen Adams
Hand coded SIMPLIFY/ENV/FRAME-LOOKUP rather than use
commit
|
commitdiff
|
tree
1995-04-08
Stephen Adams
Unrolled loop in NODES-LINKED?
commit
|
commitdiff
|
tree
1995-04-08
Stephen Adams
Fixed interrupt logic bug -- a consequence of making...
commit
|
commitdiff
|
tree
1995-04-08
Stephen Adams
Temporarily commented out unsafe accessors for cookie...
commit
|
commitdiff
|
tree
1995-04-08
Stephen Adams
Added lots of hair to deal with programs that have...
commit
|
commitdiff
|
tree
1995-04-07
Stephen Adams
Added a MATCH macro. The generated code is not very...
commit
|
commitdiff
|
tree
1995-04-06
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
1995-04-06
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
1995-04-03
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
1995-04-02
Stephen Adams
Fixed code for FLOAT->OBJECT to work if the target...
commit
|
commitdiff
|
tree
1995-04-01
Stephen Adams
Added KMP->STANDARD, a lame attenpt to make KMP-Scheme...
commit
|
commitdiff
|
tree
1995-04-01
Stephen Adams
Added open-coder for %make-entity.
commit
|
commitdiff
|
tree
1995-04-01
Stephen Adams
Lots of changes. It is nearer `working'.
commit
|
commitdiff
|
tree
1995-04-01
Stephen Adams
Added %make-entity.
commit
|
commitdiff
|
tree
1995-04-01
Stephen Adams
Added "coerce".
commit
|
commitdiff
|
tree
1995-04-01
Stephen Adams
Tweaked with SORT-MACHINE-REGISTERS.
commit
|
commitdiff
|
tree
1995-04-01
Stephen Adams
Un-integrated SORT-MACHINE-REGISTERS.
commit
|
commitdiff
|
tree
1995-03-30
Stephen Adams
Checking in before removing PLACEHOLDER-QUOTE.
commit
|
commitdiff
|
tree
1995-03-30
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
1995-03-28
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
1995-03-26
Stephen Adams
Adjusted to make run for longer.
commit
|
commitdiff
|
tree
1995-03-26
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
1995-03-26
Stephen Adams
Adjusted to make run for longer.
commit
|
commitdiff
|
tree
1995-03-26
Stephen Adams
Adjusted to make run for longer.
commit
|
commitdiff
|
tree
1995-03-25
Stephen Adams
Fixed so that it no longer tries to coerce bindings...
commit
|
commitdiff
|
tree
1995-03-23
Stephen Adams
Changed to be much smarter about where the coercion...
commit
|
commitdiff
|
tree
1995-03-22
Stephen Adams
Added missing cookie-call forms.
commit
|
commitdiff
|
tree
1995-03-22
Stephen Adams
Added code to improve code where it is known that all...
commit
|
commitdiff
|
tree
1995-03-21
Stephen Adams
Added code to change %internal-apply to %internal-apply...
commit
|
commitdiff
|
tree
1995-03-20
Stephen Adams
Changed PA to print primitive documentation rather...
commit
|
commitdiff
|
tree
1995-03-20
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
next