summaryrefslogtreecommitdiff
path: root/BUILD.gn
AgeCommit message (Expand)Author
2020-01-28Reformat remaining gn files.Nico Weber
2020-01-24Revert "Roll clang n333938-3a6da112-1 : n340158-efb130fc-2."Hans Wennborg
2020-01-24Roll clang n333938-3a6da112-1 : n340158-efb130fc-2.Nico Weber
2020-01-08Unify CPU features detection codeAdenilson Cavalcanti
2019-12-21Revert "Unify CPU features detection code"Hans Wennborg
2019-12-21Unify CPU features detection codeAdenilson Cavalcanti
2019-12-12Unify optimized insert_string implementationsAdenilson Cavalcanti
2019-08-27Use android_ndk cpu_features targetSam Maier
2019-06-24zlib: fix gn error when is_clang=false target_cpu="arm"Tomasz Ĺšniatowski
2019-06-10zlib: fix ARMv8 CRC32 compilation in GCCJose Dapena Paz
2019-04-18Tidy and further integrate Arm feature detection for WindowsRichard Townsend
2019-04-15Correct zlib build logic for Windows on ArmRichard Townsend
2019-04-15[zlib] Add OS_FUCHSIA feature detection and enable zlib NEON crc32Noel Gordon
2019-04-08Make //third_party/zlib a componentTom Anderson
2019-03-28Android: Remove build/secondaryPeter Wen
2019-01-31Enable decode input reads in 64 bit chunksAdenilson Cavalcanti
2018-12-13Enabling crc32 ARM instruction in zlib for ChromeOS.Tiancong Wang
2018-10-31[zlib] Make build system pass gn checkDaniel Bratell
2018-08-23[zlib] Tweak optimizations to work better with ThinLTOGeorge Burgess IV
2018-08-07Neon-Optimized hash chainAdenilson Cavalcanti
2018-05-30Remove references to exe_and_shlib_deps in srcTom Anderson
2018-03-27Enable compiler optimization in inflate_fast on ARMAdenilson Cavalcanti
2018-02-16Compute crc32 using ARMv8 specific instructionAdenilson Cavalcanti
2018-02-12Run git cl format over zlib BUILD fileNoel Gordon
2018-02-12Revert "Add x86 bots to the read64le party"Noel Gordon
2018-02-09Add x86 bots to the read64le partyNoel Gordon
2018-02-08Increase inflate speed: read decoder input into a uint64_tNoel Gordon
2018-01-21zlib_bench: measure zlib encode and decode performanceNoel Gordon
2018-01-04Improve zlib inflate speed by using SSE4.2 crc32Noel Gordon
2017-12-20zlib adler_simd.c: unsigned cast |blocks| on assignmentNoel Gordon
2017-12-13Use default optimization on Android for zlib inflate chunk copyNoel Gordon
2017-12-12Separate zlib fuzzers into their own BUILD.gn file.Lei Zhang
2017-12-08Improve zlib inflate speed by using SSE2 chunk copyNoel Gordon
2017-11-30Revert "Using ARMv8 CRC32 specific instruction"Boris Sazonov
2017-11-30Using ARMv8 CRC32 specific instructionAdenilson Cavalcanti
2017-11-04Add a fuzzer for zlib's deflate functionChris Blume
2017-11-03Add fuzzer for zlib's deflateSetDictionaryChris Blume
2017-11-03Fix InflateBack corner caseAdenilson Cavalcanti
2017-11-02Rename zlib_uncompress_fuzzer.ccChris Blume
2017-11-02Add a fuzzer for zlib's inflate functionChris Blume
2017-10-31Move zlib_uncompress_fuzzer into third_party/zlibChris Blume
2017-10-30Isolating ARM specific code in inffastAdenilson Cavalcanti
2017-09-29zlib adler_simd.cNoel Gordon
2017-09-29zlib: inflate using wider loads and storesAdenilson Cavalcanti
2017-09-16Revert "Reland "zlib: inflate using wider loads and stores""Mike Klein
2017-09-15Revert "Run "git cl format" on third_party/zlib."Mike Klein
2017-09-07Run "git cl format" on third_party/zlib.Nigel Tao
2017-08-30Reland "zlib: inflate using wider loads and stores"Chris Blume
2017-08-28Revert "zlib: inflate using wider loads and stores"Paul Miller
2017-08-28zlib: inflate using wider loads and storesAdenilson Cavalcanti