factor/basis/compiler/cfg/representations
Slava Pestov 58e4381eb1 compiler: new "binary literal area" at the end of a word's machine code stores constant floats and SIMD vectors; this allows ##load-reference/##load-memory fusion to be performed on x86-64, with a RIP-relative address reaching the data; also simplifies VM since custom relocation types used by the previous 32-bit-only optimization are no longer needed 2010-05-03 17:34:35 -04:00
..
coalescing compiler.cfg: clean up ##phi literals in tests 2010-05-03 17:34:24 -04:00
conversion compiler.cfg: merge all alien accessors into ##load-memory-imm and ##store-memory-imm 2010-05-03 17:34:06 -04:00
peephole compiler: new "binary literal area" at the end of a word's machine code stores constant floats and SIMD vectors; this allows ##load-reference/##load-memory fusion to be performed on x86-64, with a RIP-relative address reaching the data; also simplifies VM since custom relocation types used by the previous 32-bit-only optimization are no longer needed 2010-05-03 17:34:35 -04:00
preferred compiler.cfg.representations: fix various bugs 2010-05-03 17:34:11 -04:00
rewrite compiler.cfg.representations: fix various bugs 2010-05-03 17:34:11 -04:00
selection compiler.cfg.representations: make sure that immediate operands fit 2010-05-03 17:34:34 -04:00
representations-tests.factor compiler.cfg.representations: make sure that immediate operands fit 2010-05-03 17:34:34 -04:00
representations.factor compiler.cfg: remove unused 'reps' slot from compiler.cfg, and re-organize things in preparation for SSA register allocation 2010-05-03 17:34:18 -04:00