factor/basis/compiler
Daniel Ehrenberg ab919bab96 Doing constant folding on ##neg and ##not in value numbering 2009-10-08 01:57:54 -05:00
..
alien struct classes now make their own C type without help from alien.structs. remove alien.structs dependencies from everywhere outside of alien and compiler, and have the FFI handle both alien.structs and classes.struct c-types 2009-09-15 17:38:49 -05:00
cfg Doing constant folding on ##neg and ##not in value numbering 2009-10-08 01:57:54 -05:00
codegen decompose %unpack-vector-head/tail into %compare-vector/%merge-vector-head/tail or %tail>head-vector/%unpack-vector-head insns when there isn't an actual unpack insn; get rid of fake x86 implementations 2009-10-07 14:09:46 -05:00
constants added VM relocation type 2009-09-16 08:16:30 +01:00
errors
tests Merge branch 'master' of git://factorcode.org/git/factor 2009-10-01 23:14:16 -05:00
tree Adding identity to propagation to remove some redundant bitands 2009-10-08 00:59:15 -05:00
utilities compiler.cfg.linear-scan: tweak it so that register allocation does not depend on hashing order 2009-09-27 23:29:48 -05:00
authors.txt
compiler-docs.factor docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
compiler.factor compiler.cfg: nuke ##bignum>integer and ##integer>bignum since they were unused 2009-09-27 20:36:05 -05:00
summary.txt
tags.txt