factor/basis/alien
Slava Pestov 4d5a4222b6 More SIMD work
- Rename SIMD types and register representations: <type>-<count> rather than <count><type>-array
- Make a functor to define 256-bit vector types, use it to define float-8 type
- Make SIMD instructions pure-insns so that they participate in value numbering
2009-09-03 20:58:56 -05:00
..
arrays change c-type-* to c-* everywhere 2009-08-30 19:05:29 -05:00
c-types More SIMD work 2009-09-03 20:58:56 -05:00
complex fix alien.complex unboxer 2009-08-29 23:18:31 -05:00
destructors alien.destructors: don't use disposable protocol, since it is common practice to 'leak' alien destructors (|Foo idiom) 2009-08-24 20:45:46 -05:00
fortran 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
libraries 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
parser remove call to check-c-name 2009-07-23 18:14:07 -05:00
prettyprint Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
remote-control Split up types.c/h into smaller files, remove optimized slot from F_WORD struct 2009-04-28 17:26:11 -05:00
structs Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 21:51:15 -05:00
syntax deprecate C-STRUCT:, C-UNION:, and old-school struct accessors 2009-08-27 21:51:08 -05:00