Disable intrinsics in cpu.x86.64 for now, since they invoke the compiler
Fix ##branch renaming to ##branch,
To work on this branch:
./factor -include=math -i=boot.image
./factor -run=listener
USE: compiler USE: tools.test save
enable-optimizer
Error message is now:
T{ vregs-shouldn't-interfere f 409 424 }
|
||
|---|---|---|
| .. | ||
| alias-analysis | ||
| block-joining | ||
| branch-splitting | ||
| build-stack-frame | ||
| builder | ||
| checker | ||
| comparisons | ||
| copy-prop | ||
| dataflow-analysis | ||
| dce | ||
| debugger | ||
| def-use | ||
| dependence | ||
| dominance | ||
| finalization | ||
| gc-checks | ||
| hats | ||
| height | ||
| instructions | ||
| intrinsics | ||
| linear-scan | ||
| linearization | ||
| liveness | ||
| loop-detection | ||
| optimizer | ||
| parallel-copy | ||
| predecessors | ||
| registers | ||
| renaming | ||
| representations | ||
| rpo | ||
| save-contexts | ||
| scheduling | ||
| ssa | ||
| stack-frame | ||
| stacks | ||
| tco | ||
| useless-conditionals | ||
| utilities | ||
| value-numbering | ||
| write-barrier | ||
| cfg.factor | ||
| summary.txt | ||