factor/basis/compiler/cfg
John Benediktsson ad9d44aa2b compiler.cfg.linear-scan.allocation.state: simplify init-unhandled. 2014-12-01 22:18:15 -08:00
..
alias-analysis compiler.cfg.alias-analysis: use clear-set. 2013-03-07 21:35:00 -08:00
block-joining compiler.cfg.*: more docstrings for compiler words 2014-08-13 11:01:11 -07:00
branch-splitting compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
build-stack-frame compiler.cfg.build-stack-frame.tests: improved fix for the test case 2014-11-24 03:42:27 +01:00
builder Docs: fixing smaller help-lint nitpicks 2014-10-19 14:05:06 +02: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.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
dataflow-analysis compiler.cfg.dataflow-analysis: generic for configuring the "block skipping" 2014-09-08 14:54:17 -07:00
dce compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
debugger compiler.cfg.*: getting an instruction sequence from a cfg is used in a few tests so let's make a word for it 2014-11-24 06:25:34 +01:00
def-use compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
dependence compiler.cfg: Add vocabulary for words defined just to test compiler.cfg. 2014-11-23 01:06:46 -08:00
dominance compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
finalization compiler.cfg.stacks.vacant: compiler pass replacing uninitialized for more accurate stack maps 2014-09-08 14:54:17 -07:00
gc-checks compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
hats compiler.cfg: Change low-level IR constructors from ##foo to <##foo> 2011-11-06 23:02:46 -08:00
height Now that #foo and ##foo are symbols we can remove a bunch of \ 2011-11-12 22:04:26 -08:00
instructions compiler.cfg.instructions: fix help-lint. 2014-11-16 16:22:13 -08:00
intrinsics Docs: more compiler-related documentation 2014-08-13 11:01:10 -07:00
linear-scan compiler.cfg.linear-scan.allocation.state: simplify init-unhandled. 2014-12-01 22:18:15 -08:00
linearization compiler.cfg: cfg>insns has to go in linearization because of bootstrap circularity. Fix usings. 2014-11-23 22:53:27 -08:00
liveness compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
loop-detection compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
optimizer compiler.cfg: fix major facepalm with write barrier elimination 2010-09-05 21:39:45 -07:00
parallel-copy compiler.cfg.ssa.destruction.leaders: break off leader-map to resolve circular dependencies (oops) 2012-12-31 11:20:57 -08:00
predecessors compiler.cfg.*: more docstrings for compiler words 2014-08-13 11:01:11 -07:00
registers compiler.cfg: Rename doc -> docs in filenames so the docs load. 2014-07-17 15:32:29 -05:00
renaming compiler.cfg.renaming.functor: fix ##parallel-copy methods 2012-12-31 11:26:46 -08:00
representations compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
rpo Docs: more various compiler doc improvements 2014-11-16 06:25:55 -08:00
save-contexts compiler.cfg: fix some help-lint warnings. 2014-08-14 09:59:27 -07:00
scheduling compiler.cfg.*: getting an instruction sequence from a cfg is used in a few tests so let's make a word for it 2014-11-24 06:25:34 +01:00
ssa compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
stack-frame compiler.cfg.stack-frame: stub docs and tests for vocab 2014-11-16 06:25:53 -08:00
stacks compiler.cfg.utilities: move and rename the helper words block>cfg, insns>block and insns>cfg, they are useful to many testing vocabs 2014-11-22 17:31:38 -08:00
tco Now that #foo and ##foo are symbols we can remove a bunch of \ 2011-11-12 22:04:26 -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 Now that #foo and ##foo are symbols we can remove a bunch of \ 2011-11-12 22:04:26 -08:00
utilities compiler.cfg: cfg>insns has to go in linearization because of bootstrap circularity. Fix usings. 2014-11-23 22:53:27 -08:00
value-numbering compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00
write-barrier compiler.cfg.write-barrier: more use of hash-sets. 2013-03-08 12:30:37 -08:00
cfg-docs.factor compiler.cfg.*: more docs, tests and a small refactoring of the 2014-10-17 23:18:57 +02:00
cfg.factor Stack allocation improvements 2010-05-22 02:37:00 -04:00
summary.txt Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00