Vsevolod Livinskij
|
78e03c6402
|
Issue #453: now run_tests.py checks ispc_exe availability otherwise prints an error message and exits
|
2013-04-03 16:51:16 +04:00 |
|
Vsevolod Livinskij
|
4ab89de343
|
Issue #453: now run_tests.py checks ispc_exe availability otherwise prints an error message
|
2013-04-03 02:58:16 +04:00 |
|
Vsevolod Livinskij
|
6db460fb81
|
Issue #453: now run_tests.py checks ispc_exe availability otherwise prints an error message
|
2013-04-03 02:34:42 +04:00 |
|
Dmitry Babokin
|
9cf037c90f
|
Merge pull request #451 from Vsevolod-Livinskij/master
Issue #436
|
2013-04-02 02:12:57 -07:00 |
|
Vsevolod Livinskij
|
9e0425e824
|
Checks the required compiler otherwise prints an error message and exits program
|
2013-03-29 18:42:02 +04:00 |
|
Vsevolod Livinskij
|
2960479095
|
Issue
|
2013-03-29 18:30:23 +04:00 |
|
jbrodman
|
baf1ff033a
|
Merge pull request #450 from jbrodman/master
Added implementations of 3 intrinsics for double precision vectors
|
2013-03-28 08:57:02 -07:00 |
|
james.brodman
|
52dcbf087a
|
Implemented 3 more intrinsics on double precision vectors
|
2013-03-28 11:55:53 -04:00 |
|
jbrodman
|
d1c6331924
|
Merge pull request #448 from dbabokin/target_class
Redesign of Target class with several fixes
|
2013-03-25 10:21:00 -07:00 |
|
Dmitry Babokin
|
0af2a13349
|
DataLayout is changed to be managed from single place. v4-128-128 is added to generic DataLayout
|
2013-03-23 14:38:51 +04:00 |
|
Dmitry Babokin
|
7f0c92eb4d
|
Fix for #431: memory leak due to multiple TargetMachine creation
|
2013-03-23 14:33:45 +04:00 |
|
Dmitry Babokin
|
0f86255279
|
Target class redesign: data moved to private. Also empty target-feature attribute is not added anymore (generic targets).
|
2013-03-23 14:28:05 +04:00 |
|
jbrodman
|
b2517c8a18
|
Merge pull request #445 from dbabokin/master
Adding information about compiler used to build ISPC to make output. Also adds line endings cleanup.
|
2013-03-19 08:09:31 -07:00 |
|
Dmitry Babokin
|
95d0c5e67b
|
Merge branch 'master' of https://github.com/dbabokin/ispc
|
2013-03-18 16:40:54 +04:00 |
|
Dmitry Babokin
|
0885b2bf23
|
Merge pull request #444 from dbabokin/master
Fixing tabs and trainling white spaces
|
2013-03-18 05:39:13 -07:00 |
|
Dmitry Babokin
|
706337bb5a
|
Doxygen fix: don't identify the words Type and Target as class names
|
2013-03-18 16:31:56 +04:00 |
|
Dmitry Babokin
|
3f8a678c5a
|
Editorial change: fixing trailing white spaces and tabs
|
2013-03-18 16:17:55 +04:00 |
|
Dmitry Babokin
|
0f631ad49b
|
Add info about compiler used for ispc build to Makefle output
|
2013-03-18 12:30:06 +04:00 |
|
Dmitry Babokin
|
5bc3b4f768
|
Merge pull request #442 from dbabokin/master
Preprocessor should consider "line comments"
|
2013-03-14 01:48:49 -07:00 |
|
jbrodman
|
e8bd464ab2
|
Merge pull request #443 from jbrodman/master
Tweak to sse4.h intrinsics include file.
|
2013-03-13 07:59:27 -07:00 |
|
james.brodman
|
ef1af547e2
|
Change sse4.h to enable inlining.
|
2013-03-13 10:55:53 -04:00 |
|
Dmitry Babokin
|
f2dcad27bb
|
Fix for LLVM 3.1 and #441
|
2013-03-12 21:13:08 +04:00 |
|
Dmitry Babokin
|
01992006b2
|
Fix for #441: Prepocessor complains on code commented out by //
|
2013-03-12 18:56:32 +04:00 |
|
jbrodman
|
487820fb4d
|
Merge pull request #437 from dbabokin/docs
Docs
|
2013-03-04 10:48:35 -08:00 |
|
Dmitry Babokin
|
d760d67598
|
Doxygen fix: don't identify the word Declaration as a class
|
2013-03-04 03:28:02 +04:00 |
|
Dmitry Babokin
|
3cb827ac56
|
Fix for some typos in User's Guide
|
2013-03-04 03:04:46 +04:00 |
|
pengtu
|
15c5dfc12b
|
Merge pull request #435 from dbabokin/master
Tracking ToT changes in DIBuilder interface
|
2013-02-28 12:25:45 -08:00 |
|
Dmitry Babokin
|
524939dc5b
|
Fix for issue #430
|
2013-02-27 18:03:07 +04:00 |
|
Dmitry Babokin
|
51fdff208e
|
Tracking ToT changes in DIBuilder interface
|
2013-02-25 14:50:33 +04:00 |
|
jbrodman
|
65a309648b
|
Merge pull request #434 from dbabokin/master
Fix for #433
Reading the LLVM lists makes me concur. The functionality (if it was even needed) was merged into other existing infrastructure.
|
2013-02-23 09:09:30 -08:00 |
|
Dmitry Babokin
|
7d08eeb8dd
|
Fix for #433: fix for ToT changes, removal of llvm::createGCInfoDeleter()
|
2013-02-23 20:49:56 +04:00 |
|
Dmitry Babokin
|
9e0428ba0d
|
One more missing file in doxygen.cfg: cbackend.cpp
|
2013-02-23 20:45:31 +04:00 |
|
Jean-Luc Duprat
|
15461a2460
|
Merge pull request #432 from dbabokin/master
Some minor changes in Makefile and doxygen.cfg
|
2013-02-22 10:29:17 -08:00 |
|
Dmitry Babokin
|
88f21b5c57
|
Update for doxygen.cfg: adding ast.* and func.* and fixing builtins-c.c => builtins/builtins.c
|
2013-02-21 18:13:22 +04:00 |
|
Dmitry Babokin
|
bee3029764
|
Adding debug and clang targets, changing asan target
|
2013-02-21 17:26:21 +04:00 |
|
Dmitry Babokin
|
150d6d1f56
|
Adding Address Sanitizer build
|
2013-02-15 06:50:26 -08:00 |
|
jbrodman
|
d03e4ac100
|
Merge pull request #429 from dbabokin/master
Fix for #428
|
2013-02-11 11:10:32 -08:00 |
|
Dmitry Babokin
|
8d8d9c63fe
|
Fix for #349: build issue when no git found
|
2013-02-11 11:01:46 -08:00 |
|
Dmitry Babokin
|
52147ce631
|
Fixing issue #428: need to specify LLVM libs explicitly
|
2013-02-11 04:15:50 -08:00 |
|
jbrodman
|
5af41df8a5
|
Merge pull request #427 from jbrodman/master
Clang ToT fixes.
|
2013-02-04 10:56:37 -08:00 |
|
james.brodman
|
775ecd6dfe
|
Tracking ToT changes. Clang PP APIs changed.
|
2013-01-30 11:57:33 -05:00 |
|
jbrodman
|
b139235c62
|
Merge pull request #425 from jbrodman/master
Tracking Attribute API changes in ToT
|
2013-01-23 07:55:33 -08:00 |
|
james.brodman
|
8f2c910600
|
Tracking ToT changes to Attribute API
|
2013-01-23 10:57:05 -05:00 |
|
jbrodman
|
7e67f01d4b
|
Merge pull request #424 from jbrodman/master
Tracking Attribute API changes in ToT
|
2013-01-22 07:45:20 -08:00 |
|
james.brodman
|
ad7e800446
|
Tracking Attribute API Changes in ToT
|
2013-01-22 10:46:42 -05:00 |
|
Jean-Luc Duprat
|
6326924de7
|
Fixes to the implementations of any() and none() in the stdlib.
These make sure that inactive vector lanes do not interfere with the results
|
2013-01-18 11:19:54 -08:00 |
|
jbrodman
|
801a3a6ff5
|
Merge pull request #423 from jbrodman/master
Properly size double/int64 initializers.
|
2013-01-18 08:56:48 -08:00 |
|
james.brodman
|
a4e94a26ba
|
Tweak to not oversize short vec types for 64 bit values
|
2013-01-17 15:45:51 -05:00 |
|
jbrodman
|
44e6be7914
|
Merge pull request #422 from jbrodman/master
Fixes to build with ToT / M4 Macro Fix
|
2013-01-14 11:57:25 -08:00 |
|
james.brodman
|
3aaf2ef2d4
|
ToT Fixes / M4 macro fix
|
2013-01-14 14:55:10 -05:00 |
|