factor/basis/compiler/cfg
Björn Lindqvist 9decb6a91e compiler.cfg.*: better way to store the block height
It is stored as a height-state instance on the height slot of the
basic-block. It will make better analysis possible because you see how
much the height increased or decreased in the block.
2016-09-08 04:01:25 +02:00
..
alias-analysis compiler.*: Backend implementation of varargs 2016-08-08 12:02:19 +02:00
block-joining
branch-splitting compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
build-stack-frame compiler.*: a bunch of random doc additions 2016-06-21 23:15:20 +02:00
builder compiler.cfg.*: changing height-state from a 2-el array to a tuple 2016-09-08 04:01:25 +02:00
checker Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
comparisons compiler.cfg.*: new doc files 2016-03-09 23:24:43 +01:00
copy-prop compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
dataflow-analysis compiler.cfg.dataflow-analysis: removes the -analysis from the dfa token 2016-03-16 14:40:58 +01:00
dce disambiguate namespaces:set and sets:set. 2016-03-29 17:14:42 -07:00
debugger compiler.cfg.debugger: print -> write to not add stray newlines 2016-09-01 09:59:15 +02:00
def-use compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
dominance compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
finalization
gc-checks compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
hats
instructions compiler.cfg.*: compiler doc updates 2016-09-01 02:16:30 +02:00
intrinsics compiler.cfg.*: better way to store the block height 2016-09-08 04:01:25 +02:00
linear-scan Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
linearization compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
liveness compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
loop-detection compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
optimizer
parallel-copy
predecessors
registers compiler.prettyprint: new vocab for prettyprinting compiler types 2016-08-15 15:16:41 +02:00
renaming
representations compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
rpo disambiguate namespaces:set and sets:set. 2016-03-29 17:14:42 -07:00
save-contexts compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
ssa compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
stack-frame compiler.cfg.*: compiler doc updates 2016-09-01 02:16:30 +02:00
stacks compiler.cfg.*: better way to store the block height 2016-09-08 04:01:25 +02:00
tco
useless-conditionals
utilities compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
value-numbering compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
write-barrier disambiguate namespaces:set and sets:set. 2016-03-29 17:14:42 -07:00
cfg-docs.factor compiler.cfg.*: better way to store the block height 2016-09-08 04:01:25 +02:00
cfg-tests.factor
cfg.factor compiler.cfg.*: better way to store the block height 2016-09-08 04:01:25 +02:00
summary.txt