index
:
abseil.git
hurd
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
crc
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR #1662: Replace shift with addition in crc multiply
Pavel P
2024-05-07
2
-10
/
+12
*
PR #1653: Remove unnecessary casts when calling CRC32_u64
Pavel P
2024-04-19
1
-4
/
+4
*
Optimize crc32 V128_From2x64 on Arm
Connal de Souza
2024-04-04
2
-12
/
+15
*
Adjust conditonal compilation in non_temporal_memcpy.h
Abseil Team
2024-03-27
1
-17
/
+18
*
Replace //visibility:private with :__pkg__ for certain targets
Abseil Team
2024-03-14
1
-2
/
+6
*
Add several missing includes in crc/internal
Abseil Team
2024-03-13
2
-2
/
+3
*
Disable ubsan for benign unaligned access in crc_memcpy
Abseil Team
2024-03-12
1
-3
/
+8
*
Delete a stray comment
Abseil Team
2024-03-12
1
-1
/
+0
*
PR #1617: fix MSVC 32-bit build with -arch:AVX
Stanislaw Halik
2024-02-15
1
-3
/
+4
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
1
-1
/
+1
*
Migrate empty CrcCordState to absl::NoDestructor.
Abseil Team
2024-01-18
3
-4
/
+6
*
Avoid using the non-portable type __m128i_u.
Derek Mauro
2023-10-26
2
-7
/
+7
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
1
-0
/
+1
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
1
-1
/
+11
*
Add entries for Neoverse N2,V1, and V2 into CRC dynamic dispatch table.
Connal de Souza
2023-10-06
3
-5
/
+28
*
Optimize CRC32 for Ampere Siryn
Connal de Souza
2023-09-26
1
-0
/
+3
*
Optimize CRC32 Extend for large inputs on Arm
Connal de Souza
2023-09-21
1
-5
/
+9
*
Remove implicit int64_t->uint64_t conversion in ARM version of V128_Extract64
Abseil Team
2023-09-15
1
-1
/
+1
*
Rename x86 crc_memcpy tests since they cover ARM as well
Abseil Team
2023-09-07
1
-11
/
+12
*
Roll forward support for ARM intrinsics in crc_memcpy
Abseil Team
2023-09-07
6
-50
/
+78
*
Rollback adding support for ARM intrinsics
Abseil Team
2023-09-05
6
-75
/
+47
*
Add support for ARM intrinsics in crc_memcpy
Abseil Team
2023-09-05
6
-47
/
+75
*
Fix incorrect CRC returned by AcceleratedCrcMemcpyEngine when kRegions == 1
Abseil Team
2023-08-31
2
-10
/
+25
*
Add CPU detection for Ampere Siryn
Abseil Team
2023-08-30
2
-0
/
+4
*
Enable non_temporal_store_memcpy for AMD Milan, Genoa, and Ryzen 3000
Abseil Team
2023-08-29
1
-0
/
+6
*
Add CPU detection for AMD Genoa and Ryzen 3000
Abseil Team
2023-08-29
2
-0
/
+8
*
Use fallback engine for as the non-temporal engine for unknown CPU types
Abseil Team
2023-08-29
1
-1
/
+0
*
Include what you spell
Dmitri Gribenko
2023-08-08
2
-4
/
+5
*
Implement AbslStringify for crc32c_t in order to support absl::StrFormat nati...
Abseil Team
2023-08-01
4
-0
/
+21
*
Changes absl::crc32c_t insertion operator (<<) to return value as 0-padded he...
Abseil Team
2023-08-01
4
-1
/
+23
*
Remove deprecated function.
Abseil Team
2023-07-31
1
-0
/
+1
*
Removes unused methods CRC::Empty() and CRC::Concat() from the internal
Abseil Team
2023-06-12
3
-41
/
+0
*
Add a declaration for __cpuid for the IntelLLVM compiler.
niranjan-nilakantan
2023-05-23
1
-8
/
+14
*
Rollback of add a declaration for __cpuid for the IntelLLVM compiler.
Abseil Team
2023-05-22
1
-7
/
+3
*
Merge pull request #1452 from niranjan-nilakantan:niranjan-nilakantan/issue1358
Copybara-Service
2023-05-22
1
-3
/
+7
*
Fix spelling mistakes
Vertexwahn
2023-05-02
4
-4
/
+4
*
Merge pull request #1434 from Vertexwahn:fix-spelling
Copybara-Service
2023-04-25
4
-6
/
+6
|
\
|
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
4
-4
/
+4
|
/
*
Workaround for MSVC warning that designated initializers are a C++20 feature
Derek Mauro
2023-03-15
1
-14
/
+14
*
Use const and static for member functions
Rose
2023-03-07
2
-5
/
+5
*
Merge pull request #1394 from AtariDreams:constructors
Copybara-Service
2023-02-21
1
-3
/
+3
|
\
|
*
Convert empty constructors to default ones
Rose
2023-02-17
1
-3
/
+3
*
|
Prefer emplace back over push_back where emplace_back is more appropriate
Rose
2023-02-16
1
-1
/
+1
|
/
*
Don't assume that AVX implies PCLMULQDQ when using LLVM on Windows.
Saran Tunyasuvunakool
2023-02-07
1
-1
/
+1
*
Replace absl::base_internal::Prefetch* calls with absl::Prefetch* calls
Martijn Vels
2023-01-27
3
-14
/
+12
*
Optimize RemoveCrc32cSuffix.
Abseil Team
2023-01-17
1
-6
/
+4
*
Don't use Arm vector intrinsics when compiling with CUDA in device mode.
Abseil Team
2023-01-11
1
-1
/
+1
*
Require 64-bit builds on x86 to use AcceleratedCrcMemcpyEngine
Derek Mauro
2023-01-05
3
-4
/
+11
*
Require 64-bit builds on x86 to use CRC32 hardware acceleration
Derek Mauro
2023-01-04
1
-2
/
+4
*
Add prefetch to crc32
Ilya Tokar
2022-12-13
4
-1
/
+31
[next]