Commit Graph

1953 Commits

Author SHA1 Message Date
Anton Mitrokhin
09ec2db6e9 add advanced test completion logging 2014-07-20 13:21:05 +04:00
Dmitry Babokin
edeeda6fa5 Merge pull request #823 from ncos/knc_faildb
updated fail_db.txt for knc target
2014-07-17 15:46:10 +04:00
Anton Mitrokhin
fd253d5e91 updated fail_db.txt for knc target 2014-07-17 15:38:58 +04:00
Dmitry Babokin
cb41a28391 Merge pull request #821 from ncos/ispc_gcc_compile_option
Add an alloy.py option to build ispc binary with g++
2014-07-16 15:14:30 +04:00
Anton Mitrokhin
21cb609423 changed 'ispc-compiler' to 'ispc-build-compiler' in error message 2014-07-16 15:12:39 +04:00
Anton Mitrokhin
111b10cd5b Merge branch 'master' of https://github.com/ncos/ispc into ispc_gcc_compile_option
Conflicts:
	alloy.py
2014-07-14 22:38:58 +04:00
Anton Mitrokhin
1461b09b5f '--ispc_compiler' changed to '--ispc_build_compiler', 'check_isa.cpp' now compiles with '--ispc_build_compiler' (g++ or clang), removed code duplication 2014-07-14 22:04:03 +04:00
Dmitry Babokin
c2d2efd37d Merge pull request #822 from dbabokin/dot2
Moving 3.4 build to LLVM 3.4.2 release.
2014-07-14 18:55:38 +04:00
Dmitry Babokin
ad67e3bb5d Moving 3.4 build to LLVM 3.4.2 release. 2014-07-14 18:53:43 +04:00
Dmitry Babokin
23b861b48c Merge pull request #820 from ncos/ispc-mail-tail
This will make 'alloy_build' shorter
2014-07-14 18:15:01 +04:00
Anton Mitrokhin
1cd5d72be4 removed a bug 2014-07-14 17:31:06 +04:00
Anton Mitrokhin
ff2f3c896f add an alloy.py option to build ispc binary with g++ 2014-07-14 16:18:07 +04:00
Anton Mitrokhin
7cde453e36 add 'tail' capability to 'attach_mail_file' function, shortened 'alloy_build_log.log' being sent to 100 lines in case of success and 400 in case of failure 2014-07-14 16:06:59 +04:00
Dmitry Babokin
6da9d43f69 Merge pull request #819 from ncos/Makefile-issue
Fixed Makefile target gcc to use g++ instead of clang
2014-07-11 19:09:04 +04:00
Anton Mitrokhin
d56d690d77 Fixed Makefile target gcc to use g++ instead of clang 2014-07-11 18:25:33 +04:00
Dmitry Babokin
d618670fd3 Merge pull request #818 from jbrodman/master
Add proper cast to eliminate size mismatch warning
2014-07-11 15:32:08 +04:00
jbrodman
d049746585 Add proper cast to eliminate size mismatch warning 2014-07-10 03:11:46 -07:00
Dmitry Babokin
108fa7b97c Merge pull request #817 from Vsevolod-Livinskij/hotfix
Fix for trunk 212388
2014-07-09 23:42:28 +04:00
Vsevolod Livinskiy
8b107ad67a Fix for trunk 212388+ 2014-07-09 23:19:27 +04:00
Dmitry Babokin
20fb66fa31 Merge pull request #816 from Vsevolod-Livinskij/alloy_update
Alloy.py update
2014-07-09 15:13:54 +04:00
Vsevolod Livinskiy
7ecc9e0769 Some fixes in send function 2014-07-09 09:59:50 +04:00
Vsevolod Livinskiy
d890ccc92c Unique way to send e-mail 2014-07-09 09:59:50 +04:00
Vsevolod Livinskiy
97057ed7a1 Send mail with build error. 2014-07-09 09:56:00 +04:00
Vsevolod Livinskiy
5512fb6275 alloy.py finds out revision of llvm 2014-07-09 09:56:00 +04:00
Dmitry Babokin
1459207d87 Merge pull request #815 from egaburov/master
fix for cpuFromIsa
2014-07-08 15:40:33 +04:00
Evghenii
4a2fe338ef fix for cpuFromIsa 2014-07-08 13:10:16 +02:00
Dmitry Babokin
6be1ce40bb Merge pull request #814 from ncos/master
Added KNC test target support for alloy.py (--only-targets='knc')
2014-07-08 15:09:04 +04:00
Anton Mitrokhin
4b3b293ba7 ... != Windows -> ... == Linux in knc target generation 2014-07-08 13:50:24 +04:00
Anton Mitrokhin
502acf97e7 Fix a bug with alloy.py constantly throwing an exception 2014-07-08 12:20:25 +04:00
Anton Mitrokhin
c6ef1cab79 Added KNC test target support for alloy.py (--only-targets='knc') 2014-07-08 10:15:08 +04:00
Dmitry Babokin
182f2e83f4 Merge pull request #812 from Vsevolod-Livinskij/run_tests_update
run_test.py support knc target
2014-07-07 19:08:40 +04:00
Vsevolod Livinskiy
79bee49078 New option: save bin files 2014-07-07 12:38:38 +04:00
Vsevolod Livinskiy
af9f871b93 run_test.py support knc target 2014-07-04 17:32:32 +04:00
Dmitry Babokin
699674a054 Merge pull request #811 from ncos/master
Some minor fixes in alloy.py and exception handling in run_tests.py
2014-07-04 15:40:41 +04:00
Anton Mitrokhin
4dacd7e7a2 Added some basic test subprocess exception handling and remapped error messages to the e-mail 2014-07-04 15:19:45 +04:00
Anton Mitrokhin
c2d65f7ad2 Fixed multiple message sending and added more verbouse warning regarding inconsistent ISPC_HOME 2014-07-04 15:10:36 +04:00
Dmitry Babokin
6348ca8da9 Merge pull request #807 from ottxor/master
fix LLVM_VERSION for minor versions != 0
2014-06-26 11:52:41 +04:00
Christoph Junghans
1a8002cf65 fix LLVM_VERSION for minor versions != 0
llvm version 3.4.2 got converted to 3_4.2 and not 3_4 as intended.

see https://bugs.gentoo.org/show_bug.cgi?id=515114
2014-06-25 23:44:00 -06:00
Dmitry Babokin
8d510fd82c Merge pull request #804 from ifilippov/master
support LLVM build
2014-06-18 18:30:40 +04:00
Ilia Filippov
76ea59b40b support LLVM build 2014-06-18 17:53:42 +04:00
Dmitry Babokin
5e14469ea6 Merge pull request #802 from ifilippov/avx2
Changing +/-feature regulation to CPU regulation
2014-06-11 13:05:51 +04:00
Ilia Filippov
425540922c changing +/-feature regulation to CPU regulation 2014-06-11 10:25:31 +04:00
jbrodman
11fcaa20ae Merge pull request #799 from motiz88/patch-1
Small fixes for TBB on Windows
2014-06-09 09:52:08 -07:00
Dmitry Babokin
daae225887 Merge pull request #801 from ifilippov/master
support LLVM trunk
2014-06-09 17:15:13 +04:00
Ilia Filippov
4ed72335bd support LLVM 2014-06-09 16:53:26 +04:00
motiz88
5da05b365f Small fixes for TBB on windows
Changed an #ifdef ISPC_IS_WINDOWS in the definition of TaskInfo to #ifdef ISPC_USE_CONCRT, and fixed two calls to taskCount() that were missing parentheses.
2014-06-05 22:06:09 +03:00
Dmitry Babokin
3f183cfd06 Merge pull request #795 from jbrodman/undefinedmemberstructs
Add error messages for structs containing nested undefined structs
2014-05-28 14:03:34 +04:00
jbrodman
d3144da5eb Add error messages for structs containing nested undefined structs 2014-05-27 15:50:53 -07:00
Dmitry Babokin
e6b6766c33 Merge pull request #794 from ifilippov/master
Deleting print from 'safe_for_all_mask_off' functions
2014-05-27 19:34:48 +04:00
Ilia Filippov
2b064b272a deleting print from 'safe_for_all_mask_off' functions 2014-05-27 19:24:21 +04:00