factor/basis/compiler/cfg
Slava Pestov b6fe62299e compiler.cfg.alias-analysis: factor-call-insns which defined values were not handled properly 2010-07-19 19:56:00 -04:00
..
alias-analysis compiler.cfg.alias-analysis: factor-call-insns which defined values were not handled properly 2010-07-19 19:56:00 -04:00
block-joining FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
branch-splitting FFI rewrite part 6: deconcatenatize 2010-07-02 15:44:12 -04:00
build-stack-frame compiler: re-architect low-level optimizer to allow more than one output value per instruction 2010-07-13 07:40:14 -04:00
builder compiler.cfg: open-code parameter boxing and unboxing for certain C types 2010-07-19 10:25:13 -04: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: re-architect low-level optimizer to allow more than one output value per instruction 2010-07-13 07:40:14 -04:00
dataflow-analysis FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
dce compiler: re-architect low-level optimizer to allow more than one output value per instruction 2010-07-13 07:40:14 -04:00
debugger compiler: re-architect low-level optimizer to allow more than one output value per instruction 2010-07-13 07:40:14 -04:00
def-use compiler.cfg.save-contexts: don't insert ##save-context in front of ##phi 2010-07-19 09:27:10 -04:00
dependence compiler.cfg.scheduling: update to support multiple-output instructions 2010-07-15 17:38:34 -04:00
dominance Moving new-sets to sets 2010-02-26 16:01:01 -05:00
finalization compiler.cfg.scheduling: update to support multiple-output instructions 2010-07-15 17:38:34 -04:00
gc-checks compiler.cfg: nuke ##allot-byte-array instruction 2010-07-16 19:57:45 -04:00
hats compiler: re-architect low-level optimizer to allow more than one output value per instruction 2010-07-13 07:40:14 -04:00
height compiler.cfg.height: clean it up a bit 2010-06-22 04:14:03 -04:00
instructions compiler.cfg: open-code parameter boxing and unboxing for certain C types 2010-07-19 10:25:13 -04:00
intrinsics compiler.cfg.intrinsics.allot: clean up 2010-07-16 20:04:03 -04:00
linear-scan compiler.cfg.linear-scan.allocation: fix wrong order 2010-07-19 06:46:50 -04:00
linearization compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
liveness compiler.cfg.save-contexts: don't insert ##save-context in front of ##phi 2010-07-19 09:27:10 -04:00
loop-detection compiler.cfg.representations: add more peephole optimizations to reduce fixnum tagging and untagging overhead 2010-05-03 17:34:11 -04:00
optimizer Merge branch 'master' of git://factorcode.org/git/factor into s3 2010-05-03 17:29:03 -05:00
parallel-copy compiler.cfg: virtual registers are integers now, and representations are stored off to the side. Fix bug in representation selection that would manifest if a value was used as a float and a fixnum in different branches; cannot globally unbox float in this case 2009-08-08 04:02:18 -05:00
predecessors memq? -> member-eq?, sorted-memq? -> sorted-member-eq? 2009-10-28 15:02:00 -05:00
registers compiler.cfg.value-numbering: fix typo in unit test 2010-05-03 22:11:29 -04:00
renaming compiler: re-architect low-level optimizer to allow more than one output value per instruction 2010-07-13 07:40:14 -04:00
representations compiler: re-architect low-level optimizer to allow more than one output value per instruction 2010-07-13 07:40:14 -04:00
rpo compiler.cfg: more silly optimizations 2010-05-14 18:37:09 -04:00
save-contexts compiler.cfg: open-code parameter boxing and unboxing for certain C types 2010-07-19 10:25:13 -04:00
scheduling compiler.cfg.scheduling: ##dispatch must go at the end since its a control flow transfer 2010-07-15 20:55:31 -04:00
ssa compiler: re-architect low-level optimizer to allow more than one output value per instruction 2010-07-13 07:40:14 -04:00
stack-frame Stack allocation improvements 2010-05-22 02:37:00 -04:00
stacks compiler.cfg.ssa: fixing test failures 2010-06-15 17:18:51 -04:00
tco generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
useless-conditionals Debugging untagged fixnums 2010-05-03 17:34:02 -04:00
utilities FFI rewrite part 6: deconcatenatize 2010-07-02 15:44:12 -04:00
value-numbering compiler: re-architect low-level optimizer to allow more than one output value per instruction 2010-07-13 07:40:14 -04:00
write-barrier compiler.cfg: cleanup 2010-05-03 17:34:26 -04: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