Vsevolod Livinskiy
|
8f68769af8
|
cast double/float to/from int64
|
2014-11-13 18:10:31 +04:00 |
|
Anton Mitrokhin
|
79fa1c3d4d
|
Added some more functions to knc.h:
- __scatter64_i64
- __scatter_base_offsets32_double
- __scatter_base_offsets32_i64
|
2014-11-13 17:18:47 +04:00 |
|
Vsevolod Livinskiy
|
6a2cb442ee
|
__reduce_add/min/max_int64
|
2014-11-13 14:21:10 +04:00 |
|
Vsevolod Livinskiy
|
6606d20a47
|
insert/extract_element_i8/16 and broadcast_i8/16
|
2014-11-13 13:48:01 +04:00 |
|
Anton Mitrokhin
|
5cb50eca30
|
LLVM trunk build fail fix (MDNode interface change)
|
2014-11-13 12:02:58 +03:00 |
|
Vsevolod Livinskiy
|
67243f3550
|
Merge commit
|
2014-11-13 13:00:17 +04:00 |
|
Vsevolod Livinskiy
|
308746c7fb
|
Minor fixes to remove copy-paste
|
2014-11-13 12:45:16 +04:00 |
|
Vsevolod Livinskiy
|
28e9032b10
|
__not_equal_i8/16 was added
|
2014-11-13 12:44:41 +04:00 |
|
Vsevolod Livinskiy
|
44bcce3cc8
|
__smear_i8/16 was added
|
2014-11-13 12:44:41 +04:00 |
|
Dmitry Babokin
|
4351fc600b
|
Merge pull request #899 from ncos/knc-backend-merge
Added several i8/i16 functions to knc.h
|
2014-11-11 22:48:16 -08:00 |
|
Dmitry Babokin
|
a1bcbed837
|
Merge pull request #897 from Vsevolod-Livinskij/knc_header_fix
Knc header fix
|
2014-11-10 16:25:32 -08:00 |
|
Anton Mitrokhin
|
4152a0f9ed
|
rewrite masked_load_i8/16 for it not to segfault
|
2014-11-09 22:06:10 +04:00 |
|
Anton Mitrokhin
|
d8f4635366
|
rewrittem __masked_store_i8/16 functions so they won't segfault
|
2014-11-09 20:01:58 +04:00 |
|
Anton Mitrokhin
|
e7717e58b5
|
- added 'cast_trunk' and 'cast_zext' sets of functions
- commented out fault [] overload for vec16_i64
- added loop based function macros for vec16_i8/16 data types
|
2014-11-09 11:59:19 +04:00 |
|
Vsevolod Livinskiy
|
83f3ee7cfa
|
__shuffle2_i8/16/32/64 was added
|
2014-11-09 00:21:20 +04:00 |
|
Vsevolod Livinskiy
|
1b8afb73ad
|
__rotate_i8/16/64 was added
|
2014-11-09 00:21:10 +04:00 |
|
Vsevolod Livinskiy
|
67cc62d619
|
Minor fixes to remove copy-paste
|
2014-11-09 00:21:08 +04:00 |
|
Vsevolod Livinskiy
|
12376e6a0c
|
__shuffle_i8/16 was added. __reduce* functions were fixed.
|
2014-11-09 00:21:04 +04:00 |
|
Vsevolod Livinskiy
|
9316dd65c0
|
__not_equal_i8/16 was added
|
2014-11-09 00:21:01 +04:00 |
|
Vsevolod Livinskiy
|
3b1445c660
|
__smear_i8/16 was added
|
2014-11-09 00:20:58 +04:00 |
|
Vsevolod Livinskiy
|
39b1e4a204
|
masked_load/store_i16 was added
|
2014-11-09 00:20:24 +04:00 |
|
Dmitry Babokin
|
df7d65b076
|
Merge pull request #891 from ncos/knc-backend-merge
Add missing _cast_uitofp/fptoui, setzero and min_varying functions
|
2014-11-06 09:03:54 -08:00 |
|
Dmitry Babokin
|
247dff8ab3
|
Merge pull request #898 from Vsevolod-Livinskij/fix_for_trunk
Fix for trunk (rev. 221167 and rev. 221375)
|
2014-11-06 08:57:57 -08:00 |
|
Vsevolod Livinskiy
|
fcc1090595
|
Fix for rev.221375
|
2014-11-06 17:06:37 +03:00 |
|
Vsevolod Livinskiy
|
9e184e65cf
|
Fix for rev.221167
|
2014-11-06 16:52:47 +03:00 |
|
Anton Mitrokhin
|
15e1f86711
|
- Removed the debug code occasionally sneaked to the repo
- Put 12 knc runfails to the fail_db.txt (were invisible due to debug code)
- Several minor fixes not affecting functionality
|
2014-11-06 16:48:51 +04:00 |
|
Dmitry Babokin
|
6bc4aee029
|
Merge pull request #896 from jbrodman/master
Fix nested structs being expanded in headers
|
2014-11-05 16:21:49 -08:00 |
|
Dmitry Babokin
|
b45429fc44
|
Merge pull request #894 from Vsevolod-Livinskij/fix_221024
Fix for rev. 221024 and 221027
|
2014-11-05 16:18:07 -08:00 |
|
jbrodman
|
6cfe21094b
|
Fix nested structs being expanded in headers
|
2014-11-03 06:14:47 -08:00 |
|
Vsevolod Livinskiy
|
90d9b91007
|
Fix for rev. 221024 and 221027
|
2014-11-03 01:29:06 +03:00 |
|
Dmitry Babokin
|
89f6fdd29c
|
Merge pull request #892 from Vsevolod-Livinskij/knc_header_fix
Fix for load/store i16
|
2014-10-30 15:39:00 -07:00 |
|
Dmitry Babokin
|
b07bf9f5c7
|
Merge pull request #890 from Vsevolod-Livinskij/fix_for_trunk
Fix for trunk
|
2014-10-30 12:25:09 -07:00 |
|
Vsevolod Livinskiy
|
9a8782d122
|
Fix for load/store i16
|
2014-10-30 18:37:38 +04:00 |
|
Anton Mitrokhin
|
e2249365f3
|
setzero functions for i8 and i16
|
2014-10-30 18:36:39 +04:00 |
|
Anton Mitrokhin
|
1f2079f2a8
|
fixed __cast_fpto<...> set of functions
|
2014-10-30 17:49:57 +04:00 |
|
Vsevolod Livinskiy
|
a239f37302
|
Fix for missing declaration of IntrinsicInst
|
2014-10-30 16:29:48 +03:00 |
|
Vsevolod Livinskiy
|
215ca762d0
|
Fix for rev. 220741. LinkModiles emits error by itself
|
2014-10-29 22:52:52 +04:00 |
|
Anton Mitrokhin
|
a4bcb1e1e2
|
__min_varying_<...> intrinsics added
|
2014-10-29 20:16:34 +04:00 |
|
Dmitry Babokin
|
0c0f69e3bf
|
Merge pull request #887 from ncos/knc-backend-merge
Updated fail_db.txt to remove new passes fails
|
2014-10-21 17:48:29 +04:00 |
|
Anton Mitrokhin
|
0fa17b1385
|
updated fail_db.txt
|
2014-10-21 17:43:42 +04:00 |
|
Dmitry Babokin
|
92e86ac5b7
|
Merge pull request #885 from ncos/knc-backend-merge
Further improvements in knc.h
|
2014-10-21 17:18:48 +04:00 |
|
Anton Mitrokhin
|
8b34fb853e
|
Commented out the faulty functions. Our code generator does not provide the necessary alligning to use them.
|
2014-10-21 15:42:14 +04:00 |
|
Anton Mitrokhin
|
09b8f65246
|
changed the names of 'reduce' functions (ixx -> intxx) to match the names generated by code generator
|
2014-10-21 15:26:07 +04:00 |
|
Dmitry Babokin
|
9a3e4d8788
|
Merge pull request #884 from ncos/alloy_modifications
Add the '--notify-subject' option to alloy.py
|
2014-10-21 14:29:48 +04:00 |
|
Anton Mitrokhin
|
577f5e368a
|
-Add the '--notify-subject' option to alloy.py to allow non-standard notification message subjects and simplify message
filtering
|
2014-10-21 14:10:54 +04:00 |
|
Anton Mitrokhin
|
da281a99ec
|
Merge branch 'master' of https://github.com/ncos/ispc into knc-backend-merge
|
2014-10-21 12:37:18 +04:00 |
|
Dmitry Babokin
|
1671430b50
|
Merge pull request #883 from dbabokin/alloy_version
Update warning
|
2014-10-20 21:11:21 +04:00 |
|
Dmitry Babokin
|
6c766be68c
|
Update warning
|
2014-10-20 21:10:40 +04:00 |
|
Dmitry Babokin
|
883963d90d
|
Merge pull request #881 from dbabokin/typos
typos
|
2014-10-17 03:42:17 +04:00 |
|
Dmitry Babokin
|
b84fdb1f3c
|
typos
|
2014-10-17 03:40:22 +04:00 |
|