platform/upstream/openblas.git
2013-03-02 Zhang XianyiMerge branch 'develop'
2013-03-02 Zhang XianyiUpdated the doc for 0.2.6 version.
2013-03-02 Zhang XianyiImproved the print when OS don't support AVX.
2013-03-01 Zhang XianyiIn OpenMP threading, preallocate the thread buffer...
2013-02-25 Zhang XianyiRefs #174. Return sb pointer when OpenMP or Windows.
2013-02-23 Zhang XianyiFixed the overflowing bug in single thread cholesky...
2013-02-13 Zhang XianyiRefs #174. Fixed the overflowing buffer bug of multithr...
2013-02-09 Zhang XianyiMerge branch 'bulldozer' into develop
2013-02-01 Zaheer ChothiaMissing line continuation -- follow-up to last commit...
2013-02-01 Zaheer ChothiaRefs #193. Don't use C99 complex numbers when building...
2013-01-31 Zaheer ChothiaRefs #193. cblas: move #include out of extern "C" block.
2013-01-25 Zhang XianyiRefs #189. Fixed the bug of s/cdot about invalid readin...
2013-01-21 Zhang XianyiRefs #187. Use perl to generate cblas_noconst.h instead...
2013-01-21 Zhang XianyiRefs #187. Use binary code for xgetbv, which is compati...
2013-01-20 Zaheer ChothiaRefs #185. Add missing 'const' to declarations in ...
2013-01-20 Zhang XianyiRefs #154. Fixed gemv_t bug about overflow 16MB buffer...
2013-01-19 Zaheer Chothiacblas: typedef enums for improved compatibility with...
2013-01-12 Zhang XianyiFixed #180. the typos in kernel/x86_64/sgemv_t.S
2013-01-05 Zhang XianyiRefs #177. Fixed sgemv_t compiling bug on Win64.
2013-01-02 Zhang XianyiRefs #176. Fixed make.inc overriding RANLIB bug when...
2012-12-25 Zhang XianyiRefs #173. Fixed overflow internal buffer bug of gemv_n...
2012-12-25 Zhang XianyiRefs #173. Fixed overflow internal buffer bug of sgemv_...
2012-12-23 Zhang XianyiRefs #171. Prevent loading the dirty number from the...
2012-12-23 Zhang XianyiRefs #173. Fixed overflow internal buffer bug of gemv_t...
2012-12-18 Zhang XianyiFixed #172. Support Intel Xeon E7540.
2012-12-18 Zhang XianyiMerge branch 'master' into develop
2012-12-15 Zhang XianyiMerge pull request #170 from juliantaylor/athlon-defaults
2012-12-15 Julian Taylorset parameters for CORE_ATHLON
2012-12-15 Zhang XianyiMerge branch 'master' into develop
2012-12-15 Zhang XianyiMerge pull request #169 from juliantaylor/sanity-check-cpu
2012-12-15 Julian Tayloradd a sanity check on the detected cpu type
2012-12-11 Zhang XianyiWrite FMA4 flag to the configure file.
2012-12-10 Zhang XianyiRefs #163. Obtain the build configure on runtime.
2012-12-10 Zhang XianyiRefs #165. fall back of DTB_DEFAULT_ENTRIES for some...
2012-12-06 Zhang XianyiRefs #54. Added AMD Bulldozer x86_64 dgemm kernel devel...
2012-12-06 Zhang XianyiAdded BULLDOZER target. So far it uses barcelona kernels.
2012-12-06 Zhang XianyiInit AMD Bulldozer codebase.
2012-11-28 Zhang XianyiAdded -lgomp for generating DLL on Windows.
2012-11-26 Zhang XianyiMerge branch 'develop' v0.2.5
2012-11-26 Zhang XianyiRefs #154. Fixed the build bug of dgemv_t on MinW64.
2012-11-26 Zhang XianyiMerge branch 'develop'
2012-11-26 Zhang XianyiUpdate the doc for 0.2.5 version.
2012-11-19 Zhang XianyiRefs #154. Fixed a SEGFAULT bug of dgemv_t when m is...
2012-11-15 Zhang XianyiFixed #160. Merge branch 'master' of https://github...
2012-11-14 Sébastien VillemotFix compilation with TARGET=GENERIC
2012-11-13 Zhang XianyiFixed #157. Only detect the number of physical CPU...
2012-11-12 Zhang XianyiCompile lapacke with ILP64 modle when INTERFACE64=1
2012-11-12 Zhang XianyiAdded the patch for lapacke example.
2012-11-12 Zhang XianyiMerge branch 'master' of https://github.com/alnsn/OpenB...
2012-11-10 Alexander NasonovFix NetBSD build.
2012-11-08 Zhang XianyiImproved Makefile.rule for cross compiler.
2012-11-08 Zhang XianyiAdded NO_SHARED flag to disable generating the shared...
2012-11-06 Zhang XianyiRefs #153. Restore the original CPU affinity when calli...
2012-10-15 Zaheer ChothiaAlternative approach to avoid command-line length while...
2012-10-15 Zaheer ChothiaFix installation step on Windows (regression from e8306...
2012-10-12 Zaheer ChothiaFixed #147: LAPACK symbols were not being exported...
2012-10-09 Zhang XianyiMerge branch 'develop' v0.2.4
2012-10-09 Zhang XianyiDon't use xgetbv instruction when NO_AVX=1
2012-10-08 Zhang XianyiMerge branch 'develop'
2012-10-08 Zhang XianyiUpdated the doc for 0.2.4 version.
2012-10-08 Zhang XianyiFixed #141. make f77blas.h compatible with compilers...
2012-09-29 Zhang XianyiRefs #145. Update LAPACK to 3.4.2 version.
2012-09-24 Zhang Xianyirefs #140. Fixed zdot incompatibility ABI issue with...
2012-09-21 Zhang XianyiFixed generating shared library bug on MIPS.
2012-09-21 Zhang XianyiFixed the detection bug on Loongson 3A server.
2012-09-18 Zhang XianyiRefs #139. Check OS supporting AVX on runtime.
2012-09-17 Zhang XianyiRefs #139. Added NO_AVX flag to use old Nehalem kernels...
2012-09-14 Zhang XianyiFixed #142. Added the gesvd and potrs function families...
2012-09-14 Zhang XianyiFixed #143. Don't generate cblas.h with NO_CBLAS.
2012-08-21 Jameson Nashprovide support for passing CFLAGS, FFLAGS, PFLAGS...
2012-08-20 Zhang XianyiMerge branch 'develop' v0.2.3
2012-08-20 Zhang XianyiUpdated the doc for 0.2.3 version.
2012-08-19 Zhang XianyiRefs #136. Fixed a bug about controlling the number...
2012-08-14 Xianyi ZhangFixed a hang bug when shutdown blas threads server...
2012-08-13 Zhang XianyiUse sandy bridge kernel when DYNAMIC_ARCH=1.
2012-08-11 Zhang XianyiRefs #132. Kill the threads when unload the library.
2012-08-10 Zhang XianyiRefs #133. Users can set COMMON_OPT flag to control...
2012-08-10 Zhang XianyiRefs #134. Fixed the building bug on IBM Power.
2012-08-09 Zhang XianyiAdded the tip for Windows.
2012-08-09 Zhang XianyiRefs #130 Fixed laswp building bug with DYNAMIC_ARCH=1.
2012-08-09 Zhang XianyiRefs #130 Prevent reading ipiv array beyond the bound...
2012-07-30 Zaheer ChothiaRefs #127. Generate DLL without a version suffix on...
2012-07-13 Xianyi ZhangAdded the doc for the conflict with R parallel.
2012-07-07 Xianyi ZhangFixed the build bug when DYNAMIC_ARCH=0.
2012-07-06 Zhang XianyiMerge branch 'develop' v0.2.2
2012-07-06 Zhang XianyiUpdated the doc for 0.2.2 version.
2012-07-06 Zhang XianyiRefs #123. Fixed exporting DLL functions bug on Windows
2012-07-05 Zhang XianyiDetect Sandy Bridge 22nm desktop/mobile CPU.
2012-07-02 Xianyi ZhangFixed #120. Merge the improvements for Debian archs.
2012-07-02 Sylvestre LedruImprove the detection of sparc
2012-07-02 Sylvestre LedruWhen dealing with the kfreebsd kernel, set the same...
2012-07-02 Sylvestre Ledruif SYS_gettid doesn't exist (like under HURD), use...
2012-07-02 Sylvestre LedruSet the tests for hurd similar to linux
2012-06-30 Xianyi ZhangMerge branch 'develop' v0.2.1
2012-06-30 Xianyi ZhangUpdated the do for 0.2.1 version.
2012-06-29 Xianyi ZhangRefs #119 #118. Fixed disabling hyper threading bug.
2012-06-25 Zhang XianyiMerge branch 'release-0.2.0' into develop
2012-06-25 Zhang XianyiMerge branch 'release-0.2.0' v0.2.0
2012-06-25 Zhang XianyiUpdated the doc for 0.2.0 version.
2012-06-25 wangqianFixed the issue of mixing AVX and SSE codes in S/D...
next