1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 12:00:21 +02:00
guile/module/language/cps
Andy Wingo abd5d2e428 Fix arity of slsh/immediate inferrer
* module/language/cps/types.scm (slsh/immediate): Fix arity.
2017-11-28 22:35:27 +01:00
..
closure-conversion.scm Closure conversion uses immediate variants of vector instructions 2017-11-11 22:08:14 +01:00
compile-bytecode.scm Refactor to finish the primcalls-take-parameters work 2017-11-24 11:03:46 +01:00
constructors.scm Use immediate primcalls when unfolding constructors 2017-11-11 22:08:14 +01:00
contification.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
cse.scm Add fabricated expressions for u64-s64 conversion 2017-11-27 16:57:45 +01:00
dce.scm DCE of branches punches through dead terms 2017-11-24 11:03:46 +01:00
devirtualize-integers.scm Refactor to finish the primcalls-take-parameters work 2017-11-24 11:03:46 +01:00
effects-analysis.scm Refactor to finish the primcalls-take-parameters work 2017-11-24 11:03:46 +01:00
elide-values.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
handle-interrupts.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
intmap.scm intmap-remove returns empty-intmap if appropriate 2017-11-24 10:37:44 +01:00
intset.scm Move thread bindings to (ice-9 threads) 2016-10-23 22:29:44 +02:00
licm.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
optimize.scm Add integer devirtualization pass. 2017-11-24 11:03:46 +01:00
peel-loops.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
primitives.scm Add support for bignum? CPS primitive. 2017-11-24 10:37:46 +01:00
prune-bailouts.scm Add new "throw" VM ops 2017-11-05 15:00:16 +01:00
prune-top-level-scopes.scm cache-current-module, etc use immediate primcall parameters 2017-11-05 15:00:16 +01:00
reify-primitives.scm Better support for unboxed signed arithmetic 2017-11-20 18:36:00 +01:00
renumber.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
rotate-loops.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
self-references.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
simplify.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
slot-allocation.scm Refactor to finish the primcalls-take-parameters work 2017-11-24 11:03:46 +01:00
spec.scm Fix guild compile --to=cps / --from=cps 2017-02-23 11:37:44 +01:00
specialize-numbers.scm Better unboxing for logand over s64 values 2017-11-24 11:03:46 +01:00
specialize-primcalls.scm Refactor to finish the primcalls-take-parameters work 2017-11-24 11:03:46 +01:00
split-rec.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
type-checks.scm Fix type check elision for branches 2017-11-24 10:36:14 +01:00
type-fold.scm Better type folding for = on exact numbers 2017-11-24 11:03:46 +01:00
types.scm Fix arity of slsh/immediate inferrer 2017-11-28 22:35:27 +01:00
utils.scm Refactor to finish the primcalls-take-parameters work 2017-11-24 11:03:46 +01:00
verify.scm $primcall has a "param" member 2017-11-05 15:00:16 +01:00
with-cps.scm Add missing files 2015-07-22 18:27:37 +02:00