]> git.ipfire.org Git - thirdparty/vectorscan.git/shortlog
thirdparty/vectorscan.git
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-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-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-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
2021-10-12  Konstantinos... do not include the Supervector impl.cpp files in fat...
2021-10-12  Konstantinos... atm, do not built benchmark tool for fat runtime, as...
2021-10-12  Konstantinos... Improve benchmarks
2021-10-12  Konstantinos... optimize and simplify Shufti and Truffle to work with...
2021-10-12  Konstantinos... no need to convert to size_t
2021-10-12  Konstantinos... remove asserts, as they are not needed
2021-10-12  Konstantinos... firstMatch/lastMatch are now arch-dependent, emulating...
2021-10-12  Konstantinos... fix for new pshufb
2021-10-12  Konstantinos... Changes/Additions to SuperVector class * added ==,...
2021-10-12  Konstantinos... initial SSE/AVX2 implementation
2021-10-12  Duncan Bellamyremove adding CMAKE_CXX_IMPLICIT_LINK_LIBRARIES to...
2021-10-12  apostolosUnify benchmarks, more accurate measurements
2021-10-12  Konstantinos... Unify benchmarks, more accurate measurements
2021-10-12  apostolosbenchmarks functions replaced with lambdas
2021-10-12  apostolosraw pointers replaced with smart pointers
2021-10-12  apostolosnit
2021-10-12  apostolosnit
2021-10-12  apostolosfix benchmarks outputs
2021-10-12  apostolosbandwidth output fixes
2021-10-12  apostolossize outup for case with match fixed
2021-10-12  apostolosnits
2021-10-12  apostolossize output fixed
2021-10-12  apostolosnits
2021-10-12  apostolosbenchmarks output fixes
2021-10-12  Konstantinos... add missing header
2021-10-12  Konstantinos... remove confusing OPTIMISE flag
2021-10-12  apostolosnits
2021-10-12  apostoloscode size reduction by using function arrays and add...
2021-10-12  apostolosmicro-benchmarks for shufti, trufle and noodle added
2021-10-12  Konstantinos... remove Windows/ICC support
2021-10-12  Konstantinos... fix lshift128 test
2021-10-12  apostolosalignr methods for avx2 and avx512 added
2021-10-12  apostoloslimex_shuffle added and it's unit tests
2021-10-12  Konstantinos... remove duplicate functions from previous merge
2021-10-12  Konstantinos... add missing compile flags
2021-10-12  Konstantinos... add accidentally removed lines
2021-10-12  Konstantinos... * add -fno-new-ttp-matching to fix build-failures on...
2021-10-12  George WortMove SVE functions into their own files.
2021-10-12  George WortImplement new DoubleVermicelli16 acceleration functions...
2021-10-12  George WortUse SVE shufti for counting miracles.
2021-10-12  George WortUse SVE for double shufti.
2021-10-12  George WortUse SVE for single shufti.
2021-10-12  George WortUse SVE2 for counting miracles.
2021-10-12  George WortReplace USE_ARM_SVE with HAVE_SVE.
2021-10-12  George WortAdd Licence to state_compress and bitutils.
2021-10-12  George WortImplement new Vermicelli16 acceleration functions using...
2021-10-12  George WortAdd SVE2 support for dvermicelli
2021-10-12  Konstantinos... add arm rshift128/rshift128
2021-10-12  Konstantinos... fix failing corner case, add pshufb_maskz()
2021-10-12  Konstantinos... use STL make_unique, remove wrapper header, breaks...
2021-10-12  Konstantinos... change C/C++ standard used to C17/C++17
2021-10-12  Konstantinos... remove low4bits from the arguments, fix cases that...
2021-10-12  Konstantinos... fix loadu_maskz, add {l,r}shift128_var(), tab fixes
2021-10-12  Konstantinos... convert to for loops
2021-10-12  Konstantinos... minor fixes, add 2 constructors from half size vectors
2021-10-12  Konstantinos... fix lastMatch<64>
2021-10-12  Konstantinos... provide an {l,r}shift128_var() to fix immediate value...
2021-10-12  Konstantinos... fix arm loadu_maskz()
2021-10-12  Konstantinos... add arm rshift128/rshift128
2021-10-12  Konstantinos... use rshift128() instead of vector-wide right shift
2021-10-12  Konstantinos... add {l,r}shift128()+tests, rename printv_u64() to print64()
next