2022-11-01 |
Konstantinos... | prefix assume_aligned to avoid clash with std::assume_a... 136/head |
commit | commitdiff | tree |
2022-09-19 |
Konstantinos... | Merge pull request #125 from abondarev84/master 131/head |
commit | commitdiff | tree |
2022-09-18 |
Alex Bondarev | clang SVE build fix 125/head |
commit | commitdiff | tree |
2022-09-18 |
Alex Bondarev | SVE enabled on user input. updated README |
commit | commitdiff | tree |
2022-09-16 |
Konstantinos... | Merge pull request #129 from VectorCamp/bugfix/fix... |
commit | commitdiff | tree |
2022-09-16 |
Konstantinos... | move variable 129/head |
commit | commitdiff | tree |
2022-09-16 |
Konstantinos... | clang 13+ gives wrong -Wunused-but-set-variable error... |
commit | commitdiff | tree |
2022-09-16 |
Konstantinos... | remove leftover debug print |
commit | commitdiff | tree |
2022-09-16 |
Konstantinos... | clang 14 does not allow bitwise OR for bools |
commit | commitdiff | tree |
2022-09-16 |
Konstantinos... | clang 14 complains about this, needs investigation |
commit | commitdiff | tree |
2022-09-16 |
Konstantinos... | [VSX] movemask needs to be explicitly aligned on clang... |
commit | commitdiff | tree |
2022-09-16 |
Konstantinos... | [VSX] clang complains about the order of __vector 128/head |
commit | commitdiff | tree |
2022-09-15 |
Alex Bondarev | additional mcpu flag cleanup |
commit | commitdiff | tree |
2022-09-15 |
Alex Bondarev | removed cpu reference flags and fixed tune flag |
commit | commitdiff | tree |
2022-09-13 |
Alex Bondarev | updated README to reflect CMake changes |
commit | commitdiff | tree |
2022-09-13 |
Alex Bondarev | fix to correctly place the autodetected flags and to... |
commit | commitdiff | tree |
2022-09-13 |
Konstantinos... | bump version vectorscan/5.4.8 |
commit | commitdiff | tree |
2022-09-13 |
Konstantinos... | Merge pull request #124 from VectorCamp/develop |
commit | commitdiff | tree |
2022-09-13 |
Konstantinos... | Merge pull request #123 from VectorCamp/feature/neon... 124/head |
commit | commitdiff | tree |
2022-09-12 |
Konstantinos... | [NEON] simplify/optimize shift/align primitives 123/head |
commit | commitdiff | tree |
2022-09-09 |
Konstantinos... | Merge pull request #121 from liquidaty/mingw64-develop |
commit | commitdiff | tree |
2022-09-08 |
liquidaty | fix to enable successful build with mingw64 121/head |
commit | commitdiff | tree |
2022-09-08 |
Konstantinos... | Merge pull request #119 from VectorCamp/feature/vsx... |
commit | commitdiff | tree |
2022-09-07 |
Konstantinos... | use correct intrinsic for lshiftbyte_m128 119/head |
commit | commitdiff | tree |
2022-09-07 |
Konstantinos... | provide non-immediate versions of lshiftbyte/rshiftbyte... |
commit | commitdiff | tree |
2022-09-07 |
Konstantinos... | readd simd_onebit_masks for x86, needs more work |
commit | commitdiff | tree |
2022-09-07 |
Konstantinos... | [NEON] optimize mask1bit128, get rid of simd_onebit_masks |
commit | commitdiff | tree |
2022-09-07 |
Konstantinos... | remove simd_onebit_masks from arm/x86 headers, as they... |
commit | commitdiff | tree |
2022-09-07 |
Konstantinos... | [VSX] optimize alignr method |
commit | commitdiff | tree |
2022-09-07 |
Konstantinos... | [VSX] optimize shift operators |
commit | commitdiff | tree |
2022-09-07 |
Konstantinos... | [VSX] optimize shifting methods, replace template Unroller |
commit | commitdiff | tree |
2022-09-06 |
Konstantinos... | optimize comparemask implementation, clean up code... |
commit | commitdiff | tree |
2022-09-06 |
Konstantinos... | [VSX] add algorithm for alignr w/o use of immediates |
commit | commitdiff | tree |
2022-09-06 |
Konstantinos... | [VSX] correct lshiftbyte_m128/rshiftbyte_m128, variable... |
commit | commitdiff | tree |
2022-09-06 |
Konstantinos... | [VSX] huge optimization of movemask128 |
commit | commitdiff | tree |
2022-09-06 |
Konstantinos... | [VSX] optimize and correct lshift_m128/rshift_m128 |
commit | commitdiff | tree |
2022-09-06 |
Konstantinos... | [VSX] optimized mask1bit128(), moved simd_onebit_masks... |
commit | commitdiff | tree |
2022-09-06 |
Konstantinos... | add popcount32x4, popcount64x4 helper functions |
commit | commitdiff | tree |
2022-09-03 |
Konstantinos... | Merge pull request #118 from VectorCamp/bugfix/hypersca... |
commit | commitdiff | tree |
2022-08-30 |
Konstantinos... | Add missing <memory> header 118/head |
commit | commitdiff | tree |
2022-08-29 |
Liu Zixian | fix build with glibc-2.34 |
commit | commitdiff | tree |
2022-08-29 |
Hong, Yang A | literal API: add empty string check. |
commit | commitdiff | tree |
2022-08-29 |
Hong, Yang A | chimera: fix SKIP flag issue |
commit | commitdiff | tree |
2022-08-29 |
Chang, Harry | Corpus editor: fix random char value of UTF-8. |
commit | commitdiff | tree |
2022-08-29 |
Chang, Harry | Corpus generator: fix random char value of UTF-8. |
commit | commitdiff | tree |
2022-08-29 |
Hong, Yang A | bugfix: fix overflow risk of strlen function |
commit | commitdiff | tree |
2022-08-29 |
hongyang7 | Fix segfaults on allocation failure (#4) |
commit | commitdiff | tree |
2022-08-29 |
Chang, Harry | Logical Combination: bypass combination flag in hs_expr... |
commit | commitdiff | tree |
2022-08-29 |
Hong, Yang A | update year for bugfix #302-#305 |
commit | commitdiff | tree |
2022-08-29 |
Hong, Yang A | mcclellan: improve wide-state checking in Sherman optim... |
commit | commitdiff | tree |
2022-08-29 |
Hong, Yang A | literal API: add instruction support |
commit | commitdiff | tree |
2022-07-20 |
Konstantinos... | Merge pull request #116 from pareenaverma/develop |
commit | commitdiff | tree |
2022-07-20 |
Konstantinos... | Merge pull request #113 from danlark1/develop |
commit | commitdiff | tree |
2022-07-20 |
Ubuntu | Fixed the PCRE download location 116/head |
commit | commitdiff | tree |
2022-07-20 |
Danila Kutenin | Fix avx512 movemask call 113/head |
commit | commitdiff | tree |
2022-06-26 |
Danila Kutenin | Fix ppc64el debug |
commit | commitdiff | tree |
2022-06-26 |
Danila Kutenin | Minor fix |
commit | commitdiff | tree |
2022-06-26 |
Danila Kutenin | Fix formatting of a couple files |
commit | commitdiff | tree |
2022-06-26 |
Danila Kutenin | Optimize vectorscan for aarch64 by using shrn instruction |
commit | commitdiff | tree |
2022-05-20 |
Konstantinos... | Merge pull request #108 from jth/cmake-python |
commit | commitdiff | tree |
2022-05-19 |
Jan Henning | Bump scripts to python3 108/head |
commit | commitdiff | tree |
2022-05-19 |
Jan Henning | Use non-deprecated method of finding python |
commit | commitdiff | tree |
2022-05-05 |
Konstantinos... | Update CMakeLists.txt vectorscan/5.4.7 |
commit | commitdiff | tree |
2022-05-05 |
Konstantinos... | Merge pull request #103 from VectorCamp/develop |
commit | commitdiff | tree |
2022-05-04 |
Konstantinos... | Update Jenkinsfile |
commit | commitdiff | tree |
2022-05-04 |
Konstantinos... | Update Jenkinsfile |
commit | commitdiff | tree |
2022-05-04 |
Konstantinos... | Update Jenkinsfile |
commit | commitdiff | tree |
2022-05-04 |
Konstantinos... | Merge pull request #105 from VectorCamp/bugfix/jenkins |
commit | commitdiff | tree |
2022-05-04 |
Konstantinos... | fix large pipeline error 105/head |
commit | commitdiff | tree |
2022-05-04 |
Konstantinos... | Delete JenkinsFile |
commit | commitdiff | tree |
2022-05-04 |
Konstantinos... | Merge pull request #104 from VectorCamp/bugfix/jenkinsfile |
commit | commitdiff | tree |
2022-05-04 |
Konstantinos... | add Jenkinsfile back to master branch 104/head |
commit | commitdiff | tree |
2022-04-19 |
Konstantinos... | add Jenkinsfile back to master branch |
commit | commitdiff | tree |
2022-04-18 |
Konstantinos... | Merge pull request #102 from danlark1/patch-2 103/head |
commit | commitdiff | tree |
2022-04-18 |
Daniel Kutenin | Optimized and correct version of movemask128 for ARM 102/head |
commit | commitdiff | tree |
2022-04-18 |
Konstantinos... | Merge pull request #94 from a16bitsysop/fat_runtime |
commit | commitdiff | tree |
2022-04-18 |
Konstantinos... | Merge pull request #93 from danlark1/master |
commit | commitdiff | tree |
2022-02-22 |
Duncan Bellamy | move to original position 94/head |
commit | commitdiff | tree |
2022-02-20 |
Duncan Bellamy | change FAT_RUNTIME to a normal option so it can be... |
commit | commitdiff | tree |
2022-02-18 |
Danila Kutenin | Fix a couple of tests 93/head |
commit | commitdiff | tree |
2022-02-18 |
Danila Kutenin | Add sanitize options |
commit | commitdiff | tree |
2022-02-18 |
Danila Kutenin | Fix all ASAN issues in vectorscan 92/head |
commit | commitdiff | tree |
2022-02-08 |
Konstantinos... | Merge pull request #90 from BigRedEye/vectorscan-master |
commit | commitdiff | tree |
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 |
next |