summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 'neozip/' from commit 'c2712b8a345191f6ed79558c089777df94590087'Mehmet Samet Duman3 days388-0/+104221
|\
| * Update s390x actions runner docker build scriptsHans Kristian Rosbach10 days2-2/+6
| * Add an altivec variant of "count_lengths" in inftreesAdam Stylinski2026-03-202-6/+59
| * Update e2k cross compiler to version lcc-1.29.16Vladislav Shchapov2026-03-201-12/+12
| * Remove check that is always true (even if WANT_MIN_MATCH was reduced from 4 t...Hans Kristian Rosbach2026-03-151-3/+1
| * Avoid calling fizzle_matches unless checks passHans Kristian Rosbach2026-03-151-18/+14
| * - Add local variables match_len and strstart in insert_match, to avoid extra ...Hans Kristian Rosbach2026-03-151-23/+25
| * - Add local variable match_len in emit_match to avoid extra lookups from struct.Hans Kristian Rosbach2026-03-151-8/+9
| * Add copy fallback for Adler32 ARM when building with no-unaligned-accessNathan Moinvaziri2026-03-141-0/+7
| * Unroll 64-byte CRC32+copy loop for ARMv8Nathan Moinvaziri2026-03-141-0/+35
| * Add fallback for ARM CRC32 copy when compiling with no-unaligned-accessNathan Moinvaziri2026-03-142-0/+14
| * Replace memcpy with NEON intrinsics for better performance alignmentNathan Moinvaziri2026-03-141-55/+101
| * Implement interleaved copying for CRC32 ARMv8 PMULL+EOR3.Nathan Moinvaziri2026-03-141-57/+133
| * Implement interleaved copying for CRC32 ARMv8.Nathan Moinvaziri2026-03-143-13/+50
| * Add shared align/tail helpers for CRC32 ARMv8.Nathan Moinvaziri2026-03-143-87/+82
| * Use OSB workflow as an initial test before queueing all the other tests,Hans Kristian Rosbach2026-03-131-5/+15
| * Separate match finding logic in deflate_mediumNathan Moinvaziri2026-03-121-55/+34
| * [CodeQL] Add Windows.Mika Lindqvist2026-03-121-2/+3
| * Remove ASAN from s390x qemu build, it fails for unknown reasons.Hans Kristian Rosbach2026-03-111-4/+4
| * Guard against ls-remote failingpmqs2026-03-111-0/+4
| * Cache LLVM C++ libraries for MSANPaul Marquess2026-03-111-3/+25
| * Expand codeql testing to run on multiple platforms and two configs.Hans Kristian Rosbach2026-03-111-7/+20
| * [CI] Fix lint when using workflow_dispatch.Mika Lindqvist2026-03-112-2/+1
| * Add ARM64EC builds to GitHub ActionsCameron Cawley2026-03-112-0/+18
| * Fix CPU detection for ARM64ECCameron Cawley2026-03-111-13/+15
| * Replace macros with inline functions in deflate_quick.Nathan Moinvaziri2026-03-111-19/+22
| * Clean up dead assignments in insert_matchNathan Moinvaziri2026-03-111-5/+0
| * [CI] Fix 32-bit ARM release.Mika Lindqvist2026-03-111-0/+9
| * Add parameterized deflate testsNathan Moinvaziri2026-03-117-4/+155
| * Use uintptr_t for ASan function signatures and macro variablesNathan Moinvaziri2026-03-111-14/+14
| * Reorganize sanitizer header for readabilityNathan Moinvaziri2026-03-111-12/+15
| * Move ASAN/MSAN instrumentation out of zbuild.hNathan Moinvaziri2026-03-119-60/+75
| * Simplify slide_hash_lsxVladislav Shchapov2026-03-111-20/+5
| * Slide 32 hash entries per loop iteration when using LASXVladislav Shchapov2026-03-111-7/+10
| * CI: S390x has Clang, but the qemu fallback uses a toolchain specifying gcc,Hans Kristian Rosbach2026-03-101-4/+4
| * CMake: Fix incorrect order of compiler flags when using sanitizersHans Kristian Rosbach2026-03-101-2/+2
| * Make orchestrator the parent of most workflows, and let it handleHans Kristian Rosbach2026-03-109-13/+61
| * Combine extra_lbits/base_length and extra_dbits/base_dist lookup tablesNathan Moinvaziri2026-03-103-26/+52
| * Add 256-bit VPCLMULQDQ CRC32 path for systems without AVX-512.Nathan Moinvaziri2026-03-1016-75/+266
| * Add parameterized deflate benchmarkNathan Moinvaziri2026-03-092-0/+148
| * Tests: Initialize buffer in test_crc32.ccHans Kristian Rosbach2026-03-091-0/+1
| * Add MSAN to Aarch64.Hans Kristian Rosbach2026-03-091-10/+17
| * Disable sanitizer for ARM SFpmqs2026-03-091-16/+13
| * Disable ARM SF Jobspmqs2026-03-091-14/+16
| * Harden sanitizer supportPaul Marquess2026-03-093-14/+30
| * [CI] Switch Windows ARM64 workflows to use native runners.Mika Lindqvist2026-03-091-4/+4
| * README: Small feature list updatesHans Kristian Rosbach2026-03-091-1/+3
| * README: Add coveralls badgeHans Kristian Rosbach2026-03-091-1/+1
| * Unroll the slide hash loop similar to other ISAsAdam Stylinski2026-03-091-7/+19
| * Revert "Relax alignment requirement in NEON_accum32."Nathan Moinvaziri2026-03-081-1/+1