factor/basis/compiler/tests
John Benediktsson 4f42c72012 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
..
alien.factor specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
call-effect.factor
codegen.factor Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08: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
generic.factor
intrinsics.factor compiler.tests: update for <ref> deref 2010-10-25 22:23:03 -07:00
linkage-errors.factor Fix linkage-errors tests for recent changes 2011-09-13 20:42:36 -07:00
low-level-ir.factor compiler.cfg: open-code parameter boxing and unboxing for certain C types 2010-07-19 10:25:13 -04:00
optimizer.factor compiler: update tests for void being parsed like a real word 2010-08-15 13:01:42 -07:00
peg-regression-2.factor
peg-regression.factor
pic-problem-1.factor
redefine0.factor generic: rename method-body predicate class to method 2010-02-03 23:11:24 +13:00
redefine1.factor
redefine2.factor
redefine3.factor
redefine4.factor
redefine5.factor
redefine6.factor
redefine7.factor
redefine8.factor
redefine9.factor
redefine10.factor
redefine11.factor
redefine12.factor
redefine13.factor generic: rename method-body predicate class to method 2010-02-03 23:11:24 +13:00
redefine14.factor
redefine15.factor
redefine16.factor
redefine17.factor
redefine18.factor
redefine19.factor
redefine20.factor
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
redefine25.factor classes.algebra: make it work better to fix bug reported by Sascha Matzke 2010-07-29 19:57:23 -04:00
reload.factor
simple.factor stack-checker: calling 'boa' on a non-tuple would compile as a no-op rather than an error (reported by Joe Groff); clean up some other error reporting code too 2010-07-17 15:57:44 -04: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 stack-checker: calling 'boa' on a non-tuple would compile as a no-op rather than an error (reported by Joe Groff); clean up some other error reporting code too 2010-07-17 15:57:44 -04:00
x87-regression.factor compiler.tests: forgot to check in x87-regression test way back 2010-08-20 18:36:26 -07:00