factor/basis/compiler/cfg
Slava Pestov 7e24994db5 Whitespace fix 2010-06-23 03:56:17 -04:00
..
alias-analysis compiler.cfg.alias-analysis: simplify and speed up 2010-05-14 18:37:07 -04:00
block-joining FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
branch-splitting FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
build-stack-frame Stack allocation improvements 2010-05-22 02:37:00 -04:00
builder Whitespace fix 2010-06-23 03:56:17 -04:00
checker FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
comparisons New GC checks work in progress 2010-05-03 17:34:16 -04:00
copy-prop compiler.cfg.copy-prop: optimistic copy propagation 2010-05-03 17:34:26 -04:00
dataflow-analysis FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
dce compiler.cfg: more silly optimizations 2010-05-14 18:37:09 -04:00
debugger compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
def-use Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00
dependence Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
dominance
finalization Add GC maps to ##box, ##box-long-long, ##alien-invoke, ##alien-indirect and ##call-gc; remove ##gc-map instruction 2010-06-14 19:39:46 -04:00
gc-checks compiler.cfg.ssa: fixing test failures 2010-06-15 17:18:51 -04:00
hats
height compiler.cfg.height: clean it up a bit 2010-06-22 04:14:03 -04:00
instructions Add GC maps to ##box, ##box-long-long, ##alien-invoke, ##alien-indirect and ##call-gc; remove ##gc-map instruction 2010-06-14 19:39:46 -04:00
intrinsics compiler.cfg.intrinsics.simd: intrinsic support for double-2>float-4 conversion 2010-06-01 00:34:50 -07:00
linear-scan Add GC maps to ##box, ##box-long-long, ##alien-invoke, ##alien-indirect and ##call-gc; remove ##gc-map instruction 2010-06-14 19:39:46 -04:00
linearization compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
liveness Add GC maps to ##box, ##box-long-long, ##alien-invoke, ##alien-indirect and ##call-gc; remove ##gc-map instruction 2010-06-14 19:39:46 -04:00
loop-detection
optimizer Merge branch 'master' of git://factorcode.org/git/factor into s3 2010-05-03 17:29:03 -05:00
parallel-copy
predecessors
registers compiler.cfg.value-numbering: fix typo in unit test 2010-05-03 22:11:29 -04:00
renaming
representations Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00
rpo compiler.cfg: more silly optimizations 2010-05-14 18:37:09 -04:00
save-contexts GC maps for more compact inline GC checks 2010-06-11 20:06:00 -04:00
scheduling FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
ssa compiler.cfg.ssa: fixing test failures 2010-06-15 17:18:51 -04:00
stack-frame Stack allocation improvements 2010-05-22 02:37:00 -04:00
stacks compiler.cfg.ssa: fixing test failures 2010-06-15 17:18:51 -04:00
tco
useless-conditionals
utilities FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
value-numbering compiler.cfg.value-numbering: constant folding for ##shuffle-vector 2010-05-18 04:22:21 -04:00
write-barrier compiler.cfg: cleanup 2010-05-03 17:34:26 -04:00
cfg.factor Stack allocation improvements 2010-05-22 02:37:00 -04:00
summary.txt