1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 16:50:21 +02:00
guile/module/language/cps
Andy Wingo 7f5887e70b Separate &boolean type into &true and &false
* module/language/cps/types.scm (&all-types): Represent true and false
  as separate bits, so that #f can be removed from types on true
  branches.  Adapt all users.

* module/language/cps/type-fold.scm (&scalar-types):
  (fold-and-reduce): Adapt to boolean type representation change.
2014-08-24 17:07:49 +02:00
..
arities.scm Fix typo in arities.scm 2014-07-21 21:38:17 +02:00
closure-conversion.scm Add $branch expression type 2014-05-31 21:15:06 -04:00
compile-bytecode.scm Compiler emits br-if-logtest 2014-07-03 15:03:40 +02:00
constructors.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
contification.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
cse.scm Remove dead case in CSE 2014-07-22 12:18:07 +02:00
dce.scm Remove size limit in elide-type-checks 2014-06-30 15:30:39 +02:00
dfg.scm Convert slot allocation to use intsets 2014-07-03 11:24:37 +02:00
effects-analysis.scm CPS will not see "not" primcalls 2014-07-22 12:18:07 +02:00
elide-values.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
intmap.scm Restrict intsets and maps to non-negative integers 2014-07-03 09:37:30 +02:00
intset.scm Add bitvector->intset. 2014-07-03 10:37:20 +02:00
primitives.scm Compiler emits br-if-logtest 2014-07-03 15:03:40 +02:00
prune-bailouts.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
prune-top-level-scopes.scm Remove $kif 2014-05-31 21:43:12 -04:00
reify-primitives.scm First-order CPS has $program and $closure forms 2014-04-12 14:59:31 +02:00
renumber.scm Stabilize renumber.scm:sort-conts. 2014-07-21 21:38:17 +02:00
self-references.scm Add $branch expression type 2014-05-31 21:15:06 -04:00
simplify.scm Better simplification of literal constants that continue to branches 2014-07-22 12:18:07 +02:00
slot-allocation.scm Fix allocate-slots for $kreceive with multiple predecessors 2014-07-21 11:47:43 +02:00
spec.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
specialize-primcalls.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
type-fold.scm Separate &boolean type into &true and &false 2014-08-24 17:07:49 +02:00
types.scm Separate &boolean type into &true and &false 2014-08-24 17:07:49 +02:00
verify.scm Remove $kif 2014-05-31 21:43:12 -04:00