1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 11:10:21 +02:00
guile/module/language/cps
Andy Wingo 3d6dd2f81c Add untagged bitwise operations
* libguile/vm-engine.c (ulogand, ulogior, ulogsub, ulsh, ursh)
  (scm->u64/truncate): New ops.
* module/language/cps/compile-bytecode.scm (compile-function):
* module/language/cps/effects-analysis.scm:
* module/language/cps/slot-allocation.scm (compute-var-representations):
* module/language/cps/specialize-primcalls.scm (specialize-primcalls):
* module/language/cps/types.scm:
* module/language/cps/utils.scm (compute-constant-values):
* module/system/vm/assembler.scm: Wire up support for the new ops.
2015-12-02 08:45:30 +01:00
..
closure-conversion.scm Unbox indexes of vectors, strings, and structs 2015-12-01 15:42:24 +01:00
compile-bytecode.scm Add untagged bitwise operations 2015-12-02 08:45:30 +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 untagged bitwise operations 2015-12-02 08:45:30 +01:00
elide-values.scm Add missing files 2015-07-22 18:27:37 +02:00
intmap.scm Fix intmap-ref bug 2015-06-05 00:34:05 +02:00
intset.scm intset-intersect bugfix 2015-07-22 16:59:47 +02:00
licm.scm Loop-invariant code motion 2015-07-24 16:50:58 +02:00
optimize.scm Add tagged and untagged arithmetic ops with immediate operands 2015-12-01 11:30:55 +01:00
peel-loops.scm Loop peeling 2015-07-27 13:45:23 +02:00
primitives.scm Remove add1 and sub1 2015-12-01 11:30:55 +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 Add missing files 2015-07-22 18:27:37 +02: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 Add missing files 2015-07-22 18:27:37 +02:00
slot-allocation.scm Add untagged bitwise operations 2015-12-02 08:45:30 +01:00
spec.scm Add missing files 2015-07-22 18:27:37 +02:00
specialize-numbers.scm Specialize u64 arithmetic 2015-12-01 11:30:55 +01:00
specialize-primcalls.scm Add untagged bitwise operations 2015-12-02 08:45:30 +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 Add instructions to branch on u64 comparisons 2015-12-01 11:30:54 +01:00
types.scm Add untagged bitwise operations 2015-12-02 08:45:30 +01:00
utils.scm Add untagged bitwise operations 2015-12-02 08:45:30 +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