]> gitweb.factorcode.org Git - factor.git/commit
compiler.cfg.*: lots of new unit tests
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 20 Apr 2015 19:22:09 +0000 (21:22 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 29 Apr 2015 16:31:58 +0000 (09:31 -0700)
commit997f95196c26371835a7fd78d336c839a9e732db
tree6b344fba2e96e8e6f19bd56fbea0ec595d9252cd
parent167d1598b3be7b6d1289acf01111fb840aeb4406
compiler.cfg.*: lots of new unit tests
13 files changed:
basis/compiler/cfg/intrinsics/strings/strings-tests.factor [new file with mode: 0644]
basis/compiler/cfg/linear-scan/allocation/allocation-tests.factor [new file with mode: 0644]
basis/compiler/cfg/linear-scan/allocation/splitting/splitting-tests.factor [new file with mode: 0644]
basis/compiler/cfg/linear-scan/allocation/state/state-tests.factor
basis/compiler/cfg/linear-scan/assignment/assignment-tests.factor
basis/compiler/cfg/linear-scan/linear-scan-tests.factor
basis/compiler/cfg/linear-scan/live-intervals/live-intervals-tests.factor [new file with mode: 0644]
basis/compiler/cfg/liveness/liveness-tests.factor
basis/compiler/cfg/ssa/construction/construction-tests.factor
basis/compiler/cfg/ssa/cssa/cssa-tests.factor [new file with mode: 0644]
basis/compiler/cfg/ssa/destruction/destruction-tests.factor [new file with mode: 0644]
basis/compiler/cfg/stacks/finalize/finalize-tests.factor [new file with mode: 0644]
basis/compiler/cfg/utilities/utilities-tests.factor [new file with mode: 0644]