]> gitweb.factorcode.org Git - factor.git/commit
Removing linear IR
authorslava <slava@factorcode.org>
Fri, 28 Apr 2006 22:38:48 +0000 (22:38 +0000)
committerslava <slava@factorcode.org>
Fri, 28 Apr 2006 22:38:48 +0000 (22:38 +0000)
commit17d6efb543cb064a971bf8b7b7209d9f75df2abb
tree75371c8bc8808dbc261e719c5683f18a3137df6a
parentacb7a68b24604b4f3f092917c592206e1ad73ac3
Removing linear IR
28 files changed:
TODO.FACTOR.txt
library/alien/alien-callback.factor
library/alien/alien-invoke.factor
library/alien/compiler.factor
library/bootstrap/boot-stage1.factor
library/bootstrap/boot-stage2.factor
library/compiler/amd64/architecture.factor
library/compiler/architecture.factor
library/compiler/compiler.factor
library/compiler/generator.factor
library/compiler/linearizer.factor [deleted file]
library/compiler/ppc/alien.factor [deleted file]
library/compiler/ppc/architecture.factor
library/compiler/ppc/fixnum.factor [deleted file]
library/compiler/ppc/generator.factor [deleted file]
library/compiler/ppc/intrinsics.factor [new file with mode: 0644]
library/compiler/ppc/slots.factor [deleted file]
library/compiler/ppc/stack.factor [deleted file]
library/compiler/stack.factor [deleted file]
library/compiler/templates.factor
library/compiler/vops.factor [deleted file]
library/compiler/x86/architecture.factor
library/compiler/xt.factor
library/test/compiler/ifte.factor
library/test/compiler/intrinsics.factor
library/test/compiler/linearizer.factor [deleted file]
library/test/compiler/simple.factor
library/test/test.factor