Skip to content

Commit

Permalink
Updated NEWS and ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasileios Karakasis committed Sep 21, 2015
1 parent 830f671 commit 4259152
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.o
*.in
*.sorted
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
ChangeLog v1.0.2
830f671 Style enhancements.
939f710 Enhancements in LLVM configure checks.
290f36f SparseX now supports both clang-llvm-3.0 and clang-llvm-3.5.
29d9119 Major changes in preprocessing
208e9cd Minor changes to preprocessing
80a3aec Preprocessing performance improvements
282627d Minor preprocessing improvements
43a42bc Store-forwarding fix for IndexType = int for x86_64 arch.
590a4bc Small changes to activate move semantics for Element class.

ChangeLog v1.0.1
a8695fa Support for runtime configuration of the JIT include path.
1dafcd5 Small fix in benchmarking framework in case the output vector is tuned.
5b7e4bb Added API functionality to extract the split points of the matrix in a multithreaded execution, which is useful when implementing solvers.
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes in SparseX v1.0.2
=========================

* Significant performance improvements in matrix preprocessing
* Support of Clang 3.5


Changes in SparseX v1.0.1
=========================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dnl This file is distributed under the BSD License. See LICENSE.txt for details.
dnl

AC_PREREQ([2.62])
AC_INIT([SparseX], [1.0.1], [sparsex-support@cslab.ece.ntua.gr], [sparsex])
AC_INIT([SparseX], [1.0.2], [sparsex-support@cslab.ece.ntua.gr], [sparsex])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_HEADERS([build_config.h])
AC_CONFIG_MACRO_DIR([m4check])
Expand Down

0 comments on commit 4259152

Please sign in to comment.