aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-09libbb/sha256: code shrink in 32-bit x86Denys Vlasenko1-13/+16
2022-02-09libbb/sha256: code shrink in 32-bit x86Denys Vlasenko2-123/+114
2022-02-08libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)Denys Vlasenko2-7/+5
2022-02-08libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)Denys Vlasenko1-6/+5
2022-02-08libbb/sha1: shrink x86 hardware accelerated hashingDenys Vlasenko2-32/+29
2022-02-08libbb/sha1: shrink unrolled x86-64 codeDenys Vlasenko2-46/+21
2022-02-07libbb/sha1: shrink and speed up unrolled x86-64 codeDenys Vlasenko6-46/+131
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko9-15/+15
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko16-20/+21
2022-02-06libbb/sha256: code shrink in 32-bit x86Denys Vlasenko1-45/+48
2022-02-06libbb/sha256: code shrink in 64-bit x86Denys Vlasenko1-48/+48
2022-02-03libbb/sha256: code shrink in 64-bit x86Denys Vlasenko1-17/+17
2022-02-03libbb/sha256: code shrink in 32-bit x86Denys Vlasenko1-18/+17
2022-02-03libbb/sha256: optional x86 hardware accelerated hashingDenys Vlasenko9-26/+612
2022-01-25libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stackDenys Vlasenko2-205/+214
2022-01-24cut: build fix for FEATURE_CUT_REGEXDenys Vlasenko1-0/+1
2022-01-23apply const trick to ptr_to_globalsKhem Raj1-1/+1
2022-01-23mkfs.vfat: fix volume label to be padded with spaceTimo Teräs1-8/+17
2022-01-23Add support for long options to cmpWalter Lozano1-0/+18
2022-01-23sed: fix handling of escaped delimiters in s/// replacementDenys Vlasenko2-3/+11
2022-01-23sed: fix handling of escaped delimiters in s/// search pattern, closes 14541Denys Vlasenko2-8/+21