factor/basis/compiler/tests
Slava Pestov e46259bd33 compiler.tree.propagation.transforms: fix problem with 'shift' transform when input was a bignum 2009-10-23 07:50:56 -05:00
..
alien.factor update a bunch of alien-callbacks and alien-indirects to use c-type words 2009-10-21 21:10:11 -05:00
call-effect.factor
codegen.factor update some naked alien-invokes to use c-type words 2009-10-21 18:44:00 -05:00
curry.factor
float.factor math: add unordered comparison operators u< u<= u> u>= which behave exactly like < <= > >= except no floating point exceptions are set if one or both inputs are NaNs; also add efficient intrinsic for unordered? predicate, and fix propagation type functions for abs, absq, and bitnot 2009-09-12 22:20:13 -05:00
folding.factor replace usages of <" with """ 2009-09-20 22:42:40 -05:00
generic.factor
intrinsics.factor compiler: fix typo in intrinsics tests 2009-10-19 05:16:04 -05:00
low-level-ir.factor compiler: fix low-level-ir test on PowerPC 2009-10-19 05:03:02 -05:00
optimizer.factor compiler.tree.propagation.transforms: fix problem with 'shift' transform when input was a bignum 2009-10-23 07:50:56 -05:00
peg-regression-2.factor
peg-regression.factor
pic-problem-1.factor
redefine0.factor
redefine1.factor
redefine2.factor
redefine3.factor
redefine4.factor
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 replace usages of <" with """ 2009-09-20 22:42:40 -05:00
redefine11.factor replace usages of <" with """ 2009-09-20 22:42:40 -05:00
redefine12.factor
redefine13.factor
redefine14.factor
redefine15.factor
redefine16.factor
redefine17.factor
reload.factor
simple.factor compiler: fix stack effect inference bug discovered by x6j8x; it was possible to define a word which did not compile but could be called anyway 2009-10-23 03:27:25 -05:00
spilling.factor
stack-trace.factor
tuples.factor