factor/basis/compiler/cfg
Joe Groff 3e0d86f355 Merge branch 'master' of git://factorcode.org/git/factor into abi-symbols
Conflicts:
	basis/compiler/tests/alien.factor
2010-04-06 12:30:15 -07:00
..
alias-analysis compiler: new set-special-object intrinsic; more efficient special-object intrinsic 2010-04-01 20:09:14 -04:00
block-joining
branch-splitting
build-stack-frame Add alien-assembly form for inline assembler, works like alien-invoke except calls a user-supplied quotation instead of generating a subroutine call. Replaces FPU status control, SSE detection and read timestamp routines in vm/cpu-x86.*S 2010-01-07 17:39:22 +13:00
builder "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
checker Change how non-volatile register preservation is done in alien callbacks, with the aim of fixing callbacks on PowerPC, and to eventually eliminate assembly code from VM 2010-01-03 01:11:51 +13:00
comparisons
copy-prop
dataflow-analysis
dce Moving new-sets to sets 2010-02-26 16:01:01 -05:00
debugger
def-use compiler.cfg.def-use uses sets 2010-03-02 19:23:34 -05:00
dominance Moving new-sets to sets 2010-02-26 16:01:01 -05:00
empty-blocks
gc-checks
hats
instructions compiler: new set-special-object intrinsic; more efficient special-object intrinsic 2010-04-01 20:09:14 -04:00
intrinsics compiler: new set-special-object intrinsic; more efficient special-object intrinsic 2010-04-01 20:09:14 -04:00
linear-scan Fixing ambiguity between sets and namespaces in many unit tests and furnace.auth 2010-02-26 17:17:40 -05:00
linearization Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
liveness Moving new-sets to sets 2010-02-26 16:01:01 -05:00
loop-detection Moving new-sets to sets 2010-02-26 16:01:01 -05:00
mr
optimizer
parallel-copy
predecessors
registers
renaming
representations Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
rpo Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
save-contexts Add alien-assembly form for inline assembler, works like alien-invoke except calls a user-supplied quotation instead of generating a subroutine call. Replaces FPU status control, SSE detection and read timestamp routines in vm/cpu-x86.*S 2010-01-07 17:39:22 +13:00
ssa Cleaning up compiler.cfg.ssa.construction 2010-03-17 20:12:10 -04:00
stack-frame
stacks Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -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
utilities generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
value-numbering
write-barrier Moving new-sets to sets 2010-02-26 16:01:01 -05:00
cfg.factor generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
summary.txt