Konstantinos Margaritis
|
1e41465eff
|
make const
|
2021-02-08 19:19:52 +02:00 |
|
Konstantinos Margaritis
|
8472a12ef3
|
Merge branch 'develop' of github.com:VectorCamp/vectorscan into develop
|
2021-01-26 18:22:28 +02:00 |
|
Konstantinos Margaritis
|
a9850cccc9
|
add necessary copyright info
|
2021-01-25 15:42:18 +02:00 |
|
Konstantinos Margaritis
|
38f2ba678b
|
add links to Intel PRs
|
2021-01-25 15:29:41 +02:00 |
|
Konstantinos Margaritis
|
ff58049032
|
modify README with name change
|
2021-01-25 15:27:50 +02:00 |
|
Wang Xiang W
|
bd29733de2
|
Bump version number for release
|
2021-01-25 14:13:13 +02:00 |
|
Wang Xiang W
|
e3e9d65b80
|
changelog: updates for 5.4.0 release
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
686e73c35e
|
Fix Klocwork scan issues.
|
2021-01-25 14:13:13 +02:00 |
|
Wang Xiang W
|
911a70b2d9
|
chimera: fix return value handling
Fixes github issue #270
|
2021-01-25 14:13:13 +02:00 |
|
Wang Xiang W
|
723b469cf7
|
Limex: exception handling with AVX512
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
80c4d1bc6b
|
Logical Combination: use hs_misc_free instead of free.
fixes github issue #284
|
2021-01-25 14:13:13 +02:00 |
|
Hong, Yang A
|
5450ef34f2
|
examples: add cmake enabling option BUILD_EXAMPLES.
|
2021-01-25 14:13:13 +02:00 |
|
Piotr Skamruk
|
4081937814
|
[dev-reference] Fix minor typo in docs
|
2021-01-25 14:13:13 +02:00 |
|
Walt Stoneburner
|
058de736ab
|
Fixed several typos
Fixed spellings of regular, interpretation, and grammar to improve readability.
Fixes github issue #242
|
2021-01-25 14:13:13 +02:00 |
|
Wang Xiang W
|
5bd1ee9888
|
Adjust sensitive terms
|
2021-01-25 14:13:13 +02:00 |
|
Wang Xiang W
|
a307e11283
|
limex: add fast NFA check
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
191cfef6cd
|
Discard HAVE_AVX512VBMI checks at Sheng/McSheng compile time.
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
86b57e409f
|
Add cpu feature / target info "AVX512VBMI".
|
2021-01-25 14:13:13 +02:00 |
|
Zhu,Wenjun
|
1c8c7ea806
|
MCSHENG64: extend to 64-state based on mcsheng
|
2021-01-25 14:13:13 +02:00 |
|
Hong, Yang A
|
8436f95f24
|
lookaround:
add 64x8 and 64x16 shufti models
add mask64 model
expand entry quantity
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
e1706c435c
|
AVX512VBMI Fat Teddy.
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
99ffbbf425
|
Fix find_vertices_in_cycles(): don't check self-loop in SCC.
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
6b6c37fe9b
|
Fix cmake error on ICX under release mode.
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
63c7345ab2
|
Fix sheng64 dump compile issue in clang.
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
6c56aaf7a9
|
Fix sheng64 compile issue in clang and in DEBUG_OUTPUT mode on SKX.
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
cfd3b0bf4e
|
SHENG64: 64-state 1-byte shuffle based DFA.
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
7bd488922a
|
SHENG32: Compile priority sheng > mcsheng > sheng32.
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
2cde84c96d
|
SHENG32: 32-state 1-byte shuffle based DFA.
|
2021-01-25 14:13:13 +02:00 |
|
Hong, Yang A
|
6f8bfa1854
|
DFA: use sherman economically
|
2021-01-25 14:13:13 +02:00 |
|
Wang Xiang W
|
4fa3742a6c
|
hsbench: add CSV dump support
|
2021-01-25 14:13:13 +02:00 |
|
Konstantinos Margaritis
|
ba4a83aee7
|
optimize get_conf_stride_1()
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
444bec59fb
|
remove loads from movemask128, variable_byte_shift, add palignr_imm(), minor fixes
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
72e044fc16
|
fix non-const char * write-strings compile error
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
e0980c4532
|
replace andn() by explicit bitops and group loads/stores, gives ~1% gain
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
e830470028
|
borrow cache prefetching tricks from the Marvell port, seem to improve performance by 5-28%
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
700a0a093c
|
fix compilation on non-x86
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
f30ced88c2
|
add some useful intrinsics
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
0b14b24616
|
add expand128() implementation for NEON
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
f24511eb85
|
optimize get_conf_stride_1()
|
2021-01-22 10:13:55 +02:00 |
|
Konstantinos Margaritis
|
ccaad5c83b
|
remove loads from movemask128, variable_byte_shift, add palignr_imm(), minor fixes
|
2021-01-22 10:13:19 +02:00 |
|
Konstantinos Margaritis
|
8f4b691729
|
fix non-const char * write-strings compile error
|
2021-01-22 10:11:20 +02:00 |
|
Konstantinos Margaritis
|
094a65a3a4
|
replace andn() by explicit bitops and group loads/stores, gives ~1% gain
|
2021-01-18 13:15:15 +02:00 |
|
Konstantinos Margaritis
|
65c4a58e0f
|
borrow cache prefetching tricks from the Marvell port, seem to improve performance by 5-28%
|
2021-01-15 17:42:11 +02:00 |
|
Konstantinos Margaritis
|
77996c35fe
|
fix compilation on non-x86
|
2021-01-15 17:35:21 +02:00 |
|
Konstantinos Margaritis
|
6bdfa9ef09
|
add some useful intrinsics
|
2021-01-15 17:35:01 +02:00 |
|
Konstantinos Margaritis
|
fac944eef9
|
add expand128() implementation for NEON
|
2021-01-15 17:33:41 +02:00 |
|
Konstantinos Margaritis
|
dccb0db1cb
|
Merge pull request #5 from VectorCamp/bugfix/fix-ia32-build
fix IA32 build, as we need minimum SSSE3 support for compilation to s…
|
2020-12-31 09:50:35 +02:00 |
|
Konstantinos Margaritis
|
59af972d72
|
fix IA32 build, as we need minimum SSSE3 support for compilation to succeed
|
2020-12-30 19:57:44 +02:00 |
|
Konstantinos Margaritis
|
6d5ce6037e
|
Merge pull request #2 from VectorCamp/develop
Develop
|
2020-12-21 20:50:27 +02:00 |
|
Konstantinos Margaritis
|
4205bf96c4
|
Merge pull request #1 from VectorCamp/feature/add-arm-support
Feature/add arm support
|
2020-12-16 19:01:32 +02:00 |
|