.. |
alien.factor
|
get compiler tests loading
|
2009-09-16 09:20:47 -05: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.cfg.linearization.order: basic blocks were being inserted twice if some blocks had repeated successors, causing problems for register allocation
|
2009-09-22 03:19:23 -05:00 |
curry.factor
|
Fix unit tests and load errors for slip removal
|
2009-05-10 17:03:41 -05:00 |
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
|
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 some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab
|
2009-09-17 22:36:05 -05:00 |
low-level-ir.factor
|
Fix test failures in compiler.cfg.linearization.order, compiler.tests.low-level-ir and compiler.graphviz
|
2009-09-22 05:07:52 -05:00 |
optimizer.factor
|
Rename specific-method to method-for-class, rename (effective-method) to method-for-object, and make both much faster
|
2009-09-21 17:42:20 -05: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
|
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 |
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 some unit test failures
|
2009-08-18 03:49:05 -05: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
|
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
|
(( -- )) eval -> eval( -- )
|
2009-04-17 15:49:21 -05:00 |
redefine13.factor
|
Disable these for now
|
2008-11-22 22:47:40 -06: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 |
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
|
Remove cruddy string encoding/decoding code from VM
|
2009-05-02 13:45:38 -05:00 |
spilling.factor
|
Update compiler tests for tag number changes
|
2009-04-28 21:43:30 -05:00 |
stack-trace.factor
|
Fix some unit test failures
|
2009-08-18 03:49:05 -05:00 |
tuples.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 |