cyclone/scheme/cyclone
Justin Ethier 38847f11cf Add extra condition to (alloca?)
Make this match what is actually done in cgen for when a while statement is introduced, there was an older case not being handled.
2019-03-27 13:18:31 -04:00
..
array-list.scm Adding array-list support, tests, amending Makefile 2017-02-11 18:58:12 +13:00
array-list.sld Issue #185 - Allow export of another lib's export 2017-03-20 17:01:25 +00:00
ast.sld WIP 2018-09-26 11:10:49 -04:00
cgen.sld Add extra condition to (alloca?) 2019-03-27 13:18:31 -04:00
common.sld Stub for new version 2019-03-17 18:48:27 -04:00
cps-opt-analyze-call-graph.scm Catch edge case with lambda app, cleanup debug tracing 2019-01-07 13:13:20 -05:00
cps-opt-local-var-redux.scm Issue #287 - Check for list before calling (length) 2018-12-20 13:25:52 -05:00
cps-opt-memoize-pure-fncs.scm Do not attempt to memoize functions that take 0 args 2019-02-15 12:36:54 -05:00
cps-optimizations.sld Fast list/vector functions also allocate mutable objs 2019-02-28 13:47:32 -05:00
hashset.sld Update hashset.sld 2019-02-01 10:25:01 -05:00
libraries.sld Allow importing (cyclone ...) libraries from a relative path 2017-12-26 18:08:31 -05:00
macros.sld Relocating code 2017-11-27 18:52:13 -05:00
match.sld Added comment header 2018-01-31 12:44:16 -05:00
opti-test.scm Added nqueens CPS 2016-05-26 22:23:17 -04:00
pretty-print.sld Issue #275 - Allow pretty printing of bytevectors 2018-09-05 18:00:55 -04:00
primitives.sld WIP 2019-02-28 09:43:58 -05:00
test-cps.scm Allow optimizing non-mutating prims 2016-06-09 00:04:30 -04:00
test.scm Integrating a test library 2016-08-25 03:19:30 -04:00
test.sld WIP 2016-08-30 22:15:40 -04:00
transforms.sld WIP 2019-02-28 09:43:58 -05:00
util.sld Must explicitly call (complex?) now 2019-02-18 22:12:55 -05:00