factor/basis/compiler/cfg
Erik Charlebois 64252dbdbc 32 and 64 bit Linux PPC support 2011-05-23 23:36:14 -04:00
..
alias-analysis compiler.cfg.alias-analysis: fix bug in lazy alias class instantiation 2010-09-27 20:12:43 -07:00
block-joining
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 32 and 64 bit Linux PPC support 2011-05-23 23:36:14 -04:00
checker
comparisons
copy-prop
dataflow-analysis
dce 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
debugger math.libm: fix regression: fsqrt intrinsic was not working ever since change was made to inline FUNCTION: bodies 2010-08-12 21:41:57 -07:00
def-use
dependence compiler.cfg.dependence: compute dependency graph for write barrier instructions 2010-09-05 22:51:17 -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
height
instructions compiler: preliminary implementation of tracking derived pointers in GC maps 2010-09-27 20:12:44 -07:00
intrinsics 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
linear-scan compiler.cfg.linear-scan: extend lifetime intervals of base pointers correctly (reported by Anton Gorenko) 2010-09-30 20:49:03 -07:00
linearization
liveness compiler: preliminary implementation of tracking derived pointers in GC maps 2010-09-27 20:12:44 -07:00
loop-detection
optimizer compiler.cfg: fix major facepalm with write barrier elimination 2010-09-05 21:39:45 -07:00
parallel-copy
predecessors
registers
renaming
representations
rpo
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: always run scheduling because heuristic was broken 2010-09-25 16:31:42 -07:00
ssa compiler.cfg.ssa.construction: update unit tests for nths change 2011-02-25 21:05:38 -08:00
stack-frame
stacks
tco
useless-conditionals
utilities
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
summary.txt