platform/upstream/openblas.git
2017-11-26 Andrewmore dead increments clang4 scan-build deadcode.deadstores
2017-11-26 AndrewEliminate 2-8 dead increments code
2017-11-25 Andrewelminate unread variable, after reiteration 3 of them...
2017-11-24 Andreweliminate Wunused-const gcc7 warning
2017-11-24 Andrewfix spurious compiler warning fix (no code change)
2017-11-24 Andrewfix spurious compiler warning (no code change)
2017-11-22 Martin KroekerMerge pull request #1365 from xoviat/patch-1
2017-11-22 xoviat[appveyor] use cmake from conda forge
2017-11-19 Martin KroekerMerge pull request #1364 from martin-frbg/shmem-init
2017-11-18 Martin KroekerHandle shmem init failures in cpu affinity setup code
2017-11-18 Martin KroekerMerge pull request #1359 from brada4/develop
2017-11-18 Martin KroekerMerge pull request #1347 from martin-frbg/issue1322
2017-11-18 Martin KroekerMake return parameter of cblas_Xdotc_sub, cblas_Xdotu_s...
2017-11-18 Martin KroekerMake last parameter of cblas_Xdotc_sub/cblas_Xdotu_sub...
2017-11-18 Martin KroekerFix declaration of cblas_Xdotc_sub and cblas_Xdotu_sub
2017-11-15 AndrewEliminate mode variable where not needed
2017-11-15 Martin KroekerMerge pull request #1358 from martin-frbg/unused_vars
2017-11-14 Martin KroekerRemove unused variables from Haswell dtrmm and Bulldoze...
2017-11-14 Martin KroekerRemove unused variables at0...at3 from ?symv_U
2017-11-14 Martin KroekerRemove unused (loop?) variable j from the gemv_n_4...
2017-11-14 Martin KroekerRemove unused variable btpr
2017-11-14 Martin KroekerSilence an unused variable warning with a cast
2017-11-10 Martin KroekerMerge pull request #1353 from xoviat/patch-1
2017-11-10 Martin KroekerMerge pull request #1356 from martin-frbg/lapack-issue196
2017-11-10 Martin KroekerBreak out of potentially infinite rescaling loop after...
2017-11-10 Martin KroekerMerge pull request #1354 from martin-frbg/shmem
2017-11-09 Martin KroekerMerge branch 'develop' into shmem
2017-11-09 Martin KroekerMerge branch 'develop' into shmem
2017-11-09 Martin KroekerTry to handle shmget or shmat failing
2017-11-09 xoviat[appeyor] use flang from conda-forge
2017-11-09 Martin KroekerMerge pull request #1352 from martin-frbg/issue1351
2017-11-09 Martin KroekerOutput an error message when shmat() fails
2017-11-08 Martin KroekerMerge pull request #1350 from insertinterestingnamehere...
2017-11-07 Isuru FernandoFix gensymbol script
2017-11-06 Ian HenriksenMerge pull request #1 from xoviat/patch-1
2017-11-06 xoviat[appveyor] fixes
2017-11-06 Ian HenriksenBuild MATGEN LAPACK routines by default when building...
2017-11-06 Ian HenriksenUpdate lapacke.cmake with routines added in LAPACK...
2017-11-06 Ian HenriksenUpdate lapack.cmake with additional routines from LAPAC...
2017-11-06 Ian HenriksenAllow using compilers other than gfortran in conjunctio...
2017-11-05 Martin KroekerModify complex CBLAS functions to take void pointers
2017-11-05 Martin KroekerChange prototypes of all complex functions to use void*
2017-10-25 Martin KroekerMerge pull request #1329 from martin-frbg/dsdot
2017-10-25 Martin KroekerEliminate loop code when called as/from dsdot
2017-10-24 Martin KroekerMerge pull request #1334 from ashwinyes/develop_aarch64...
2017-10-24 Ashwin Sekhar T KARM64: Convert all labels to local labels
2017-10-24 Martin KroekerMerge pull request #1333 from martin-frbg/haswell32
2017-10-24 Martin KroekerFix 32bit HASWELL
2017-10-22 Martin KroekerSplit the microkernel workload into chunks of 32 floats...
2017-10-16 Martin KroekerAdd dsdot
2017-10-16 Martin KroekerImplement DSDOT with unchanged sdot microkernels
2017-10-12 Martin KroekerMerge pull request #1327 from martin-frbg/cmake-relapack
2017-10-12 Martin KroekerOptionally add ReLAPACK to LIB_COMPONENTS
2017-10-12 Martin KroekerAdd cmake build list file for ReLAPACK
2017-10-12 Martin KroekerAdd ReLAPACK option
2017-10-10 Martin KroekerMerge pull request #1325 from grisuthedragon/patch-1
2017-10-10 Martin KöhlerUpdate README.md
2017-10-09 Martin KroekerCmake fixes for DYNAMIC_ARCH builds and whitespace...
2017-10-08 Martin KroekerMerge pull request #1320 from timmoon10/develop
2017-10-08 Martin KroekerMerge pull request #1319 from martin-frbg/issue601
2017-10-08 Martin KroekerMerge pull request #1317 from martin-frbg/power8-asm
2017-10-06 Martin KroekerComment out a code block that performs out-of-bounds...
2017-10-06 Martin KroekerMerge pull request #1279 from xsacha/develop
2017-10-04 Tim MoonReduce number of data partitions in n.
2017-10-04 Martin KroekerMerge pull request #1316 from timmoon10/develop
2017-10-03 Tim MoonCleaning up and documenting multi-threaded GEMM code.
2017-10-03 Tim MoonUse 2D thread distribution for small GEMMs.
2017-09-30 Martin KroekerFix out-of-bounds accesses where the data should be...
2017-09-30 Martin KroekerMerge pull request #1318 from pv/potrf-smoketest
2017-09-30 Pauli VirtanenAdd trivial smoketest for xpotrf
2017-09-28 Tim MoonIncreasing flexibility of GEMM benchmark.
2017-09-28 Martin KroekerSave and restore VSX registers
2017-09-28 Tim MoonMerge https://github.com/timmoon10/OpenBLAS into develop
2017-09-28 Tim MoonReducing threads for multi-threaded GEMMs on small...
2017-09-26 Martin KroekerMerge pull request #1314 from martin-frbg/nofortran...
2017-09-25 Martin KroekerRewrite NOFORTRAN conditionals
2017-09-22 Martin KroekerMerge pull request #1310 from sva-img/develop
2017-09-22 Shivraj PatilAdded mips I6500 core
2017-09-19 Martin KroekerMerge pull request #1308 from sebastien-villemot/develop
2017-09-19 Sébastien VillemotAdd support for TARGET=ZARCH_GENERIC and TARGET=Z13
2017-09-18 Martin KroekerMerge pull request #1304 from martin-frbg/aix-build...
2017-09-17 Martin Kroeker(Plain make) build system fixes for AIX
2017-09-14 Martin KroekerMerge pull request #1303 from martin-frbg/imatcopy...
2017-09-14 Martin KroekerFix cols/rows mixup in omatcopy 2nd step for BlasTrans...
2017-09-14 Martin KroekerMerge pull request #1302 from martin-frbg/nofortran-fix
2017-09-14 Martin KroekerRemove default FEXTRALIBS in NOFORTRAN case
2017-09-09 Martin KroekerMerge pull request #1288 from quickwritereader/develop
2017-09-09 Martin KroekerMerge pull request #1293 from embray/cygwin/install
2017-09-09 Martin KroekerMerge pull request #1299 from martin-frbg/race_fixes
2017-09-09 Martin KroekerConvert another caller of "allocation" to LOCK_COMMAND
2017-09-09 Martin KroekerFix thread data races
2017-09-09 Martin KroekerFix thread data race in memory.c
2017-09-07 Erik M. BrayMore canonical installation on Cygwin:
2017-09-06 AbdurraufOptimized standard Blas Level-1,2 (excluding nrm2 funct...
2017-09-03 Martin KroekerMerge pull request #1290 from martin-frbg/imatcopy
2017-09-03 Martin KroekerUse in-place transform shortcut only if matrix is square
2017-08-27 Martin KroekerMerge pull request #1286 from martin-frbg/baytrail
2017-08-27 Martin KroekerFix coretype detection for Bay Trail Atom
2017-08-23 SachaClean up config file writing.
2017-08-23 SachaFix open_blas.config which was never working out-of...
next