1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 20:40:29 +02:00
guile/module/language/cps
Andy Wingo ae67b159bb CPS will not see "not" primcalls
* module/language/tree-il/compile-cps.scm (convert): Remove "not"
  primcalls.

* module/language/cps/effects-analysis.scm (values):
* module/language/cps/types.scm: Remove special cases for the "not"
  primcall.
2014-07-22 12:18:07 +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 Simplify pass rewrite scope tree to reflect dominator tree 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 logbit? strength reduction 2014-07-04 12:42:16 +02:00
types.scm CPS will not see "not" primcalls 2014-07-22 12:18:07 +02:00
verify.scm Remove $kif 2014-05-31 21:43:12 -04:00