Commit Graph

2005 Commits

Author SHA1 Message Date
Anton Mitrokhin
6c622eeeee generic on LLVM 3.5 with clang faildb update 2014-08-11 11:52:29 +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
Anton Mitrokhin
02e08892b3 tail the run_tests.log (100 lines) 2014-08-05 12:39:46 +04:00
Anton Mitrokhin
b292cffa4a changed 3.5 repo path from tag to branch until rc2 is out 2014-08-05 12:31:08 +04:00
Dmitry Babokin
ef949e14bb Merge pull request #831 from ncos/remove-support-for-old-llvm
Remove support for llvm 3.1
2014-08-04 20:07:32 +04:00
Anton Mitrokhin
3dafbc4516 remover LLVM 3_1 from cbackend.cpp 2014-08-01 17:30:30 +04:00
Anton Mitrokhin
ee256cd3c6 Merge branch 'master' of https://github.com/ncos/ispc into remove-support-for-old-llvm 2014-08-01 17:28:14 +04:00
Anton Mitrokhin
10f00c6e4c removed LLVM 3.1 option from python scripts 2014-08-01 17:12:21 +04:00
Anton Mitrokhin
02e584d932 fixed broken Makefile (failed to build 3.5) 2014-08-01 17:06:34 +04:00
Anton Mitrokhin
d64e1bcd82 updated Makefile for reverce LLVM_3_6 flag 2014-08-01 16:07:52 +04:00
Anton Mitrokhin
60fa76ccc1 reversed macros LLVM_3_6 to LLVM_3_5+ in .cpp and .h files 2014-08-01 15:40:48 +04:00
Dmitry Babokin
b51d9bde91 Merge pull request #830 from ncos/ispc_build_fails
removed 'llvm/Config/config.h' from cbackend.cpp build for LLVM 3.5+
2014-08-01 15:14:05 +04:00
Dmitry Babokin
290b8b9cc0 Merge pull request #829 from ncos/knc_faildb
update fail_db for 3.6
2014-08-01 15:12:35 +04:00
Anton Mitrokhin
d0c9b7c9b5 wiped out all LLVM 3.1 support 2014-08-01 14:54:08 +04:00
Anton Mitrokhin
10c6f840c4 removed 'llvm/Config/config.h' from cbackend.cpp build for LLVM 3.5+ 2014-08-01 12:30:57 +04:00
Anton Mitrokhin
ce7a00d174 update fail_db for 3.6 2014-08-01 12:21:50 +04:00
Dmitry Babokin
9189bbb7d3 Merge pull request #828 from ncos/ispc_build_fails
Add support for LLVM 3.6 build
2014-07-30 16:56:02 +04:00
Anton Mitrokhin
368d2f18f9 rewritten comment for util.m4 2014-07-30 16:43:41 +04:00
Anton Mitrokhin
7171701599 checked Makefile 'if' constructions, fixed ReleaseNotes.txt, added comments to util.m4 2014-07-30 16:25:39 +04:00
Anton Mitrokhin
c0fc9b7aca removed duplicatees in Makefile 2014-07-30 15:15:15 +04:00
Anton Mitrokhin
f59a1db8b7 fixed 3.6 llvm build in type.cpp 2014-07-30 13:57:06 +04:00
Anton Mitrokhin
725be222ac added LLVM_3_6 var 2014-07-30 11:50:15 +04:00
Dmitry Babokin
e044db016d Merge pull request #827 from ncos/advanced-dump
Put the new code under try-catch
2014-07-22 12:47:02 +04:00
Anton Mitrokhin
b6592c796d fixed run_tests.py bug 2014-07-22 12:20:34 +04:00
Dmitry Babokin
21fb015069 Merge pull request #826 from ncos/advanced-dump
Advanced dump
2014-07-21 23:44:48 +04:00
Anton Mitrokhin
a051c9bbd8 tt_dump_read.py import bux fixed 2014-07-21 19:48:42 +04:00
Anton Mitrokhin
48e4373d28 comments on merge request are taken into account 2014-07-21 19:36:35 +04:00
Anton Mitrokhin
fb82d37f09 add host name printing in stability.log and e-mail body 2014-07-21 16:18:40 +04:00
Anton Mitrokhin
ad3b66a178 renamed regression_read.py -> tt_read.py 2014-07-21 16:12:44 +04:00
Anton Mitrokhin
ece37ea4f5 regression_read.py improved 2014-07-21 16:11:27 +04:00
Dmitry Babokin
aff9427f64 Merge pull request #825 from ncos/stability_compiler
passing icpc compiler for knc target
2014-07-20 17:22:57 +04:00
Anton Mitrokhin
00d435f726 fixed typos, added command line arguments check to regresion_read.py 2014-07-20 15:19:06 +04:00
Anton Mitrokhin
74160e3737 merged in the gcc_compile branch 2014-07-20 13:32:24 +04:00
Anton Mitrokhin
09ec2db6e9 add advanced test completion logging 2014-07-20 13:21:05 +04:00