index
:
xz.git
jiatan/v5.6.0/autofoo
jiatan/v5.6.0/tar
jiatan/v5.6.0/unpack
jiatan/v5.6.1/autofoo
jiatan/v5.6.1/tar
jiatan/v5.6.1/unpack
larhzu/master
larhzu/v5.0
larhzu/v5.2
larhzu/v5.4
larhzu/v5.6
XZ Utils
Lasse Collin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liblzma
/
check
/
crc_common.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
Add SPDX license identifier into 0BSD source code files.
Lasse Collin
1
-0
/
+2
2024-02-14
Change most public domain parts to 0BSD.
Lasse Collin
1
-3
/
+0
2024-02-01
liblzma: Omit CRC tables when not needed with ARM64 optimizations.
Jia Tan
1
-1
/
+4
2024-02-01
liblzma: Refactor crc_common.h.
Jia Tan
1
-34
/
+74
2024-01-27
Speed up CRC32 calculation on ARM64
Chenxi Mao
1
-6
/
+10
2024-01-11
liblzma: CRC: Remove crc_always_inline, use lzma_always_inline instead.
Lasse Collin
1
-20
/
+0
2024-01-11
liblzma: Rename arch-specific CRC functions and macros.
Lasse Collin
1
-3
/
+6
2024-01-11
liblzma: Fix a comment in crc_common.h.
Lasse Collin
1
-1
/
+2
2024-01-11
liblzma: Avoid extern lzma_crc32_clmul() and lzma_crc64_clmul().
Lasse Collin
1
-64
/
+0
2024-01-11
liblzma: #define crc_attr_no_sanitize_address in crc_common.h.
Lasse Collin
1
-0
/
+10
2023-10-30
liblzma: Add a note why crc_always_inline exists for now.
Lasse Collin
1
-0
/
+5
2023-10-21
liblzma: Move is_clmul_supported() back to crc_common.h.
Jia Tan
1
-3
/
+49
2023-10-18
liblzma: CRC_USE_GENERIC_FOR_SMALL_INPUTS cannot be used with ifunc.
Lasse Collin
1
-1
/
+3
2023-10-18
liblzma: Include common.h in crc_common.h.
Lasse Collin
1
-0
/
+3
2023-10-18
liblzma: Add include guards to crc_common.h.
Jia Tan
1
-0
/
+5
2023-10-18
liblzma: Create crc_always_inline macro.
Jia Tan
1
-0
/
+15
2023-10-18
liblzma: Create crc_clmul.c.
Jia Tan
1
-180
/
+10
2023-10-18
liblzma: Define CRC_USE_IFUNC in crc_common.h.
Jia Tan
1
-0
/
+5
2023-10-13
liblzma: Moved CLMUL CRC logic to crc_common.h.
Hans Jansen
1
-2
/
+228
2023-10-13
liblzma: Rename crc_macros.h to crc_common.h.
Hans Jansen
1
-0
/
+30