]> git.ipfire.org Git - thirdparty/vectorscan.git/shortlog
thirdparty/vectorscan.git
2021-02-11  Konstantinos... use unaligned loads for short scans 11/head
2021-02-10  Konstantinos... optimize case mask AND out of the loop
2021-02-08  Konstantinos... fixes in shifting primitives
2021-02-08  Konstantinos... bugfix compress128/expand128, add unit tests
2021-02-08  Konstantinos... make const
2021-01-26  Konstantinos... Merge branch 'develop' of github.com:VectorCamp/vectors...
2021-01-25  Konstantinos... add necessary copyright info
2021-01-25  Konstantinos... add links to Intel PRs
2021-01-25  Konstantinos... modify README with name change
2021-01-25  Wang Xiang WBump version number for release vectorscan-v5.4.0
2021-01-25  Wang Xiang Wchangelog: updates for 5.4.0 release
2021-01-25  Chang, HarryFix Klocwork scan issues.
2021-01-25  Wang Xiang Wchimera: fix return value handling
2021-01-25  Wang Xiang WLimex: exception handling with AVX512
2021-01-25  Chang, HarryLogical Combination: use hs_misc_free instead of free.
2021-01-25  Hong, Yang Aexamples: add cmake enabling option BUILD_EXAMPLES.
2021-01-25  Piotr Skamruk[dev-reference] Fix minor typo in docs
2021-01-25  Walt StoneburnerFixed several typos
2021-01-25  Wang Xiang WAdjust sensitive terms
2021-01-25  Wang Xiang Wlimex: add fast NFA check
2021-01-25  Chang, HarryDiscard HAVE_AVX512VBMI checks at Sheng/McSheng compile...
2021-01-25  Chang, HarryAdd cpu feature / target info "AVX512VBMI".
2021-01-25  Zhu,WenjunMCSHENG64: extend to 64-state based on mcsheng
2021-01-25  Hong, Yang Alookaround:
2021-01-25  Chang, HarryAVX512VBMI Fat Teddy.
2021-01-25  Chang, HarryFix find_vertices_in_cycles(): don't check self-loop...
2021-01-25  Chang, HarryFix cmake error on ICX under release mode.
2021-01-25  Chang, HarryFix sheng64 dump compile issue in clang.
2021-01-25  Chang, HarryFix sheng64 compile issue in clang and in DEBUG_OUTPUT...
2021-01-25  Chang, HarrySHENG64: 64-state 1-byte shuffle based DFA.
2021-01-25  Chang, HarrySHENG32: Compile priority sheng > mcsheng > sheng32.
2021-01-25  Chang, HarrySHENG32: 32-state 1-byte shuffle based DFA.
2021-01-25  Hong, Yang ADFA: use sherman economically
2021-01-25  Wang Xiang Whsbench: add CSV dump support
2021-01-25  Konstantinos... optimize get_conf_stride_1()
2021-01-25  Konstantinos... remove loads from movemask128, variable_byte_shift...
2021-01-25  Konstantinos... fix non-const char * write-strings compile error
2021-01-25  Konstantinos... replace andn() by explicit bitops and group loads/store...
2021-01-25  Konstantinos... borrow cache prefetching tricks from the Marvell port...
2021-01-25  Konstantinos... fix compilation on non-x86
2021-01-25  Konstantinos... add some useful intrinsics
2021-01-25  Konstantinos... add expand128() implementation for NEON
2021-01-22  Konstantinos... optimize get_conf_stride_1() 7/head
2021-01-22  Konstantinos... remove loads from movemask128, variable_byte_shift...
2021-01-22  Konstantinos... fix non-const char * write-strings compile error
2021-01-18  Konstantinos... replace andn() by explicit bitops and group loads/store...
2021-01-15  Konstantinos... borrow cache prefetching tricks from the Marvell port...
2021-01-15  Konstantinos... fix compilation on non-x86
2021-01-15  Konstantinos... add some useful intrinsics
2021-01-15  Konstantinos... add expand128() implementation for NEON
2020-12-31  Konstantinos... Merge pull request #5 from VectorCamp/bugfix/fix-ia32... v5.3.2
2020-12-30  Konstantinos... fix IA32 build, as we need minimum SSSE3 support for... 5/head
2020-12-21  Konstantinos... Merge pull request #2 from VectorCamp/develop v5.3.1
2020-12-16  Konstantinos... Merge pull request #1 from VectorCamp/feature/add-arm... 2/head
2020-12-08  Konstantinos... fix x86 compilation 1/head
2020-12-07  Konstantinos... remove forgotten printf
2020-12-07  Konstantinos... optimize *shiftbyte_m128() functions to use palign...
2020-12-03  Konstantinos... clear zones array
2020-12-03  Konstantinos... add ARM platform
2020-12-03  Konstantinos... fix movq and load_m128_from_u64a and resp. test for...
2020-12-03  Konstantinos... define debug vector print functions to NULL in non...
2020-11-24  Konstantinos... small optimization that was for some reason failing...
2020-11-24  Konstantinos... helper functions to print a m128 vector in debug mode
2020-11-24  Konstantinos... when building in debug mode, vgetq_lane_*() and vextq_...
2020-11-24  Konstantinos... fix compiler flag testcase
2020-11-05  Konstantinos... remove debug from functions
2020-11-05  Konstantinos... add some debug and minor optimizations in unit test
2020-11-05  Konstantinos... add some debug info
2020-11-05  Konstantinos... add compress128 function and implementation
2020-11-05  Konstantinos... add extra instructions (currently arm-only), fix order...
2020-11-05  Konstantinos... fix 32-bit/64-bit detection
2020-10-30  Konstantinos... needed for ARM vector type conversions
2020-10-30  Konstantinos... small optimization in storecompress*()
2020-10-30  Konstantinos... fix ARM implementations
2020-10-30  Konstantinos... don't use SSE directly in the tests
2020-10-16  Konstantinos... don't redefine function on x86
2020-10-16  Konstantinos... scalar implementations of diffrich256 and diffrich384
2020-10-16  Konstantinos... Revert "move x86 popcount.h implementations to util...
2020-10-16  Konstantinos... split arch-agnostic simd_utils.h functions into the...
2020-10-16  Konstantinos... fix compilation paths for cpuid_flags for x86
2020-10-15  Konstantinos... add scalar versions of the vectorized functions for...
2020-10-15  Konstantinos... add ARM simd_utils vectorized functions for 128-bit...
2020-10-15  Konstantinos... add arm simple cpuid_flags
2020-10-13  Konstantinos... add ARM version of simd_utils.h
2020-10-08  Konstantinos... add arm bitutils.h header
2020-10-08  Konstantinos... add C implementation of pdep64()
2020-10-08  Konstantinos... move cpuid_flags.h header to common
2020-10-07  Konstantinos... use C implementation of popcount for arm
2020-10-07  Konstantinos... add arm architecture basic defines
2020-10-07  Konstantinos... minor fix
2020-10-06  Konstantinos... use right intrinsic
2020-10-06  Konstantinos... add necessary modifications to CMake system to enable...
2020-10-06  Konstantinos... add arm checks in platform.cmake
2020-09-24  Konstantinos... Revert "Revert "move x86 popcount.h implementations...
2020-09-24  Konstantinos... Revert "move x86 popcount.h implementations to util...
2020-09-23  Konstantinos... fix names, use own intrinsic instead of explicit _mm...
2020-09-23  Konstantinos... add some set*() functions, harmonize names, rename...
2020-09-22  Konstantinos... move x86 implementations of simd_utils.h to util/arch...
2020-09-22  Konstantinos... no need to check for WIN32*
2020-09-22  Konstantinos... move andn helper function to bitutils.h
next