Andy Wingo 6f1b620b82 Add -Ooptimize-known-return-types at -O2 3 年 前
..
closure-conversion.scm 12fa7d115d Fix closure-conversion bug for SCC with all free vars pruned 3 年 前
compile-bytecode.scm 5c76381625 Allow callk to continue to kargs 3 年 前
contification.scm 5c76381625 Allow callk to continue to kargs 3 年 前
cse.scm e60469c8b6 Add primitive alias analysis to CSE 3 年 前
dce.scm 5809279b99 Fix bugs introduced when allowing $kfun -> $kargs 3 年 前
devirtualize-integers.scm cd5ab6377b Add $switch CPS term kind 4 年 前
dump.scm 426867ac7d Add CPS pretty-printer 3 年 前
effects-analysis.scm e60469c8b6 Add primitive alias analysis to CSE 3 年 前
elide-arity-checks.scm 86e86ec1c7 New pass: elide-arity-checks 3 年 前
graphs.scm 8fab68f8b1 Move live variable computation routines to utils and graphs. 3 年 前
intmap.scm ba94bcafea Fix intmap-intersect edge case 5 年 前
intset.scm 06709d77b9 Replace bit-position with bitvector-position 4 年 前
licm.scm cd5ab6377b Add $switch CPS term kind 4 年 前
loop-instrumentation.scm cd5ab6377b Add $switch CPS term kind 4 年 前
optimize.scm 6f1b620b82 Add -Ooptimize-known-return-types at -O2 3 年 前
peel-loops.scm cd5ab6377b Add $switch CPS term kind 4 年 前
prune-top-level-scopes.scm 4fb538e90e cache-current-module, etc use immediate primcall parameters 7 年 前
reify-primitives.scm 5c76381625 Allow callk to continue to kargs 3 年 前
renumber.scm cd5ab6377b Add $switch CPS term kind 4 年 前
return-types.scm dad113d80f Add new pass to optimize away return value count checks 3 年 前
rotate-loops.scm cd5ab6377b Add $switch CPS term kind 4 年 前
self-references.scm 2b58c49e59 Fix CPS optimizations to allow callk in front half 3 年 前
simplify.scm 5809279b99 Fix bugs introduced when allowing $kfun -> $kargs 3 年 前
slot-allocation.scm 4fcd643adb Refactor send and receive shuffles in slot allocation 3 年 前
spec.scm 4311dc9858 Define new "lowering" phase in compiler 4 年 前
specialize-numbers.scm cd5ab6377b Add $switch CPS term kind 4 年 前
specialize-primcalls.scm b02d1b08d7 Compiler allocates boxed flonums in unmarked space 5 年 前
split-rec.scm 2b58c49e59 Fix CPS optimizations to allow callk in front half 3 年 前
switch.scm 03998db647 Add new pass to optimize branch chains to table dispatch 4 年 前
type-checks.scm afb0a92d50 $branch is now a distinct CPS term type 7 年 前
type-fold.scm cd5ab6377b Add $switch CPS term kind 4 年 前
types.scm c6b1171c6b Avoid ash with arguments that might overflow in (language cps types) 3 年 前
utils.scm 5c76381625 Allow callk to continue to kargs 3 年 前
verify.scm 5c76381625 Allow callk to continue to kargs 3 年 前
with-cps.scm 4aabc205cc Add missing files 9 年 前