index
:
platform/upstream/lapack
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
master
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_dev
Domain: System / Base; Licenses: ETC;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-04
minor fix: add comment to warn that vector and matrix arguments are not refer...
julie
32
-0
/
+34
2010-12-31
Re-worked the type size check to be much more compact
julie
3
-62
/
+52
2010-12-30
Added acml_mv to the ACML link libraries
julie
1
-3
/
+3
2010-12-30
1. Adjusted regex checks in CheckLAPACKCompilerFlags.cmake to be more compact
julie
3
-129
/
+288
2010-12-24
Display the test's output to stdout after a run so it can be viewed on the da...
julie
1
-1
/
+8
2010-12-24
1. Fixed a typo in FindBLAS for SGI (SCCL should have been SCSL) and 2. Fix...
julie
2
-8
/
+8
2010-12-23
1. Added support for both IBM XL Fortran and IBM VisualAge Fortran
julie
2
-9
/
+22
2010-12-23
Fixed a bug in the IBM compiler options (-ffixed-form -> -qfixed).
julie
1
-2
/
+2
2010-12-23
Added checks disable floating point exceptions for GNU, Intel, Sun, and IBM c...
julie
2
-0
/
+58
2010-12-21
Fixed FindBLAS for Sun Performance Library
julie
1
-4
/
+6
2010-12-20
Added a CTestCustom.cmake file to filter unwanted files from code coverage an...
julie
2
-0
/
+34
2010-12-17
Adding Peng Du's name in the authors of the variants.
langou
1
-1
/
+1
2010-12-16
1. Corrected the way linker flags from FindBLAS are being used
julie
2
-128
/
+147
2010-12-15
Merge some of Sebastien Fabbro's patch for CMAKE
julie
4
-15
/
+68
2010-12-15
Added compiler flags from FindBLAS.
julie
2
-6
/
+11
2010-12-15
minor modif on find BLAS
julie
2
-18
/
+18
2010-12-15
Removed leftover debug messages from FindBLAS.cmake
julie
1
-2
/
+0
2010-12-15
Added support for external BLAS libraries in the CMake build.
julie
3
-3
/
+349
2010-12-14
undoing my check, sorry
langou
1
-1
/
+0
2010-12-14
this is a test
langou
1
-0
/
+1
2010-12-13
New license file as agreed by email.
langou
1
-10
/
+22
2010-11-29
Follow rencang's recommendation to fix bug 0064, set MAXIT to 64
julie
2
-2
/
+2
2010-11-17
Fix line length
julie
1
-2
/
+2
2010-11-17
Fix typo in external routine name
julie
4
-4
/
+4
2010-11-14
correct indentation
langou
1
-69
/
+69
2010-11-14
imporve (?) comments
langou
4
-8
/
+12
2010-11-14
typos
langou
4
-8
/
+8
2010-11-13
Correct memory access in CSD found with -fbounds-check flag
julie
8
-48
/
+92
2010-11-13
polish comments
julie
4
-53
/
+97
2010-11-10
(no commit message)
brian
4
-4
/
+4
2010-11-10
update 2009 to 2010 in some files
langou
2
-1
/
+2
2010-11-08
Start getting ready for the release
julie
121
-280
/
+336
2010-11-08
Update CMake build
julie
3
-13
/
+35
2010-11-07
fix again some COMPLEX instead of CMPLX
julie
2
-8
/
+8
2010-11-07
fix again some COMPLEX instead of CMPLX
julie
2
-8
/
+8
2010-11-07
Fix a minor problem on csd - intrinsic function is CMPLX and not COMPLEX (sam...
julie
2
-51
/
+51
2010-11-07
Correct bug0064 :: got a bug in divide and conquer (non convergence)
julie
6
-2
/
+18
2010-11-04
Incorporated CSD source and testing routines into SRC/Makefile, TESTING/Makef...
brian
21
-61
/
+351
2010-11-04
Removed nonexistent fourth matrix type from CSD test routines and csd.in
brian
5
-14
/
+9
2010-11-04
Modified TESTING/EIG/alahdg.f to test CS decomposition code
brian
1
-0
/
+41
2010-11-03
Added CS decomposition test files to TESTING
brian
9
-0
/
+2444
2010-11-03
Added CS decomposition source files to SRC/
brian
20
-0
/
+8504
2010-11-03
Commiting the 3 other precisions (single, complex, dcomplex) for sytri using ...
julie
30
-61
/
+2385
2010-11-02
[xSYTRS/xSYSV] Hide the call to syconv inside trs2 to avoid changing the SYT...
julie
27
-124
/
+880
2010-09-30
Add hetrs2 for c and z, a Level BLAS 3 version of hetrs (same than rev 751)
julie
8
-32
/
+680
2010-08-25
Included bug fix provided by Zlatco on Jacobi SVD
julie
8
-164
/
+175
2010-08-17
Array out-of-bounds reference in xLAQR5.
langou
4
-95
/
+105
2010-08-10
Patch provided by the kitware team on Aug 5th (Brad King and Bill Hoffman)
julie
4
-1
/
+22
2010-08-10
Various comment fixes
julie
58
-124
/
+124
2010-08-09
Adding a hint on the data storage required for band matrices in xLASCL.
langou
4
-4
/
+4
[next]