factor/basis/compiler/cfg
Björn Lindqvist d486de889d compiler.cfg.*: smaller doc improvements 2015-04-29 09:31:57 -07:00
..
alias-analysis compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
block-joining compiler.cfg.*: a bunch of new docstrings and other doc fixes 2015-04-29 09:31:56 -07:00
branch-splitting compiler.*: merge of ##inc-r and ##inc-d into one instruction ##inc with a loc slot 2015-04-29 09:31:53 -07:00
build-stack-frame compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
builder compiler.cfg.*: a bunch of new docstrings and other doc fixes 2015-04-29 09:31:56 -07:00
checker compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
comparisons New GC checks work in progress 2010-05-03 17:34:16 -04:00
copy-prop compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
dataflow-analysis compiler.cfg.*: new and improved docs 2015-04-29 09:31:53 -07:00
dce compiler.cfg.*: a bunch of new docstrings and other doc fixes 2015-04-29 09:31:56 -07:00
debugger compiler.cfg.*: new word reset-vreg-counter, useful for making test writing more convenient 2015-04-29 09:31:55 -07:00
def-use compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
dominance compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
finalization compiler.cfg.*: new step in finalization: clear-uninitialized 2015-01-22 12:17:20 -08:00
gc-checks compiler.cfg.*: a bunch of new docstrings and other doc fixes 2015-04-29 09:31:56 -07:00
hats compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
instructions compiler.cfg.*: smaller doc improvements 2015-04-29 09:31:57 -07:00
intrinsics compiler.cfg.intrinsics.simd: refactoring to use assocs instead of case-s for lookups + tests 2015-04-29 09:31:56 -07:00
linear-scan compiler.cfg.*: smaller doc improvements 2015-04-29 09:31:57 -07:00
linearization compiler.cfg: unlikely? slot unused, lets get rid of it 2015-04-29 09:31:53 -07:00
liveness compiler.cfg.*: smaller doc improvements 2015-04-29 09:31:57 -07:00
loop-detection compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
optimizer compiler.cfg.*: detached the normalize-height and schedule-instructions passes 2015-01-22 12:17:20 -08:00
parallel-copy compiler: Fix help-lint for @bjourne's recent awesome docs. 2015-01-17 14:02:59 -08:00
predecessors compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
registers compiler.cfg.*: new word reset-vreg-counter, useful for making test writing more convenient 2015-04-29 09:31:55 -07:00
renaming compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
representations compiler.cfg.*: a little more docs 2015-04-29 09:31:54 -07:00
rpo compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
save-contexts compiler.*: merge of ##inc-r and ##inc-d into one instruction ##inc with a loc slot 2015-04-29 09:31:53 -07:00
ssa compiler.cfg.*: smaller doc improvements 2015-04-29 09:31:57 -07:00
stack-frame compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
stacks compiler.cfg.*: a bunch of new docstrings and other doc fixes 2015-04-29 09:31:56 -07:00
tco compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
test-words compiler.cfg: Add vocabulary for words defined just to test compiler.cfg. 2014-11-23 01:06:46 -08:00
useless-conditionals compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
utilities compiler.cfg.*: new word connect-Nto1-bbs 2015-04-29 09:31:55 -07:00
value-numbering compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
write-barrier compiler: cleanup cfg passes to have stack effect ( cfg -- ) 2014-12-11 12:48:43 -08:00
cfg-docs.factor compiler.cfg.*: smaller doc improvements 2015-04-29 09:31:57 -07:00
cfg-tests.factor compiler.cfg.*: refactoring to remove the initial-basic-block word 2015-04-29 09:31:55 -07:00
cfg.factor compiler.cfg.*: refactoring to remove the initial-basic-block word 2015-04-29 09:31:55 -07:00
summary.txt