]> git.ipfire.org Git - thirdparty/vectorscan.git/shortlog
thirdparty/vectorscan.git
2021-12-11  Konstantinos... Minor changes to enable compilation on Mac M1 82/head
2021-12-07  Konstantinos... Merge pull request #81 from VectorCamp/feature/add...
2021-12-07  Konstantinos... minor fixes 81/head
2021-12-07  Konstantinos... fix clang-release-arm compilation
2021-12-06  Konstantinos... fix wrong castings for NEON
2021-12-06  Konstantinos... lower gcc minver to 9 to enable building on Ubuntu...
2021-12-06  Konstantinos... update Jenkinsfile for all configurations
2021-12-06  Konstantinos... fix compilation with clang and some incomplete/wrong...
2021-12-03  Konstantinos... fix build failures with clang on x86, make sure compila...
2021-12-02  Konstantinos... clang is more strict
2021-12-02  Konstantinos... don't fail if mtune does not return a valid configuration
2021-12-02  Konstantinos... Power does not use -march
2021-12-02  Konstantinos... fix build with clang, in particular VSX uses long long...
2021-12-02  Konstantinos... use same definition of the union for all types
2021-12-01  Konstantinos... set -msse4.2 only on Intel
2021-12-01  Konstantinos... rework CMakeLists.txt to ensure it works with clang
2021-12-01  Konstantinos... fix misompilations with clang++, as it is more strict
2021-12-01  Konstantinos... bump base requirements to SSE4.2
2021-12-01  Konstantinos... fix miscompilation with clang
2021-11-25  Konstantinos... Merge pull request #80 from VectorCamp/bugfix/fix-SVE2...
2021-11-25  Konstantinos... fix SVE2 build after the changes 80/head
2021-11-25  Konstantinos... Merge pull request #79 from Apostolos00tapsas/feature...
2021-11-25  Konstantinos... fix unit-internal release builds using __builtin_consta... 79/head
2021-11-25  Konstantinos... nit
2021-11-25  Konstantinos... use __builtin_constant_p() instead for arm as well
2021-11-24  Apostolos TapsasRemoved duplicates
2021-11-24  Apostolos Tapsas*fix palignr implementation for VSX Release mode
2021-11-24  Apostolos TapsasRemoved accidentaly included header file
2021-11-24  Apostolos Tapsasfound and solved very hard to track bug of intrinsic...
2021-11-16  Apostolos TapsasWIP:tracking last bugs in failing tests for release...
2021-11-13  Apostolos Tapsasvermicelli and match implementations for ppc64el added
2021-11-13  apostolosresolving conficts after merging
2021-11-12  Konstantinos... Merge pull request #78 from VectorCamp/feature/refactor...
2021-11-10  apostolosSuperVector opandnot test enriched
2021-11-10  apostolostest for load m128 from u64a function added
2021-11-08  Konstantinos... add len parameter to arm matchers as well 78/head
2021-11-08  Konstantinos... split vermicelli block implementations per arch
2021-11-08  Apostolos Tapsassimd_utils functions fixed
2021-11-05  Apostolos TapsasSuperVector constructors as well as andnot implementati...
2021-11-05  Konstantinos... add len parameter and mask, fixes corner cases on AVX512
2021-11-02  Konstantinos... remove vermicelli.h and replace it with vermicelli.hpp
2021-11-02  Konstantinos... refactor vermicelliDoubleMaskedExec()
2021-11-01  Konstantinos... add vermicelli.hpp to includes
2021-11-01  Konstantinos... remove vermicelli_sse.h
2021-11-01  Konstantinos... fix arm matchers
2021-11-01  Konstantinos... complete refactoring and unification of Vermicelli...
2021-11-01  Konstantinos... remove unneeded header
2021-11-01  Konstantinos... add new include file
2021-11-01  Konstantinos... renamed matcher functions, added new ones for Vermicelli
2021-11-01  Konstantinos... nits
2021-11-01  Konstantinos... move casemask helper functions to separate header
2021-11-01  Konstantinos... add to CMake
2021-11-01  Konstantinos... added refactored vermicelli_simd.cpp implementation
2021-11-01  Konstantinos... add Vermicelli/RVermicelli to microbenchmark utility
2021-11-01  Konstantinos... add arm vector types in union, avoid -flax-conversions...
2021-11-01  Konstantinos... complete refactoring and unification of Vermicelli...
2021-11-01  Konstantinos... remove unneeded header
2021-11-01  apostolosprints commants and formating fixes
2021-10-27  Konstantinos... add new include file
2021-10-27  Konstantinos... renamed matcher functions, added new ones for Vermicelli
2021-10-27  Konstantinos... nits
2021-10-27  Konstantinos... move casemask helper functions to separate header
2021-10-27  Konstantinos... add to CMake
2021-10-27  Konstantinos... added refactored vermicelli_simd.cpp implementation
2021-10-26  apostolosnits
2021-10-26  apostolosSpecial case for Shuffle test added as well as comments...
2021-10-25  Apostolos TapsasShuffle simd and SuperVector implementetions as well...
2021-10-22  Apostolos TapsasSuperVector shuffle implementation and test function...
2021-10-22  apostolosprint functions missing keywords replaced
2021-10-22  apostolosprint functions keyword renamed
2021-10-22  apostolostest for movemask and shuffle cases added
2021-10-22  Apostolos Tapsasexpand128 bugs fixed
2021-10-22  apostolosexpand128 implementation was changed to be like arm's
2021-10-21  Apostolos TapsasWIP: simd & bitutils files finctions fixes
2021-10-18  Apostolos TapsasSuperVector operators fixes and simd_utils low/high64...
2021-10-15  Apostolos TapsasSuperVector vsh* implementations
2021-10-14  apostolosmatch file for ARCH_PPC64EL added
2021-10-14  apostolostrufle and shufle implementations for ARCH_PPC64EL
2021-10-14  apostolosblockSigleMask implementations for ARCH_PPC64 added
2021-10-14  apostolosSupervector vsh* added
2021-10-14  Apostolos TapsasWIP: Power VSX support almost completed
2021-10-14  Vectorcampcompile fixes for vsc port
2021-10-14  apostolosupdate powerpc simd util file functions
2021-10-14  apostolosimplementations for powerpc64el architecture
2021-10-14  Vectorcampppc64el arcitecture added in CMakelists file
2021-10-14  Vectorcamptest commit from VM and CMakelists add power support
2021-10-14  Konstantinos... add initial ppc64el support
2021-10-12  Konstantinos... link benchmarks against static lib only as some symbols... v5.4.4+vectorscan
2021-10-12  Konstantinos... Add missing copyright info from tampered files 68/head v5.4.3+vectorscan
2021-10-12  Konstantinos... bump version
2021-10-12  Konstantinos... fix multiple/undefined symbols when using fat runtimes
2021-10-12  Konstantinos... add arm truffle block function
2021-10-12  Konstantinos... add simd_onebit_masks as static in arm simd_utils.h...
2021-10-12  Konstantinos... simplify truffle and provide arch-specific block functions
2021-10-12  Konstantinos... simplify shufti and provide arch-specific block functions
2021-10-12  Konstantinos... rearrange method declarations
2021-10-12  Konstantinos... remove simd_utils.c
2021-10-12  Konstantinos... add x86 vsh* implementations
2021-10-12  Konstantinos... use movemask
2021-10-12  Konstantinos... add header define to avoid double inclusion
next