1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-21 12:10:26 +02:00
guile/module/language/cps
Andy Wingo 43a038f6e1 Fix lower-bound saturation in type inference
* module/language/cps/types.scm (type-entry-saturating-union): Fix range
  saturation in the negative direction.  Previously we were artificially
  truncating negative range ends to zero.
2016-03-14 11:17:08 +01:00
..
closure-conversion.scm Unbox indexes of vectors, strings, and structs 2015-12-01 15:42:24 +01:00
compile-bytecode.scm Add support for comparing u64 values with SCM values 2015-12-03 09:01:24 +01:00
constructors.scm Unbox indexes of vectors, strings, and structs 2015-12-01 15:42:24 +01:00
contification.scm Replace return primcalls with $values 2015-10-28 11:11:23 +00:00
cse.scm Add support for unboxed s64 values 2015-12-01 15:42:19 +01:00
dce.scm Factor out compute-effects/elide-type-checks from dce.scm 2015-07-24 11:39:18 +02:00
effects-analysis.scm Add support for comparing u64 values with SCM values 2015-12-03 09:01:24 +01:00
elide-values.scm Add missing files 2015-07-22 18:27:37 +02:00
intmap.scm Fix build when threads are disabled 2015-12-16 09:48:37 +00:00
intset.scm Inline some helpers in intset.scm. 2016-01-04 22:48:30 +01: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 Loop peeling 2015-07-27 13:45:23 +02:00
primitives.scm Add support for comparing u64 values with SCM values 2015-12-03 09:01:24 +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 Fix module for reification of srfi-4 primitives 2015-12-30 17:14:22 +01:00
renumber.scm Add missing files 2015-07-22 18:27:37 +02:00
rotate-loops.scm Simplify rotate-loops.scm 2015-07-27 12:59:09 +02:00
self-references.scm Add missing files 2015-07-22 18:27:37 +02:00
simplify.scm Remove unused function in simplify.scm 2016-01-04 23:33:24 +01:00
slot-allocation.scm Add ursh/immediate and ulsh/immediate ops 2015-12-02 22:11:19 +01:00
spec.scm Add missing files 2015-07-22 18:27:37 +02:00
specialize-numbers.scm Add support for comparing u64 values with SCM values 2015-12-03 09:01:24 +01:00
specialize-primcalls.scm Add ursh/immediate and ulsh/immediate ops 2015-12-02 22:11:19 +01:00
split-rec.scm Add missing files 2015-07-22 18:27:37 +02: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 Better folding of branches on $values 2016-01-03 16:17:53 +01:00
types.scm Fix lower-bound saturation in type inference 2016-03-14 11:17:08 +01:00
utils.scm Fix bug in intmap-map 2015-12-26 22:12:09 +01:00
verify.scm Replace return primcalls with $values 2015-10-28 11:11:23 +00:00
with-cps.scm Add missing files 2015-07-22 18:27:37 +02:00