factor/basis/compiler/cfg
Doug Coleman 2c257f399c factor: Rename MACRO: and MACRO: to have quot as the output in stack effects. 2015-07-18 22:16:11 -07:00
..
alias-analysis factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
block-joining minor cleanup to some docs. 2015-05-13 16:09:14 -07:00
branch-splitting factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
build-stack-frame Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!" 2015-07-02 13:47:06 -07:00
builder factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
checker compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
comparisons core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
copy-prop factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
dataflow-analysis compiler.cfg.*: more unit tests 2015-04-29 09:31:59 -07:00
dce factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
debugger compiler.cfg.debugger: alien-invoke insn nodes were printing double quotes in the dot file output. If you would pprint a string, instead print that string so the double quotes are not present in the output. 2015-06-24 18:46:39 -07:00
def-use factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
dominance factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
finalization compiler.cfg.*: new step in finalization: clear-uninitialized 2015-01-22 12:17:20 -08:00
gc-checks factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
hats core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
instructions cpu: enable bit-test intrinsic for fixnum-bit?. 2015-06-17 19:11:10 -07:00
intrinsics factor: Rename MACRO: and MACRO: to have quot as the output in stack effects. 2015-07-18 22:16:11 -07:00
linear-scan factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
linearization compiler.cfg.ssa.destruction.coalescing: new vocab to refactor and 2015-06-15 12:28:31 +02:00
liveness factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
loop-detection factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
optimizer compiler.cfg.*: detached the normalize-height and schedule-instructions passes 2015-01-22 12:17:20 -08:00
parallel-copy factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
predecessors compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
registers compiler.cfg.*: even more compiler docs 2015-04-29 09:31:58 -07:00
renaming use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
representations factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
rpo compiler.*: a few extra doc fixes 2015-04-30 04:51:58 +02:00
save-contexts factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
ssa factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
stack-frame compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
stacks compiler.cfg.stacks.clearing: fix help-lint. 2015-05-18 10:02:35 -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.utilities: unused word 2015-05-09 20:04:22 -07:00
value-numbering compiler.cfg.value-numbering: tests need to have this loaded. 2015-07-06 22:44:36 -07:00
write-barrier factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
cfg-docs.factor compiler.*: a bunch more compiler docs 2015-05-09 20:04:22 -07:00
cfg-tests.factor compiler.cfg.linear-scan.allocation.state: set spill-area-size/align when the cfg tuple is created 2015-04-29 09:31:57 -07:00
cfg.factor compiler.cfg: the id slot of basic-block appears to not be needed 2015-04-29 09:31:57 -07:00
summary.txt