factor/basis/compiler/cfg
Doug Coleman 7c77597b09 issue #358: fix a couple compiler errors 2012-06-21 08:35:47 -07:00
..
alias-analysis Now that #foo and ##foo are symbols we can remove a bunch of \ 2011-11-12 22:04:26 -08:00
block-joining
branch-splitting compiler.cfg.branch-splitting was totally broken 2011-02-27 16:43:26 -08:00
build-stack-frame
builder issue #358: fix a couple compiler errors 2012-06-21 08:35:47 -07:00
checker
comparisons
copy-prop
dataflow-analysis Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF. 2011-09-29 11:28:28 -07:00
dce slots: pre-create the "at", "nth", and "global" slots to make deterministic the currently nondeterministic ambiguity between accessors:change-* and assocs:change-at, sequences:change-nth, and namespaces:change-global 2011-09-19 10:03:43 -07:00
debugger More cleanup of unused stuff. 2011-10-19 11:01:16 -07:00
def-use
dependence compiler.cfg.dependence: Add ##allot to control dependency chain, so that we don't re-order an allocation and initialization with an alien call. The alien call might GC, exposing uninitialized memory to the GC. Fixes #53, fixes #58, fixes #20. 2011-08-28 21:25:39 -07:00
dominance
finalization compiler.cfg.finalization: reenable scheduling 2011-11-23 11:11:27 -08:00
gc-checks Now that #foo and ##foo are symbols we can remove a bunch of \ 2011-11-12 22:04:26 -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: add intrinsic for PMOVMSKB/MOVMSKP[SD] 2011-11-13 16:10:20 -08:00
intrinsics use radix literals 2011-11-23 19:03:40 -08:00
linear-scan compiler.cfg: Rename <##foo> to ##foo, in the low-level IR 2011-11-11 19:48:38 -08:00
linearization
liveness Cleanup lint warnings. 2011-10-14 11:47:24 -07:00
loop-detection
optimizer
parallel-copy compiler.cfg: Rename <##foo> to ##foo, in the low-level IR 2011-11-11 19:48:38 -08:00
predecessors
registers Remove all non-core uses of (scan-token) 2011-10-02 12:00:08 -07:00
renaming Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF. 2011-09-29 11:28:28 -07:00
representations compiler: more peephole tests for shl/sar 2011-11-13 16:10:24 -08:00
rpo
save-contexts Now that #foo and ##foo are symbols we can remove a bunch of \ 2011-11-12 22:04:26 -08:00
scheduling compiler: add ##safepoint IR insn 2011-10-27 21:14:46 -07:00
ssa Now that #foo and ##foo are symbols we can remove a bunch of \ 2011-11-12 22:04:26 -08:00
stack-frame
stacks compiler.cfg: Rename <##foo> to ##foo, in the low-level IR 2011-11-11 19:48: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
useless-conditionals Now that #foo and ##foo are symbols we can remove a bunch of \ 2011-11-12 22:04:26 -08:00
utilities Now that #foo and ##foo are symbols we can remove a bunch of \ 2011-11-12 22:04:26 -08:00
value-numbering compiler: The non-optimizing compiler is too slow with smart combinators in the compiler. Speed up bootstrap by not using them. 2011-12-05 14:50:51 -08:00
write-barrier
cfg.factor
summary.txt