aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-03bzip2: eliminate one parameter to mainQSort3()Denys Vlasenko1-5/+9
2018-02-03bzip2: small simplification in mainSort()Denys Vlasenko1-5/+5
2018-02-03bzip2: convert some locals to unsigned'sDenys Vlasenko1-5/+5
2018-02-03bzip2: runningOrder[] values are always 0..255, make it uint8Denys Vlasenko2-6/+5
2018-02-03bzip2: remove redundant clearing of an alredy unset bitDenys Vlasenko1-2/+2
2018-02-03bzip2: eliminate write-only local numQSortedDenys Vlasenko1-7/+3
2018-02-03bzip2: make locals in mainSort() saner, convert one of them from uint16 to un...Denys Vlasenko1-29/+36
2018-02-03bzip2: remove redundant loop termination check in mainSort()Denys Vlasenko1-3/+6
2018-02-03bzip2: reduce indentation, no code changesDenys Vlasenko1-44/+45
2018-02-03bzip2: reuse zPend processing codeDenys Vlasenko1-31/+13
2018-02-03bzip2: shrink makeMaps_e()Denys Vlasenko1-3/+4
2018-02-03bzip2: optimize zPend variable codeDenys Vlasenko3-23/+39
2018-02-03bzip2: have two separate "store bit 0" and "store bit 1" functionsDenys Vlasenko1-6/+19
2018-02-03bzip2: ~1% speedup by special-casing "store 1 bit" functionDenys Vlasenko3-5/+23
2018-02-03bzip2: rewrite bit of code which depends on integer overflowDenys Vlasenko1-5/+5
2018-02-03bzip2: delete write-only fave[] arrayDenys Vlasenko1-5/+0
2018-02-03bgip2: fewer specifically-sized [u]int32_t's locals in sendMTFValuesDenys Vlasenko1-12/+32
2018-02-03bzip2: code shrinkDenys Vlasenko1-5/+10
2018-02-03bzip2: code shrinkDenys Vlasenko3-18/+18
2018-02-02bzip2: code shrinkDenys Vlasenko1-11/+25
2018-02-01cksum: code shrinkDenys Vlasenko1-23/+24
2018-02-01libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko8-6/+18
2018-02-01udhcpd: use ptr_to_globals for its lone global data (g_leases)Denys Vlasenko1-2/+4
2018-02-01cp: implement -TAaro Koskinen2-5/+17
2018-02-01libarchive: move bbunpack constants to bb_archive.hDenys Vlasenko4-45/+48
2018-02-01lzop: code shrinkDenys Vlasenko3-11/+7
2018-02-01unlzop: fix --help: it has -U instead of -kDenys Vlasenko1-1/+1
2018-02-01bzip2: code shrink, stop using global data variableDenys Vlasenko1-15/+17
2018-01-31gzip: "compressed_len" is unused, stop wasting code and time calculating itDenys Vlasenko1-62/+31
2018-01-31gzip: remove unnecessary forward declarations, no code changesDenys Vlasenko1-9/+0
2018-01-31gzip: flush output buffer after stored blocks only if necessaryDenys Vlasenko1-1/+2
2018-01-31gzip: flush output buffer after stored blocks, they are not 32-bit alignedDenys Vlasenko1-15/+20
2018-01-31gzip: make debugging of bits_sent less ugly, no code changesDenys Vlasenko1-13/+8
2018-01-31gzip: code shrinkDenys Vlasenko1-6/+5
2018-01-31gzip: code shrinkDenys Vlasenko1-52/+56
2018-01-31gzip: code shrinkDenys Vlasenko1-4/+8
2018-01-31gzip: code shrink and speedupDenys Vlasenko1-12/+17
2018-01-31gzip: optionally faster put_32bit()Denys Vlasenko1-2/+14
2018-01-31gzip: speed up send_bits()Denys Vlasenko1-6/+6
2018-01-30gzip: use "unsigned" type for bit fields and bit countsDenys Vlasenko1-4/+4
2018-01-30gzip: use wider (32-bit, not 16) bi_bufDenys Vlasenko1-11/+22
2018-01-30gzip: code shrinkDenys Vlasenko1-13/+18
2018-01-30gzip: code shrinkDenys Vlasenko1-13/+15
2018-01-30gzip: code shrink (consolidate zeroing on reinit)Denys Vlasenko1-70/+55
2018-01-30hush: protect against self-modifying trap codeDenys Vlasenko1-1/+3
2018-01-28ash: make it possible to disable "const global ptr" optimizationDenys Vlasenko1-3/+16
2018-01-28shell: handle $((NUM++...) like bash does. Closes 10706Denys Vlasenko9-14/+57
2018-01-27ash: add LINENO supportDenys Vlasenko4-534/+99
2018-01-27hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ashDenys Vlasenko2-3/+10
2018-01-27hush: fix dot builtin to not search current directoryDenys Vlasenko1-0/+5