factor/basis/compiler
Björn Lindqvist a8c0a25d87 compiler.cfg.ssa.destruction.coalescing: refactor and maybe a fix for #1308
the eliminatable-copy? word is the fix. the previous code only checked
that the registers had the same register class, but you also need to
check that they dont have the same representation size. because a copy
from double-rep -> double-2-rep is not eliminatable
2015-07-28 17:58:29 -07:00
..
cfg compiler.cfg.ssa.destruction.coalescing: refactor and maybe a fix for #1308 2015-07-28 17:58:29 -07:00
codegen Docs: various more compiler-related docs 2015-07-28 17:58:28 -07:00
constants compiler.*: a few extra doc fixes 2015-04-30 04:51:58 +02:00
crossref factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
errors core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
test compiler.*,cpu.*: add a height slot to ##call nodes, then other compiler 2015-05-09 20:04:22 -07:00
tests factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
threads compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
tree Docs: various more compiler-related docs 2015-07-28 17:58:28 -07:00
utilities compiler.cfg.ssa.cssa, compiler.cfg.ssa.destruction, compiler.utilities: docs & tests 2015-04-29 09:31:58 -07:00
authors.txt
compiler-docs.factor compiler: resolve duplicate doc for "compiled". 2014-10-19 08:27:59 -07:00
compiler.factor compiler: try this for compiler.cfg.builder.alien. 2014-12-13 18:44:35 -08:00
summary.txt
tags.txt