From 00268efbe83177844dc82e054aa6e27df4adaf7f Mon Sep 17 00:00:00 2001 From: Athena Elafrou Date: Wed, 4 Oct 2017 00:19:30 +0300 Subject: [PATCH] SparseX v1.1.0 --- COPYING | 2 +- ChangeLog | 10 ++++++++++ INSTALL | 2 +- LICENSE.txt | 2 +- NEWS | 18 ------------------ README | 2 +- 6 files changed, 14 insertions(+), 22 deletions(-) diff --git a/COPYING b/COPYING index 14c0198..6b100e3 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 2011-2014, Computing Systems Laboratory (CSLab), NTUA. +Copyright (C) 2011-2017, Computing Systems Laboratory (CSLab), NTUA. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/ChangeLog b/ChangeLog index a441366..de432b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ + ChangeLog v1.1.0 +46c7269 Updated SparseX version in configuration files. +4f31e92 Updated README. +39254d0 Re-design of SparseX's JIT component to use LLVM/Clang's MCJIT engine. +e8946ff Moved Linux-based futex wrapper in a seperate C module. +1e9ad14 Small change in vector API to simplify usage. +e8d17ba Updated testing utility to check y = alpha*A*x. Also fixed FLOPS computation. +1eef307 Small fix in llvm/clang configuration file. +ead8529 Configuration script improvements. + ChangeLog v1.0.2 830f671 Style enhancements. 939f710 Enhancements in LLVM configure checks. diff --git a/INSTALL b/INSTALL index 701ae98..5766edd 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Installation Instructions ************************* -Copyright (C) 2011-2014, Computing Systems Laboratory (CSLab), NTUA. +Copyright (C) 2011-2017, Computing Systems Laboratory (CSLab), NTUA. All rights reserved. This file is distributed under the BSD License. See LICENSE.txt for details. diff --git a/LICENSE.txt b/LICENSE.txt index 14c0198..6b100e3 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (C) 2011-2014, Computing Systems Laboratory (CSLab), NTUA. +Copyright (C) 2011-2017, Computing Systems Laboratory (CSLab), NTUA. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/NEWS b/NEWS index c294822..e69de29 100644 --- a/NEWS +++ b/NEWS @@ -1,18 +0,0 @@ -Changes in SparseX v1.0.2 -========================= - -* Significant performance improvements in matrix preprocessing -* Support of Clang 3.5 - - -Changes in SparseX v1.0.1 -========================= - -* Automake 1.14.1 support -* GCC-4.7 and GCC-4.8 support -* Fixed bug that occured with consecutive vector allocations on NUMA platforms -* Fixes in thread management and several other minor bug fixes -* Support for custom system include path during JIT compilation through the - SPX_JIT_INC_PATH environment variable - -For a complete short commit log of the changes of this release, see ChangeLog \ No newline at end of file diff --git a/README b/README index 8331197..f4bcc85 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -SparseX library v1.1 +SparseX library v1.1.0 ********************** Copyright (C) 2011-2017, Computing Systems Laboratory (CSLab), NTUA.