.. |
alias-analysis
|
compiler.cfg.alias-analysis: fix bug in lazy alias class instantiation
|
2010-09-27 20:12:43 -07:00 |
block-joining
|
Revert "compiler.cfg: change linear ordering to place GC call blocks at the end"
|
2010-07-27 23:58:41 -04:00 |
branch-splitting
|
compiler.cfg.branch-splitting was totally broken
|
2011-02-27 16:43:26 -08:00 |
build-stack-frame
|
compiler: now that FFI has been deconcatenatized, we no longer need the special ##unary-float-function and ##binary-float-function fastpaths
|
2010-08-13 23:59:19 -07:00 |
builder
|
compiler.cfg.builder.alien: fix compilation of callbacks which unconditionally throw errors
|
2011-10-02 19:52:12 -07: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.cfg: now that kill-blocks cannot contain instructions that define vregs we can skip them all
|
2010-07-27 12:40:31 -04:00 |
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
|
compiler.cfg.debugger: add random-scheduling word.
|
2011-08-28 21:25:37 -07:00 |
def-use
|
compiler.cfg: now that kill-blocks cannot contain instructions that define vregs we can skip them all
|
2010-07-27 12:40:31 -04:00 |
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: fix major facepalm with write barrier elimination
|
2010-09-05 21:39:45 -07:00 |
gc-checks
|
compiler.cfg: Reading the return value of a float-returning function on x86-32 had a side effect of popping the x87 stack, so it was not correct for DCE to just eliminate this if the return value was not used. Fix this by adding a new dead-outputs slot to alien-call-insns and having DCE move dead returns there
|
2010-08-13 23:19:56 -07: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
|
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 |
intrinsics
|
Fixes the symptom but not the problem. See bug #201.
|
2011-09-26 17:32:34 -07:00 |
linear-scan
|
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 |
linearization
|
Revert "compiler.cfg: change linear ordering to place GC call blocks at the end"
|
2010-07-27 23:58:41 -04:00 |
liveness
|
compiler: preliminary implementation of tracking derived pointers in GC maps
|
2010-09-27 20:12:44 -07: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
|
compiler.cfg: fix major facepalm with write barrier elimination
|
2010-09-05 21:39:45 -07:00 |
parallel-copy
|
…
|
|
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.cfg.representations: fix unit test, it depended on hashing order which changed recently
|
2011-10-10 12:15:41 -07:00 |
rpo
|
compiler.cfg: more silly optimizations
|
2010-05-14 18:37:09 -04:00 |
save-contexts
|
compiler: now that FFI has been deconcatenatized, we no longer need the special ##unary-float-function and ##binary-float-function fastpaths
|
2010-08-13 23:59:19 -07:00 |
scheduling
|
compiler.cfg.scheduling: remove old scheduling test code, adding a better way of testing scheduling
|
2011-08-28 21:25:35 -07:00 |
ssa
|
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 |
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
|
…
|
|
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
|
32 and 64 bit Linux PPC support
|
2011-05-23 23:36:14 -04:00 |
write-barrier
|
compiler.cfg.write-barrier: fix soundness issue with ##copy that never came up but probably should've been fixed anyway
|
2010-09-06 17:01:44 -07:00 |
cfg.factor
|
Stack allocation improvements
|
2010-05-22 02:37:00 -04:00 |
summary.txt
|
…
|
|