]> gitweb.factorcode.org Git - factor.git/commit
Split up compiler.codegen.fixup into compiler.codegen.{gc-maps,labels,relocation}
authorSlava Pestov <slava@factorcode.org>
Wed, 14 Sep 2011 04:38:03 +0000 (21:38 -0700)
committerSlava Pestov <slava@factorcode.org>
Mon, 3 Oct 2011 07:25:47 +0000 (00:25 -0700)
commitb89e9a549bce802c8dda9e4b19f56a02fe62e3ca
tree8b6a92e97f0bb3c1646134319bb8600aae434d9c
parentc68e2308a8dd5409ac8597dbf71f840ce8c5bcc6
Split up compiler.codegen.fixup into compiler.codegen.{gc-maps,labels,relocation}
20 files changed:
basis/compiler/codegen/codegen-tests.factor
basis/compiler/codegen/codegen.factor
basis/compiler/codegen/fixup/authors.txt [deleted file]
basis/compiler/codegen/fixup/fixup-tests.factor [deleted file]
basis/compiler/codegen/fixup/fixup.factor [deleted file]
basis/compiler/codegen/fixup/summary.txt [deleted file]
basis/compiler/codegen/gc-maps/authors.txt [new file with mode: 0644]
basis/compiler/codegen/gc-maps/gc-maps-tests.factor [new file with mode: 0644]
basis/compiler/codegen/gc-maps/gc-maps.factor [new file with mode: 0644]
basis/compiler/codegen/labels/authors.txt [new file with mode: 0644]
basis/compiler/codegen/labels/labels.factor [new file with mode: 0644]
basis/compiler/codegen/labels/summary.txt [new file with mode: 0644]
basis/compiler/codegen/relocation/authors.txt [new file with mode: 0644]
basis/compiler/codegen/relocation/relocation.factor [new file with mode: 0644]
basis/cpu/x86/32/32.factor
basis/cpu/x86/64/64.factor
basis/cpu/x86/features/features.factor
basis/cpu/x86/sse/sse.factor
basis/cpu/x86/x86.factor
basis/cpu/x86/x87/x87.factor