Commit Graph

2783 Commits

Author SHA1 Message Date
Dmitry Babokin
8645ee5546 Merge pull request #880 from dbabokin/v180
Bumping version to 1.8.1dev
2014-10-17 03:26:03 +04:00
Dmitry Babokin
ffa4b9e65c Bumping version to 1.8.1dev 2014-10-17 03:25:14 +04:00
Dmitry Babokin
c6dbb2c066 Merge pull request #879 from dbabokin/v180
v1.8.0
2014-10-17 03:22:26 +04:00
Dmitry Babokin
0af6f6460b ReleaseNotes and news update. v1.8.0 2014-10-17 01:24:36 +04:00
Dmitry Babokin
156f4e0fd8 Bumping version to 1.8.0 2014-10-16 23:34:38 +04:00
Dmitry Babokin
e97601d3a8 Merge pull request #878 from dbabokin/make
Typo. Keep LDFLAGS commented.
2014-10-16 20:26:29 +04:00
Dmitry Babokin
100285a325 Typo. Keep LDFLAGS commented. 2014-10-16 20:25:31 +04:00
Dmitry Babokin
9796674218 Merge pull request #877 from dbabokin/make
Fixing comment in Makefile and adding tips for building binaries for distribution on Linux.
2014-10-16 20:18:52 +04:00
Dmitry Babokin
8283cfc3ff Fixing comment in Makefile and adding tips for building binaries for
distribution on Linux.
2014-10-16 20:17:02 +04:00
Dmitry Babokin
d62fe78e6e Merge pull request #876 from dbabokin/ptx_off
PTX support refinement
2014-10-16 17:28:28 +04:00
Dmitry Babokin
5715350d96 Build clang with NVPTX support. 2014-10-16 17:24:43 +04:00
Dmitry Babokin
17ee085396 PTX support is off by default.
Fix to make it compile with PTX support off by default.
2014-10-16 17:20:26 +04:00
Dmitry Babokin
c5cf05e085 Merge pull request #875 from Vsevolod-Livinskij/fail_db_update
Fail_db update.
2014-10-16 16:36:03 +04:00
Vsevolod Livinskiy
f59c6223b4 Fail_db update for icc.v15 2014-10-16 16:28:14 +04:00
Dmitry Babokin
30270584aa Merge pull request #749 from egaburov/nvptx_clean
Experimental support for PTX with examples
2014-10-16 15:56:02 +04:00
evghenii
92377426bd changed progress bar implementation 2014-10-16 11:53:05 +02:00
Anton Mitrokhin
3d71932ca6 knc.h: added [] overloads to type defenitions 2014-10-16 12:57:55 +04:00
Dmitry Babokin
ccf4d00385 Merge pull request #874 from dbabokin/alloy-gnu-toolchain
alloy.py script upgrade
2014-10-15 23:09:50 +04:00
Dmitry Babokin
f7390aaec9 Adding default sysroot detection for MacOS 10.9 (and newer), which
allows working out of the box. Otherwise C standard headers are not
found.
2014-10-15 23:02:59 +04:00
Dmitry Babokin
d79529cada Adding --with-gcc-toolchain alloy switch, which is passed to configure.
This is the only way to build functional clang on old Linux system,
which has old system gcc and new gcc (4.7+) installed in non-system
location.

Also adding switch to build only x86 target in clang.
2014-10-15 20:40:37 +04:00
Dmitry Babokin
8f9a935132 Merge pull request #873 from dbabokin/knc
KNC prefetch:
2014-10-14 20:59:48 +04:00
Dmitry Babokin
3f24c8dedc KNC prefetch:
- make L3 prefetch to hit L2$, instead of being nop.
- fix vector prefetch to use single intrinsic, instead of two (this is
  caused by bug in Composer 14.0 documentation).
2014-10-14 20:24:16 +04:00
Dmitry Babokin
741df13eb8 Merge pull request #871 from ncos/knc-backend-merge
Replaced vec16_i1 type definition in knc.h from typedef to struct version, adding a constructor
2014-10-14 19:24:53 +04:00
Dmitry Babokin
8e31d7e99c Merge pull request #872 from ncos/alloy_modifications
Changed the 'newest_LLVM' variable to 3.5 and fixed an error in help message
2014-10-14 19:24:38 +04:00
Anton Mitrokhin
7ac8a9ea04 changed vec16_i1 type definition in knc.h from typedef to struct 2014-10-14 18:52:03 +04:00
Anton Mitrokhin
dcf70d887b Changed the 'newest_LLVM' variable to 3.5 and fixed an error in help message 2014-10-14 18:23:47 +04:00
evghenii
558d7ee1d3 fix compilation with gcc481 2014-10-14 15:49:50 +02:00
Dmitry Babokin
2e49ecd56f Merge pull request #870 from aguskov/master
Added a patch for LLVM 3.5 to enable proper debugging under Windows
2014-10-14 17:31:55 +04:00
evghenii
47b1f2182f fix documentation typo 2014-10-14 15:24:30 +02:00
aguskov
efee86fa2e Update 3_5_win_coff_debug_info.patch 2014-10-14 17:17:49 +04:00
evghenii
4e7ae5269b added pseudo_prefetch definitions 2014-10-14 14:48:02 +02:00
evghenii
9238c72e08 Merge branch 'master' into nvptx_clean_master 2014-10-14 14:27:00 +02:00
evghenii
83a863ea83 fix compilation for llvm 3.5 2014-10-14 14:17:36 +02:00
Andrey Guskov
75759254c3 Added a patch for LLVM 3.5 to enable proper debugging under Windows 2014-10-14 15:58:23 +04:00
Dmitry Babokin
44ed10b6f2 Merge pull request #869 from dbabokin/typo
Typo fix
2014-10-14 14:54:05 +04:00
Dmitry Babokin
82ed2ce416 Typo fix 2014-10-14 14:51:12 +04:00
Dmitry Babokin
29c0f75306 Merge pull request #868 from dbabokin/win_build
Adding missing dependency for LLVM 3.6 (Windows specific problem) and fi...
2014-10-13 19:36:37 +04:00
Dmitry Babokin
481224bbcd Adding missing dependency for LLVM 3.6 (Windows specific problem) and fixing end-of-lines in ispc.vcxproj 2014-10-13 19:31:11 +04:00
Dmitry Babokin
743f89f93f Merge pull request #867 from jbrodman/master
Fix warnings in knc.h with appropriate casting
2014-10-09 11:52:10 +04:00
James Brodman
3aa2cce504 Fix warnings in knc.h with appropriate casting 2014-10-08 17:21:36 -07:00
Dmitry Babokin
a83fec3dd0 Merge pull request #865 from ncos/ispc_build_fails
Build fail fix for ISPC with LLVM 3.6 (current trunk)
2014-10-02 18:29:20 +04:00
Dmitry Babokin
b8a9139f8e Merge pull request #864 from Vsevolod-Livinskij/opt_prefetch
Optimized prefetch
2014-10-02 17:16:51 +04:00
Vsevolod Livinskiy
eb61d5df72 Support for cache 2/3 and all targets 2014-10-02 16:25:23 +04:00
Anton Mitrokhin
57fb2a75ec new interface for 'DIBuilder::insertDeclare' and 'DIBuilder::createGlobalVariable' in LLVM 3.6 (ids: 076fd5dfc1f0600183bbc7db974dc7b39086136d and bc88cfc3512326d6c8f8dbf3c15d880c0e21feb0 correspondingly 2014-10-02 15:35:19 +04:00
Vsevolod Livinskiy
0a6eb61ad0 Extend gather-scatter optimization with prefetch optimization 2014-10-02 15:21:43 +04:00
Dmitry Babokin
df38b862c2 Merge pull request #863 from ncos/knc-fails
Changed the default knc header file from 'knc-i1x16.h' to 'knc.h'
2014-10-02 13:57:59 +04:00
Dmitry Babokin
ddc6e33bc0 Merge pull request #862 from ncos/knc-backend-merge
Modification of 'knc.h'
2014-10-02 13:57:45 +04:00
Anton Mitrokhin
700fe244e7 removed debug macros 2014-10-02 13:08:47 +04:00
Anton Mitrokhin
c934a68bc4 changed 'const int' to 'const int8_t' in '__vec16_i8' constructor 2014-10-02 13:00:55 +04:00
Anton Mitrokhin
8295df5a1e fixed header in 'knc.h' 2014-09-25 22:54:29 +04:00