factor/basis/compiler/tree
Joe Groff 191ac353fd generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
..
builder Code cleanups 2010-01-30 09:28:56 +13:00
checker compiler.tree: remove some code duplication concerning #alien nodes 2010-01-07 16:06:07 +13:00
cleanup Fix two problems with recompilation: predicate constant folding was recording unsatisfied dependencies in some cases, and literal tuple instances of forgotten classes would cause problems for method inlining 2010-02-20 12:01:47 +13:00
combinators generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
comparisons math: add unordered comparison operators u< u<= u> u>= which behave exactly like < <= > >= except no floating point exceptions are set if one or both inputs are NaNs; also add efficient intrinsic for unordered? predicate, and fix propagation type functions for abs, absq, and bitnot 2009-09-12 22:20:13 -05:00
dead-code Re-work flushed dependencies into new compiler cross-referencing framework 2010-01-30 09:29:00 +13:00
debugger Revert "macros: macro body is now defined in its own subword, for compile-time stack effect checking" 2010-02-03 23:11:29 +13:00
def-use
escape-analysis generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
finalization Factor source files should not be executable 2009-11-21 17:50:43 -06:00
identities
late-optimizations
modular-arithmetic Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
normalization Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
optimizer
propagation make effect variables part of effect syntax, stored out of band in effect tuple 2010-03-05 13:30:10 -08:00
recursive generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
tuple-unboxing compiler.tree: remove some code duplication concerning #alien nodes 2010-01-07 16:06:07 +13:00
authors.txt
summary.txt
tree.factor Add alien-assembly form for inline assembler, works like alien-invoke except calls a user-supplied quotation instead of generating a subroutine call. Replaces FPU status control, SSE detection and read timestamp routines in vm/cpu-x86.*S 2010-01-07 17:39:22 +13:00