2022-02-07 |
BigRedEye | fix: Mark operator bool explicit 90/head |
commit | commitdiff | tree |
2022-01-21 |
Konstantinos... | Merge pull request #86 from VectorCamp/develop vectorscan/5.4.6 |
commit | commitdiff | tree |
2022-01-21 |
Konstantinos... | Merge pull request #87 from VectorCamp/feature/move... 86/head |
commit | commitdiff | tree |
2022-01-21 |
Konstantinos... | keep debian folder in a separate branch 87/head |
commit | commitdiff | tree |
2022-01-21 |
Konstantinos... | Merge pull request #85 from VectorCamp/feature/add... |
commit | commitdiff | tree |
2022-01-20 |
Konstantinos... | change source format to native, as we include debian... 85/head |
commit | commitdiff | tree |
2022-01-20 |
Konstantinos... | fix description, remove sse4.2-support from b-depends |
commit | commitdiff | tree |
2022-01-20 |
Konstantinos... | add ITP bug report |
commit | commitdiff | tree |
2022-01-19 |
Konstantinos... | add sse4.2-support package to enforce such dependency |
commit | commitdiff | tree |
2022-01-19 |
Konstantinos... | remove preinst script, not needed as we bumped our... |
commit | commitdiff | tree |
2022-01-19 |
Konstantinos... | add our copyrights, minor fixes |
commit | commitdiff | tree |
2022-01-18 |
Konstantinos... | defer setting arch/tune flags for FAT_RUNTIME |
commit | commitdiff | tree |
2022-01-18 |
Konstantinos... | enable FAT_RUNTIME |
commit | commitdiff | tree |
2021-12-22 |
Konstantinos... | fix DEB_CMAKE_FLAGS depending on DEB_HOST_ARCH |
commit | commitdiff | tree |
2021-12-22 |
Konstantinos... | Initial attempt at debian packaging, modified hyperscan... |
commit | commitdiff | tree |
2021-12-11 |
Konstantinos... | Merge pull request #82 from VectorCamp/feature/add... |
commit | commitdiff | tree |
2021-12-11 |
Konstantinos... | Minor changes to enable compilation on Mac M1 82/head |
commit | commitdiff | tree |
2021-12-07 |
Konstantinos... | Merge pull request #81 from VectorCamp/feature/add... |
commit | commitdiff | tree |
2021-12-07 |
Konstantinos... | minor fixes 81/head |
commit | commitdiff | tree |
2021-12-07 |
Konstantinos... | fix clang-release-arm compilation |
commit | commitdiff | tree |
2021-12-06 |
Konstantinos... | fix wrong castings for NEON |
commit | commitdiff | tree |
2021-12-06 |
Konstantinos... | lower gcc minver to 9 to enable building on Ubuntu... |
commit | commitdiff | tree |
2021-12-06 |
Konstantinos... | update Jenkinsfile for all configurations |
commit | commitdiff | tree |
2021-12-06 |
Konstantinos... | fix typo |
commit | commitdiff | tree |
2021-12-06 |
Konstantinos... | fix compilation with clang and some incomplete/wrong... |
commit | commitdiff | tree |
2021-12-03 |
Konstantinos... | use Jenkinsfile in git |
commit | commitdiff | tree |
2021-12-03 |
Konstantinos... | fix build failures with clang on x86, make sure compila... |
commit | commitdiff | tree |
2021-12-02 |
Konstantinos... | clang is more strict |
commit | commitdiff | tree |
2021-12-02 |
Konstantinos... | don't fail if mtune does not return a valid configuration |
commit | commitdiff | tree |
2021-12-02 |
Konstantinos... | Power does not use -march |
commit | commitdiff | tree |
2021-12-02 |
Konstantinos... | fix build with clang, in particular VSX uses long long... |
commit | commitdiff | tree |
2021-12-02 |
Konstantinos... | use same definition of the union for all types |
commit | commitdiff | tree |
2021-12-01 |
Konstantinos... | set -msse4.2 only on Intel |
commit | commitdiff | tree |
2021-12-01 |
Konstantinos... | rework CMakeLists.txt to ensure it works with clang |
commit | commitdiff | tree |
2021-12-01 |
Konstantinos... | fix misompilations with clang++, as it is more strict |
commit | commitdiff | tree |
2021-12-01 |
Konstantinos... | bump base requirements to SSE4.2 |
commit | commitdiff | tree |
2021-12-01 |
Konstantinos... | fix miscompilation with clang |
commit | commitdiff | tree |
2021-11-25 |
Konstantinos... | Merge pull request #80 from VectorCamp/bugfix/fix-SVE2... |
commit | commitdiff | tree |
2021-11-25 |
Konstantinos... | fix SVE2 build after the changes 80/head |
commit | commitdiff | tree |
2021-11-25 |
Konstantinos... | Merge pull request #79 from Apostolos00tapsas/feature... |
commit | commitdiff | tree |
2021-11-25 |
Konstantinos... | fix unit-internal release builds using __builtin_consta... 79/head |
commit | commitdiff | tree |
2021-11-25 |
Konstantinos... | nit |
commit | commitdiff | tree |
2021-11-25 |
Konstantinos... | use __builtin_constant_p() instead for arm as well |
commit | commitdiff | tree |
2021-11-24 |
Apostolos Tapsas | Removed duplicates |
commit | commitdiff | tree |
2021-11-24 |
Apostolos Tapsas | *fix palignr implementation for VSX Release mode |
commit | commitdiff | tree |
2021-11-24 |
Apostolos Tapsas | Removed accidentaly included header file |
commit | commitdiff | tree |
2021-11-24 |
Apostolos Tapsas | found and solved very hard to track bug of intrinsic... |
commit | commitdiff | tree |
2021-11-16 |
Apostolos Tapsas | WIP:tracking last bugs in failing tests for release... |
commit | commitdiff | tree |
2021-11-13 |
Apostolos Tapsas | vermicelli and match implementations for ppc64el added |
commit | commitdiff | tree |
2021-11-13 |
apostolos | resolving conficts after merging |
commit | commitdiff | tree |
2021-11-12 |
Konstantinos... | Merge pull request #78 from VectorCamp/feature/refactor... |
commit | commitdiff | tree |
2021-11-10 |
apostolos | SuperVector opandnot test enriched |
commit | commitdiff | tree |
2021-11-10 |
apostolos | test for load m128 from u64a function added |
commit | commitdiff | tree |
2021-11-08 |
Konstantinos... | add len parameter to arm matchers as well 78/head |
commit | commitdiff | tree |
2021-11-08 |
Konstantinos... | split vermicelli block implementations per arch |
commit | commitdiff | tree |
2021-11-08 |
Apostolos Tapsas | simd_utils functions fixed |
commit | commitdiff | tree |
2021-11-05 |
Apostolos Tapsas | SuperVector constructors as well as andnot implementati... |
commit | commitdiff | tree |
2021-11-05 |
Konstantinos... | add len parameter and mask, fixes corner cases on AVX512 |
commit | commitdiff | tree |
2021-11-02 |
Konstantinos... | remove vermicelli.h and replace it with vermicelli.hpp |
commit | commitdiff | tree |
2021-11-02 |
Konstantinos... | refactor vermicelliDoubleMaskedExec() |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | add vermicelli.hpp to includes |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | remove vermicelli_sse.h |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | fix arm matchers |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | complete refactoring and unification of Vermicelli... |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | remove unneeded header |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | add new include file |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | renamed matcher functions, added new ones for Vermicelli |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | nits |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | move casemask helper functions to separate header |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | add to CMake |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | added refactored vermicelli_simd.cpp implementation |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | add Vermicelli/RVermicelli to microbenchmark utility |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | add arm vector types in union, avoid -flax-conversions... |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | complete refactoring and unification of Vermicelli... |
commit | commitdiff | tree |
2021-11-01 |
Konstantinos... | remove unneeded header |
commit | commitdiff | tree |
2021-11-01 |
apostolos | prints commants and formating fixes |
commit | commitdiff | tree |
2021-10-27 |
Konstantinos... | add new include file |
commit | commitdiff | tree |
2021-10-27 |
Konstantinos... | renamed matcher functions, added new ones for Vermicelli |
commit | commitdiff | tree |
2021-10-27 |
Konstantinos... | nits |
commit | commitdiff | tree |
2021-10-27 |
Konstantinos... | move casemask helper functions to separate header |
commit | commitdiff | tree |
2021-10-27 |
Konstantinos... | add to CMake |
commit | commitdiff | tree |
2021-10-27 |
Konstantinos... | added refactored vermicelli_simd.cpp implementation |
commit | commitdiff | tree |
2021-10-26 |
apostolos | nits |
commit | commitdiff | tree |
2021-10-26 |
apostolos | Special case for Shuffle test added as well as comments... |
commit | commitdiff | tree |
2021-10-25 |
Apostolos Tapsas | Shuffle simd and SuperVector implementetions as well... |
commit | commitdiff | tree |
2021-10-22 |
Apostolos Tapsas | SuperVector shuffle implementation and test function... |
commit | commitdiff | tree |
2021-10-22 |
apostolos | print functions missing keywords replaced |
commit | commitdiff | tree |
2021-10-22 |
apostolos | print functions keyword renamed |
commit | commitdiff | tree |
2021-10-22 |
apostolos | test for movemask and shuffle cases added |
commit | commitdiff | tree |
2021-10-22 |
Apostolos Tapsas | expand128 bugs fixed |
commit | commitdiff | tree |
2021-10-22 |
apostolos | expand128 implementation was changed to be like arm's |
commit | commitdiff | tree |
2021-10-21 |
Apostolos Tapsas | WIP: simd & bitutils files finctions fixes |
commit | commitdiff | tree |
2021-10-18 |
Apostolos Tapsas | SuperVector operators fixes and simd_utils low/high64... |
commit | commitdiff | tree |
2021-10-15 |
Apostolos Tapsas | SuperVector vsh* implementations |
commit | commitdiff | tree |
2021-10-14 |
apostolos | match file for ARCH_PPC64EL added |
commit | commitdiff | tree |
2021-10-14 |
apostolos | trufle and shufle implementations for ARCH_PPC64EL |
commit | commitdiff | tree |
2021-10-14 |
apostolos | blockSigleMask implementations for ARCH_PPC64 added |
commit | commitdiff | tree |
2021-10-14 |
apostolos | Supervector vsh* added |
commit | commitdiff | tree |
2021-10-14 |
Apostolos Tapsas | WIP: Power VSX support almost completed |
commit | commitdiff | tree |
2021-10-14 |
Vectorcamp | compile fixes for vsc port |
commit | commitdiff | tree |
next |