factor/basis/compiler/tests
Slava Pestov 1f4bd3e293 compiler.tree.propagation.known-words: don't want a type function on clone, all the methods are inline and it was wrong (reported by Joe Groff) 2010-07-07 17:25:32 -04:00
..
alien.factor cpu.x86.64: callback prologue was clobbering 5th parameter register on x86-64 2010-05-23 03:00:53 -04:00
call-effect.factor Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
codegen.factor compiler: small fixes and cleanups 2010-05-13 02:48:20 -04:00
curry.factor fix stack effects in compiler tests 2010-03-08 23:46:20 -08:00
float.factor cpu.x86.x87: compares were clobbering ST0 2010-05-18 19:18:53 -04:00
folding.factor replace usages of <" with """ 2009-09-20 22:42:40 -05:00
generic.factor Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
intrinsics.factor Move compile-call and related words only meant to be used for debugging to compiler.test 2010-01-23 00:39:56 +13:00
linkage-errors.factor FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions 2010-05-09 21:36:52 -04:00
low-level-ir.factor compiler: fix bad unit test 2010-05-14 18:37:11 -04:00
optimizer.factor compiler.tree.propagation.known-words: don't want a type function on clone, all the methods are inline and it was wrong (reported by Joe Groff) 2010-07-07 17:25:32 -04:00
peg-regression-2.factor Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
peg-regression.factor Update compiler tests for tag number changes 2009-04-28 21:43:30 -05:00
pic-problem-1.factor Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
redefine0.factor generic: rename method-body predicate class to method 2010-02-03 23:11:24 +13:00
redefine1.factor fix some compiler tests 2009-04-26 02:23:33 -05:00
redefine2.factor Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
redefine3.factor Fix a couple of unit tests that were relying on the old compiler crossref structures 2010-01-31 23:26:55 +13:00
redefine4.factor Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
redefine5.factor replace usages of <" with """ 2009-09-20 22:42:40 -05:00
redefine6.factor replace usages of <" with """ 2009-09-20 22:42:40 -05:00
redefine7.factor replace usages of <" with """ 2009-09-20 22:42:40 -05:00
redefine8.factor replace usages of <" with """ 2009-09-20 22:42:40 -05:00
redefine9.factor replace usages of <" with """ 2009-09-20 22:42:40 -05:00
redefine10.factor New 'conditional dependency' mechanism for more accurate recording of recompilation information 2010-01-30 09:28:57 +13:00
redefine11.factor replace usages of <" with """ 2009-09-20 22:42:40 -05:00
redefine12.factor (( -- )) eval -> eval( -- ) 2009-04-17 15:49:21 -05:00
redefine13.factor generic: rename method-body predicate class to method 2010-02-03 23:11:24 +13:00
redefine14.factor Fix typo in redefine14 test 2009-05-01 08:29:04 -05:00
redefine15.factor Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
redefine16.factor Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
redefine17.factor Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
redefine18.factor Add test case for mixin bug Doug found, seems to be fixed now 2010-01-30 09:28:52 +13:00
redefine19.factor Work in progress: record constant-folds of predicate words, and call-next-method invocations, in the same way that method inlining are recorded, for greater recompilation accuracy 2010-01-30 09:28:56 +13:00
redefine20.factor Work in progress: record constant-folds of predicate words, and call-next-method invocations, in the same way that method inlining are recorded, for greater recompilation accuracy 2010-01-30 09:28:56 +13:00
redefine21.factor compiler.units: fix bug that came up recently with nested compilation units 2010-02-04 03:20:48 +13:00
redefine22.factor Fix two problems with recompilation: predicate constant folding was recording unsatisfied dependencies in some cases, and literal tuple instances of forgotten classes would cause problems for method inlining 2010-02-20 12:01:47 +13:00
redefine23.factor compiler.tests.redefine23: test wasn't testing anything 2010-04-13 00:56:48 -07:00
redefine24.factor "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
reload.factor Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
simple.factor Move compile-call and related words only meant to be used for debugging to compiler.test 2010-01-23 00:39:56 +13:00
spilling.factor compiler.tests: fix test for generalizations change 2010-05-18 23:08:37 -04:00
stack-trace.factor generic: rename method-body predicate class to method 2010-02-03 23:11:24 +13:00
tuples.factor Move compile-call and related words only meant to be used for debugging to compiler.test 2010-01-23 00:39:56 +13:00