1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-18 18:40:22 +02:00
guile/module/language/cps
Andy Wingo c2fa345093 Add missing compiler support for heap-object? primcall et al.
* module/language/cps/effects-analysis.scm: Reorder effect-free
  primitives.  Add immediate predicates and heap-number?.
* module/language/cps/primitives.scm (*heap-type-predicates*): Add
  heap-number?.
* module/language/cps/type-fold.scm (heap-number?): New folder.
* module/language/cps/types.scm (heap-number?): New inferrer.
2017-10-29 14:35:19 +01:00
..
closure-conversion.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
compile-bytecode.scm Use new instructions for f64 comparisons 2017-10-29 10:05:24 +01:00
constructors.scm Unbox indexes of vectors, strings, and structs 2015-12-01 15:42:24 +01:00
contification.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
cse.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
dce.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
effects-analysis.scm Add missing compiler support for heap-object? primcall et al. 2017-10-29 14:35:19 +01:00
elide-values.scm Add missing files 2015-07-22 18:27:37 +02:00
handle-interrupts.scm Improve handle-interrupts placement 2016-12-18 23:05:15 +01:00
intmap.scm Move thread bindings to (ice-9 threads) 2016-10-23 22:29:44 +02:00
intset.scm Move thread bindings to (ice-9 threads) 2016-10-23 22:29:44 +02:00
licm.scm Loop-invariant code motion 2015-07-24 16:50:58 +02:00
optimize.scm Include missing #:simplify? option in (language cps optimize). 2016-01-04 22:43:30 +01:00
peel-loops.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
primitives.scm Add missing compiler support for heap-object? primcall et al. 2017-10-29 14:35:19 +01:00
prune-bailouts.scm Add missing files 2015-07-22 18:27:37 +02:00
prune-top-level-scopes.scm Add missing files 2015-07-22 18:27:37 +02:00
reify-primitives.scm Move thread bindings to (ice-9 threads) 2016-10-23 22:29:44 +02:00
renumber.scm Add missing files 2015-07-22 18:27:37 +02:00
rotate-loops.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
self-references.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
simplify.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
slot-allocation.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
spec.scm Fix guild compile --to=cps / --from=cps 2017-02-23 11:37:44 +01:00
specialize-numbers.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
specialize-primcalls.scm Add ursh/immediate and ulsh/immediate ops 2015-12-02 22:11:19 +01:00
split-rec.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
type-checks.scm Factor out compute-effects/elide-type-checks from dce.scm 2015-07-24 11:39:18 +02:00
type-fold.scm Add missing compiler support for heap-object? primcall et al. 2017-10-29 14:35:19 +01:00
types.scm Add missing compiler support for heap-object? primcall et al. 2017-10-29 14:35:19 +01:00
utils.scm Fix bug in intmap-map 2015-12-26 22:12:09 +01:00
verify.scm Simplify $branch to always take a $primcall 2017-10-29 10:05:24 +01:00
with-cps.scm Add missing files 2015-07-22 18:27:37 +02:00