]> git.ipfire.org Git - thirdparty/vectorscan.git/shortlog
thirdparty/vectorscan.git
2021-10-12  Konstantinos... fix x86 debug alignr
2021-10-12  Konstantinos... move firstMatch, lastMatch to own header in util
2021-10-12  Konstantinos... minor fixes
2021-10-12  Konstantinos... compilation fixes for debug mode
2021-10-12  Konstantinos... fix arm implementation of alignr()
2021-10-12  Konstantinos... harmonise syntax of x86 SuperVector impl.cpp like arm...
2021-10-12  Konstantinos... style fixes
2021-10-12  Konstantinos... removed obsolete file
2021-10-12  Konstantinos... rename supervector class header, use dup_*() functions...
2021-10-12  Konstantinos... handle GNUCC_ARCH on non-x86 properly
2021-10-12  apostolosTruffle simd vectorized
2021-10-12  George WortFix error in initial noodle double final call.
2021-10-12  Konstantinos... syntax fixes
2021-10-12  Konstantinos... nits
2021-10-12  Konstantinos... fix typo
2021-10-12  Konstantinos... fix unit tests, and resp. ARM SuperVector methods based...
2021-10-12  apostolosSupervector Unit Tests
2021-10-12  George WortAdd SVE2 support for noodle
2021-10-12  Konstantinos... add missing ARM SuperVector methods, some tests still...
2021-10-12  Konstantinos... disable SuperVector unit tests for now, until ARM suppo...
2021-10-12  Konstantinos... rename arm impl.hpp to impl.cpp, add operator|() to...
2021-10-12  Konstantinos... refactor shufti algorithm to use SuperVector class...
2021-10-12  George WortAdd SVE, SVE2, and SVE2_BITPERM as targets
2021-10-12  George WortEnable cross compilation to aarch64
2021-10-12  apostolosSuperVector unit tests
2021-10-12  apostolosunit tests for supervector
2021-10-12  Konstantinos... add more functions, move defines here, enable inlining...
2021-10-12  Konstantinos... fix compilation on C++
2021-10-12  Konstantinos... simplify function
2021-10-12  Konstantinos... move definitions elsewhere
2021-10-12  Konstantinos... move SuperVector versions of noodleEngine scan function...
2021-10-12  Konstantinos... add arm support for the new SuperVector class
2021-10-12  Konstantinos... simplify scanSingleMain() and scanDoubleMain()
2021-10-12  Konstantinos... delete separate implementations
2021-10-12  Konstantinos... add C++ template SIMD library (WIP)
2021-10-12  Konstantinos... add generic SIMD implementation
2021-10-12  Konstantinos... rename project, change to noodle_engine.cpp
2021-10-12  Konstantinos... convert to C++
2021-10-12  Konstantinos... revert to push_back()
2021-10-12  Konstantinos... add global definitions for CHUNKSIZE/VECTORSIZE, define...
2021-10-12  Konstantinos... fix typo
2021-10-12  Konstantinos... replace push_back by emplace_back where possible
2021-10-12  Konstantinos... use -O3 for C++ code as well, makes a difference
2021-10-12  Konstantinos... merge with master
2021-10-12  Konstantinos... minor optimizations
2021-10-12  Konstantinos... prefetch works best when addresses are 64-byte aligned
2021-10-12  Konstantinos... Revert "replace long macro and switch statement with...
2021-10-12  Konstantinos... replace long macro and switch statement with function...
2021-10-12  Konstantinos... optimise case handling
2021-10-12  Konstantinos... simplify and make scanSingle*()/scanDouble*() more...
2021-10-12  Konstantinos... optimize caseMask handling
2021-04-13  vectorcamp... added basic Jenkinsfile
2021-04-12  Konstantinos... change project name in CMakeLists
2021-04-01  Robbie WilliamsonUpdate README.md
2021-02-15  Konstantinos... bump version v5.4.2+vectorscan
2021-02-15  Konstantinos... use correct function names for AVX512, fix build failure v5.4.1+vectorscan
2021-02-15  Konstantinos... fix some AVX512 function names, to fix AVX512 build...
2021-02-15  Konstantinos... fix x86 implementations for compress128/expand128
2021-02-15  Konstantinos... align array
2021-02-15  Konstantinos... use correct include
2021-02-15  Konstantinos... add BUILD_AVX2 definition, enable non-AVX2 building...
2021-02-15  Konstantinos... Merge branch 'develop'
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...
next