platform/upstream/openblas.git
2015-02-25 Hank AndersonFixed EPILOGUE for clang.
2015-02-25 Hank AndersonAdded intrinsics for MSVC.
2015-02-25 Hank AndersonFixed some compiler errors/warnings for clang.
2015-02-25 Hank AndersonFixed bad filename for cpuid.S compile.
2015-02-25 Hank AndersonAdded LAPACK sources directly to add_library call inste...
2015-02-25 Hank AndersonAdded additional gemm defines for complex types.
2015-02-24 Hank AndersonFixed bug generating trmv complex source names.
2015-02-24 Hank AndersonAdded check for MSVC before enabling fortran.
2015-02-24 Hank AndersonSeparated getarch ASM file when using MSVC.
2015-02-24 Hank AndersonAdded TRANS defines for complex sources in lapack.
2015-02-24 Hank AndersonFixed TRANSA defines for complex sources in driver...
2015-02-24 Hank AndersonChanged strategy for setting preprocessor definitions.
2015-02-24 Hank AndersonFixed incorrect object name in kernel CMakeLists.txt
2015-02-23 Hank AndersonAdded conj gemv objects for complex build.
2015-02-23 Hank AndersonMore complex objects.
2015-02-22 Hank AndersonAdded some more complex-only objects.
2015-02-21 Hank AndersonAdded defines for complex trmv.
2015-02-21 Hank AndersonAdded CONJ defines for trmm/trsm.
2015-02-20 Hank AndersonAdded alternate_name to a couple of the name mangling...
2015-02-19 Hank AndersonAdded zherk_kernel.c objects to driver/level3.
2015-02-19 Hank AndersonAdded some TRMM objects for complex types.
2015-02-19 Hank AndersonFixed reuse of float_char from parent loop.
2015-02-19 Hank AndersonAdded complex and single netlib-lapack fortran sources...
2015-02-18 Hank AndersonAdded other float types to Makefile.L3.
2015-02-18 Hank AndersonParseMakefileVars now replaces Makefile vars with CMake...
2015-02-18 Hank AndersonAdded checks for missing defines in kernel.
2015-02-18 Hank AndersonParseMakefileVars now recursively parses included makef...
2015-02-18 Hank AndersonAdded a helper function for setting the L1 kernel defaults.
2015-02-17 Hank AndersonAdded mangled complex filenames to interface and lapack...
2015-02-17 Hank AndersonAdded another param to GenerateNamedObjects to mangle...
2015-02-15 Hank AndersonChanged generate functions to iterate through a list...
2015-02-11 Hank AndersonMoved declarations to start of functions to satisfy...
2015-02-11 Hank AndersonChanged a number of inline calls to use __inline.
2015-02-11 Hank AndersonChanged _Complex types in common_level1.h to use the...
2015-02-11 Hank AndersonAdded MSVC defines to common.h.
2015-02-11 Hank AndersonRemoved incoming-stack-boundary for MSVC.
2015-02-10 Hank AndersonTurned off uninizialized variable warning when compilin...
2015-02-10 Hank AndersonAdded AUX files from lapack-netlib.
2015-02-10 Hank AndersonAdded common objects from kernel Makefile.
2015-02-10 Hank AndersonAdded aux files from lapack-netlib.
2015-02-10 Hank AndersonAdded DLA sources from lapack-netlib.
2015-02-09 Hank AndersonFixed trti2 name.
2015-02-09 Hank AndersonAdded generic laswp object.
2015-02-09 Hank AndersonFixed some dgemm_copy function names.
2015-02-09 Hank AndersonRemoved some list appends I missed.
2015-02-09 Hank AndersonRemoved return value from GenerateNamedObjects.
2015-02-09 Hank AndersonAdded the rest of Makefile.L3.
2015-02-09 Hank AndersonChanged kernel filenames to vars. These will need to...
2015-02-08 Hank AndersonFixed some case issues with ARCH.
2015-02-08 Hank AndersonAdded the rest of the L1 kernel makefile.
2015-02-08 Hank AndersonAdded gemv to level2 CMakeLists.txt.
2015-02-07 Hank AndersonAdded more kernel files.
2015-02-06 Hank AndersonAdded SMP sources to level2 CMakeLists.txt.
2015-02-06 Hank AndersonAdded yet another naming scheme for lapack functions.
2015-02-06 Hank AndersonStarted implementing kernel/Makefile in cmake.
2015-02-05 Hank AndersonAdded SMP objects to driver/level3.
2015-02-05 Hank AndersonFixed object names in level2.
2015-02-05 Hank AndersonChanged some function parameters to optional.
2015-02-05 Hank AndersonCodes when define is absent are now a parameter to...
2015-02-05 Hank AndersonAdded option to append define codes with an underscore.
2015-02-05 Hank AndersonChanged GenerateObjects to append combination codes...
2015-02-04 Hank AndersonConverted lapack/Makefile to cmake.
2015-02-04 Hank AndersonAdded SMP sources to COMMONOBJS.
2015-02-04 Hank AndersonAdded CBLAS define/naming convention to GenerateNamedOb...
2015-02-04 Hank AndersonAdded override for function names in GenerateNamedObjects.
2015-02-04 Hank AndersonAdded function to set defines for the object names...
2015-02-03 Hank AndersonConverted rest of Makefile.system to system.cmake.
2015-02-03 Hank AndersonConverted LAPACK flags from Makefile.system.
2015-02-03 Hank AndersonFixed newlines in some cmake files.
2015-02-03 Hank AndersonChanged fortran compiler name to be uppercase and strip...
2015-02-03 Hank AndersonCorrected fortran compiler name variables.
2015-02-03 Hank AndersonFixed some missing parentheses.
2015-02-03 Hank AndersonPorted more of Makefile.system to CMake.
2015-02-03 Hank AndersonAdded fc.cmake (forgot it in last commit).
2015-02-03 Hank AndersonPorted Fortran configuration code from Makefile.system...
2015-02-03 Hank AndersonPorted C compiler settings from Makefile.system into...
2015-02-03 Hank AndersonPorted arch dependent settings from Makefile.system...
2015-02-03 Hank AndersonPorted OS settings from Makefile.system into new cmake...
2015-02-02 Hank AndersonAdded cblas_ objects to interface CMakeLists.
2015-02-02 Hank AndersonAdded missing common objects to the library.
2015-02-02 Hank AndersonDOUBLE define for DBLAS objects is now set in main...
2015-02-02 Hank AndersonAdded LAPACK object files to interface CMakeLists.
2015-01-30 Hank AndersonAdded openblas add_library call that uses DBLAS_OBJS...
2015-01-30 Hank AndersonAdded COMMONOBJS to driver/others CMakeLists.txt.
2015-01-30 Hank AndersonMoved functions into util cmake file.
2015-01-30 Hank AndersonAdded paramater to GenerateObjects for defines that...
2015-01-30 Hank AndersonAdded empty set to the combinations generated by AllCom...
2015-01-30 Hank AndersonMoved loop over define combos into a function.
2015-01-30 Hank AndersonUpdated level3/CMakeLists with correct defines using...
2015-01-30 Hank AndersonAdded first pass at driver/level3 Makefile conversion.
2015-01-29 Hank AndersonMoved getarch parsing code into a function.
2015-01-29 Hank Andersonprebuild.cmake now reads the output from getarch into...
2015-01-29 Hank Andersongetarch_2nd now appends its output to config.h/config_k...
2015-01-28 Hank Andersongetarch now compiles and sets config.h defines properly.
2015-01-28 Hank AndersonAdded CORE define to config.h in prebuild.cmake (tempor...
2015-01-28 Hank AndersonUpdated c_check OS/compiler/bits detection.
2015-01-28 Hank AndersonAdded first pass at driver/level2 makefile conversion.
2015-01-27 Hank AndersonAdded CMakeLists.txt for the first of the BLAS folders.
2015-01-27 Hank AndersonFixed architecture detection when AMD64 in c_check.
2015-01-27 Hank AndersonFixed incorrect case in OS_ definition in c_check.
next