factor/basis/compiler/cfg
Slava Pestov dadb9a2c50 Add phi elimination pass 2009-05-27 18:58:01 -05:00
..
alias-analysis Add a new ##allocation union to remove some code duplication 2009-05-27 18:55:49 -05:00
builder compiler.cfg.builder: don't make basic blocks after terminating calls 2009-05-25 19:16:36 -05:00
checker Refactoring low-level optimizer to support stack analysis pass 2009-05-26 19:31:19 -05:00
copy-prop Working on global optimizations 2009-05-19 17:28:13 -05:00
dce Refactoring low-level optimizer to support stack analysis pass 2009-05-26 19:31:19 -05:00
debugger Refactor compiler.tree.builder to fix various regressions 2009-04-21 23:02:00 -05:00
def-use CFG optimizer work in progress - adding phi nodes 2009-05-21 16:49:28 -05:00
dominance Refactoring low-level optimizer to support stack analysis pass 2009-05-26 19:31:19 -05:00
hats CFG optimizer work in progress - adding phi nodes 2009-05-21 16:49:28 -05:00
height New local-optimization combinator removes some boilerplate 2009-05-26 19:56:56 -05:00
instructions Add a new ##allocation union to remove some code duplication 2009-05-27 18:55:49 -05:00
intrinsics Replace ratio and complex built-in types with tuples defined in the library. This frees up two lo-tags, so move array and quotation over to these tags and update compiler for new tags 2009-04-30 00:27:35 -05:00
iterator compiler.cfg.builder: don't make basic blocks after terminating calls 2009-05-25 19:16:36 -05:00
linear-scan Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
linearization Add a new ##allocation union to remove some code duplication 2009-05-27 18:55:49 -05:00
liveness New local-optimization combinator removes some boilerplate 2009-05-26 19:56:56 -05:00
optimizer Add phi elimination pass 2009-05-27 18:58:01 -05:00
phi-elimination Add phi elimination pass 2009-05-27 18:58:01 -05:00
predecessors Refactoring low-level optimizer to support stack analysis pass 2009-05-26 19:31:19 -05:00
registers Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
rpo New local-optimization combinator removes some boilerplate 2009-05-26 19:56:56 -05:00
stack-analysis Add phi elimination pass 2009-05-27 18:58:01 -05:00
stack-frame Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
stacks Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
two-operand Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
useless-blocks Refactoring low-level optimizer to support stack analysis pass 2009-05-26 19:31:19 -05:00
utilities Working on global optimizations 2009-05-19 17:28:13 -05:00
value-numbering New local-optimization combinator removes some boilerplate 2009-05-26 19:56:56 -05:00
write-barrier New local-optimization combinator removes some boilerplate 2009-05-26 19:56:56 -05:00
cfg.factor Add phi elimination pass 2009-05-27 18:58:01 -05:00
summary.txt Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00