Dmitry Babokin
e33cf51b28
Merge pull request #850 from Vsevolod-Livinskij/fix_216239
...
Fix for llvm revision 216239
2014-08-24 22:32:09 +04:00
Vsevolod Livinskiy
93c7ddbac5
Added supported LLVM versions
2014-08-24 21:37:42 +04:00
Vsevolod Livinskiy
5ba7d2696d
Fix for llvm revision 216239
2014-08-24 17:35:28 +04:00
Dmitry Babokin
2351f0898a
Merge pull request #847 from ncos/knc_faildb
...
Modifications of fail_db.txt: ptr-22 fixed; runfails #20472 ; generic compfails 3.5->3.6
2014-08-17 23:26:47 +04:00
Anton Mitrokhin
81091d4be8
llvm 3.6 generic-4/16 compfails (already added for llvm 3.5)
2014-08-16 21:37:26 +04:00
Anton Mitrokhin
09ac9c5d00
12 runfails tracked in #20472 (LLVM trunk commit 213898 by Chandler)
2014-08-16 13:35:22 +04:00
Anton Mitrokhin
f8b6ca2649
ptr-22 test fixed on knc. removing from fail_db.txt
2014-08-16 13:05:24 +04:00
Dmitry Babokin
f5b373b818
Merge pull request #846 from ncos/knc_faildb
...
Reverted fail_db modifications after LLVM sse4 fix - see LLVM bug 20540.
2014-08-15 18:03:47 +04:00
Anton Mitrokhin
fbfcc28753
Revert "added 3.6 sse4-i16x8 compfails to fail_db"
...
This reverts commit e3c476112c .
2014-08-15 17:48:16 +04:00
Anton Mitrokhin
9e84c0ef0c
Revert "add 12 runfails first appeared in LLVM 3.5 trunk on 26/07/14. these are now in trunk 3.6. erroneous commit 213898"
...
This reverts commit a9954dd8e7 .
2014-08-15 17:47:51 +04:00
Anton Mitrokhin
88f39db2eb
Revert "compfails also appeared after LLVM commit 214628 (tracker id 20540)"
...
This reverts commit 68577ae8a3 .
2014-08-15 17:47:25 +04:00
Dmitry Babokin
1aaf623138
Merge pull request #845 from ncos/knc-fails
...
Fixed 64 bit gather/scatter functions in knc.h and knc-i1x16.h (fixes stability problem on ptr-22.ispc at -O0, which appears as a segfault from time to time)
2014-08-15 16:21:55 +04:00
Anton Mitrokhin
77dc94ab22
undefined printf functions in knc-i1x16.h
2014-08-15 16:18:40 +04:00
Anton Mitrokhin
bd8d02527b
removed ugly INT32_MIN define (included limits.h) and updated the copyright
2014-08-15 16:18:29 +04:00
Anton Mitrokhin
7adacf5a7b
64 bit gather/scatter fix for knc.h
2014-08-15 16:04:31 +04:00
Anton Mitrokhin
6b5b547e2f
modified all gather/scatter instructions in 'knc-i1x16.h'
2014-08-15 16:04:31 +04:00
Anton Mitrokhin
9c9c77d2db
changes in __scatter_base_offsets64_float
2014-08-15 16:04:31 +04:00
Dmitry Babokin
b56dd9df21
Merge pull request #844 from aguskov/build_flags
...
- build fix on Windows for 3.5 and 3.6
- ispc flags in examples in Debug mode where switched to -O0 -g from -O2.
2014-08-13 16:14:18 +04:00
Andrey Guskov
22b7f548ad
made ISPC + LLVM-trunk compile on Windows
2014-08-13 15:46:56 +04:00
Andrey Guskov
c2a75231d6
changed examples` debug flags for Windows: added -g, -O2 switched to -O0
2014-08-13 15:11:20 +04:00
Dmitry Babokin
dd4f9c86c0
Merge pull request #843 from ncos/knc_faildb
...
compfails also appeared after LLVM commit 214628 (tracker id 20540)
2014-08-13 14:12:07 +04:00
Anton Mitrokhin
68577ae8a3
compfails also appeared after LLVM commit 214628 (tracker id 20540)
2014-08-13 14:07:34 +04:00
Dmitry Babokin
4a963315e5
Merge pull request #842 from ncos/knc_faildb
...
add 12 runfails first appeared in LLVM 3.5 trunk on 26/07/14
2014-08-13 13:48:41 +04:00
Anton Mitrokhin
a9954dd8e7
add 12 runfails first appeared in LLVM 3.5 trunk on 26/07/14. these are now in trunk 3.6. erroneous commit 213898
2014-08-13 13:14:17 +04:00
Dmitry Babokin
1588e8f7ca
Merge pull request #841 from ncos/knc_faildb
...
added 3.6 sse4-i16x8 compfails to fail_db
2014-08-13 11:34:25 +04:00
Anton Mitrokhin
e3c476112c
added 3.6 sse4-i16x8 compfails to fail_db
2014-08-13 09:43:03 +04:00
Dmitry Babokin
7c9c2b25b0
Merge pull request #840 from ncos/knc_faildb
...
fail_db update for generic/3.5/clang
2014-08-11 12:01:21 +04:00
Anton Mitrokhin
6c622eeeee
generic on LLVM 3.5 with clang faildb update
2014-08-11 11:52:29 +04:00
Dmitry Babokin
9b053c5518
Merge pull request #839 from ncos/log_beautifier
...
'notify.log' trashing removed
2014-08-11 11:43:41 +04:00
Anton Mitrokhin
8a72e23b29
'notify.log' trashing removed
2014-08-11 11:11:30 +04:00
Dmitry Babokin
538d9c4dc8
Merge pull request #838 from aguskov/rt_thr_win
...
Fixed multithreading on Windows (alloy.py)
2014-08-07 19:56:00 +04:00
Andrey Guskov
f87ecf0573
added comments to the fix
2014-08-07 19:28:15 +04:00
Andrey Guskov
fbccf0f8b0
made multithreading work correctly on Windows by waiting on a queue instead of thread join() loop
2014-08-06 20:23:54 +04:00
Dmitry Babokin
96d3363cb3
Merge pull request #837 from ncos/ispc_build_fails
...
Fix for a build fail after llvm commit 214781
2014-08-06 13:01:18 +04:00
Anton Mitrokhin
bfad04d648
fix for build fail after llvm commit 214781
2014-08-06 12:57:13 +04:00
Dmitry Babokin
8c3808c540
Merge pull request #836 from ncos/log_beautifier
...
Make e-mail messages look more beautiful
2014-08-06 12:48:10 +04:00
Anton Mitrokhin
d0f4ece58a
merge with master
2014-08-06 12:44:47 +04:00
Dmitry Babokin
258ad709d4
Merge pull request #835 from ncos/alloy_cleanup
...
Removed several ugly constructions from alloy.py
2014-08-06 12:30:56 +04:00
Anton Mitrokhin
ab91a90734
some minor changes
2014-08-06 12:28:59 +04:00
Anton Mitrokhin
3ebc80ade6
fixed unresolved class use
2014-08-06 10:56:37 +04:00
Anton Mitrokhin
898a56c53b
added fail counters to the top of the message body
2014-08-06 10:52:23 +04:00
Anton Mitrokhin
b2928df4f8
merge with master
2014-08-06 09:41:07 +04:00
Anton Mitrokhin
f98038a03c
removed some dead code
2014-08-06 09:36:47 +04:00
Dmitry Babokin
dd07e2a457
Merge pull request #834 from ncos/log_beautifier
...
Make test fail counters count fails for each LLVM revision separately.
2014-08-05 17:03:32 +04:00
Anton Mitrokhin
3a2db12e77
Merge branch 'master' of https://github.com/ncos/ispc into log_beautifier
2014-08-05 16:19:55 +04:00
Anton Mitrokhin
c1f5a8d8ae
made text look more beautiful
2014-08-05 16:19:16 +04:00
Anton Mitrokhin
6f3f4ff4a1
add separate test fail count for each LLVM revision
2014-08-05 16:18:11 +04:00
Dmitry Babokin
0571ca54f6
Merge pull request #833 from ncos/ispc_build_fails
...
Changed LLVM 3.5 repository path to http://llvm.org/svn/llvm-project/llvm/branches/release_35
2014-08-05 14:06:33 +04:00
Anton Mitrokhin
d44c4c05aa
removed leading slash in a comment
2014-08-05 13:32:04 +04:00
Dmitry Babokin
00aa11f620
Merge pull request #832 from ncos/ispc-mail-tail
...
tail the run_tests.log (100 lines)
2014-08-05 12:46:09 +04:00