1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/module/language/cps
Morgan Smith c7d170c5d1
Fix typos throughout codebase.
* NEWS:
* README:
* doc/r5rs/r5rs.texi:
* doc/ref/api-data.texi:
* doc/ref/api-debug.texi:
* doc/ref/api-evaluation.texi:
* doc/ref/api-io.texi:
* doc/ref/api-macros.texi:
* doc/ref/api-procedures.texi:
* doc/ref/api-scheduling.texi:
* doc/ref/api-undocumented.texi:
* doc/ref/libguile-concepts.texi:
* doc/ref/posix.texi:
* doc/ref/srfi-modules.texi:
* doc/ref/vm.texi:
* doc/ref/web.texi:
* examples/box-dynamic-module/box.c:
* examples/box-dynamic/box.c:
* examples/box-module/box.c:
* examples/box/box.c:
* examples/safe/safe:
* examples/scripts/README:
* examples/scripts/hello:
* gc-benchmarks/larceny/twobit-input-long.sch:
* gc-benchmarks/larceny/twobit-smaller.sch:
* gc-benchmarks/larceny/twobit.sch:
* libguile/expand.c:
* libguile/load.c:
* libguile/net_db.c:
* libguile/scmsigs.c:
* libguile/srfi-14.c:
* libguile/threads.c:
* meta/guile.m4:
* module/ice-9/match.upstream.scm:
* module/ice-9/ports.scm:
* module/language/cps/graphs.scm:
* module/scripts/doc-snarf.scm:
* module/srfi/srfi-19.scm:
* module/system/repl/command.scm:
* test-suite/tests/srfi-18.test:
Fix typos.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-16 22:09:01 +02:00
..
closure-conversion.scm Closure conversion produces high-level object representations 2023-06-22 16:01:44 +02:00
compile-bytecode.scm Fix bug in compilation of rsh/lsh 2023-06-19 13:53:01 +02:00
contification.scm Contification uses 'cons primcall 2023-06-22 16:01:44 +02:00
cse.scm Remove useless code in CSE 2023-06-22 16:01:44 +02:00
dce.scm DCE ignores setters to dead objects 2023-06-22 16:01:44 +02:00
devirtualize-integers.scm Add $switch CPS term kind 2020-08-12 23:30:08 +02:00
dump.scm Use tree-il-srcv instead of tree-il-src 2023-06-19 13:53:01 +02:00
effects-analysis.scm Fix effects analysis bug for synthesized definitions at allocations 2023-06-22 16:01:44 +02:00
elide-arity-checks.scm New pass: elide-arity-checks 2021-04-21 22:41:12 +02:00
graphs.scm Fix typos throughout codebase. 2023-07-16 22:09:01 +02:00
intmap.scm Fix intmap-intersect edge case 2019-06-11 12:56:23 +02:00
intset.scm Replace bit-position with bitvector-position 2020-04-12 22:39:55 +02:00
licm.scm Add $switch CPS term kind 2020-08-12 23:30:08 +02:00
loop-instrumentation.scm Add $switch CPS term kind 2020-08-12 23:30:08 +02:00
lower-primcalls.scm Move f64->scm lowering to lower-primcalls 2023-06-22 16:01:44 +02:00
optimize.scm Wire in lower-primitives pass 2023-06-22 16:01:44 +02:00
peel-loops.scm Add $switch CPS term kind 2020-08-12 23:30:08 +02:00
prune-top-level-scopes.scm cache-current-module, etc use immediate primcall parameters 2017-11-05 15:00:16 +01:00
reify-primitives.scm Move f64->scm lowering to lower-primcalls 2023-06-22 16:01:44 +02:00
renumber.scm Add $switch CPS term kind 2020-08-12 23:30:08 +02:00
return-types.scm Add new pass to optimize away return value count checks 2021-11-15 15:32:54 +01:00
rotate-loops.scm Add $switch CPS term kind 2020-08-12 23:30:08 +02:00
self-references.scm Fix CPS optimizations to allow callk in front half 2021-04-26 16:05:13 +02:00
simplify.scm Fix bugs introduced when allowing $kfun -> $kargs 2021-04-25 13:33:06 +02:00
slot-allocation.scm Refactor send and receive shuffles in slot allocation 2021-11-15 15:32:54 +01:00
spec.scm Define new "lowering" phase in compiler 2020-05-08 17:07:56 +02:00
specialize-numbers.scm Add $switch CPS term kind 2020-08-12 23:30:08 +02:00
specialize-primcalls.scm Compiler allocates boxed flonums in unmarked space 2019-08-26 10:19:24 +02:00
split-rec.scm Fix CPS optimizations to allow callk in front half 2021-04-26 16:05:13 +02:00
switch.scm Add new pass to optimize branch chains to table dispatch 2020-08-12 23:30:08 +02:00
type-checks.scm $branch is now a distinct CPS term type 2018-01-03 16:16:39 +01:00
type-fold.scm Add $switch CPS term kind 2020-08-12 23:30:08 +02:00
types.scm Add support for higher-level object representations in type analysis 2023-06-22 16:01:44 +02:00
utils.scm Add representations for new primcalls 2023-06-22 16:19:15 +02:00
verify.scm Allow callk to continue to kargs 2021-11-15 15:32:54 +01:00
with-cps.scm Add missing files 2015-07-22 18:27:37 +02:00