]> git.sesse.net Git - stockfish/history - src
Update Top CPU Contributors
[stockfish] / src /
2020-09-17 Unai CorzoRemove castling extension
2020-09-17 GoldenRareAdded FEN string to bench output
2020-09-16 syzygy1Improve NDK section in Makefile
2020-09-16 xoto10Use 2 * bestMoveChanges.
2020-09-15 Sergio VieriUpdate default net to nn-03744f8d56d8.nnue
2020-09-15 mckx00Simplify StatSCore Initialization
2020-09-08 SFisGODDouble probability of using classical eval
2020-09-08 Gian-Carlo PascuttoAlways re-enable NNUE after "bench".
2020-09-08 syzygy1Bug fix in do_null_move() and NNUE simplification.
2020-09-04 SFisGODUse classical eval more often
2020-09-04 VizvezdenecAdjust penalty on refuted early quiet moves
2020-09-04 Sergio VieriUpdate default net to nn-308d71810dff.nnue
2020-09-04 VoyagerOneLMR Simplification
2020-09-04 Unai CorzoSimplify singularQuietLMR
2020-09-04 Unai CorzoLess pruning in qsearch
2020-09-04 Joost VandeVondeleRestore development version
2020-09-02 Joost VandeVondeleStockfish 12
2020-09-02 Joost VandeVondeleOnly use MADV_RANDOM if defined
2020-09-01 VoyagerOneLMR Root Node Simplification
2020-09-01 Joost VandeVondeleAlways print an info line before a bestmove
2020-09-01 mstemberaUse llvm linker with clang on windows for LTO.
2020-09-01 mstemberaUse stable sort to make sure bench with TB yields same...
2020-08-30 FauziAkramUpdate parametes in classical evaluation.
2020-08-30 VoyagerOneQS Pruning Simplification
2020-08-30 MJZ1977Add / remove leaves from search tree ttPv
2020-08-30 Unai CorzoReintroduce depth reduction
2020-08-30 Joost VandeVondeleCleaner make help
2020-08-29 Stéphane NicoletEmbed default net, and simplify using non-default nets
2020-08-26 VoyagerOneSimplify MCP in QS
2020-08-26 VoyagerOneRemove Reduce Depth
2020-08-26 syzygy1Remove EvalList
2020-08-26 Joost VandeVondeleCheck ARCH=.... variable
2020-08-24 mstemberaAllow for VNNI256 compilation with g++-8
2020-08-24 VizvezdenecIntroduce countermove based pruning for qsearch
2020-08-24 Sami KiminkiAllow TT entries with key16==0 to be fetched
2020-08-24 mstemberaSupport VNNI on 256bit vectors
2020-08-24 George Sobalaarmv8 AArch64 does not require -mfpu=neon
2020-08-23 VizvezdenecIntroduce movecount pruning for qsearch()
2020-08-23 syzygy1Skip the alignment bug workaround for Clang
2020-08-22 Joost VandeVondeleSmall trivial cleanups
2020-08-22 Stéphane NicoletInstructions to build on older Macintosh
2020-08-22 Joost VandeVondeleExplicitly rely on pthreads if possible
2020-08-22 MJZ1977Display classic and NNUE evaluation in trace mode
2020-08-21 Unai CorzoSimplify away internal iterative deepening
2020-08-21 gsobalaUpdate Makefile for macOS
2020-08-21 Joost VandeVondeleDeal with very old linux kernels
2020-08-20 Joost VandeVondeleSet Use NNUE by default to true
2020-08-20 Joost VandeVondeleSend error message as an UCI info string
2020-08-20 SFisGODReintroduce last captures extension
2020-08-18 syzygy1Expanded support for x86-32 architectures.
2020-08-18 Joost VandeVondeleBetter error message on missing curl/wget
2020-08-18 Joost VandeVondeleFix Makefile typo
2020-08-18 mstemberaFallback to NNUE
2020-08-18 Unai CorzoRemove last captures extension
2020-08-18 VoyagerOneRemove history bonus from Eval
2020-08-18 notruckSupport building for Android using NDK
2020-08-17 Unai CorzoSimplify away the passed pawn extension
2020-08-17 Stéphane NicoletReformat code in little-endian patch
2020-08-16 syzygy1Assume network file is in little-endian byte order
2020-08-16 Daylen YangDisplay NEON in compiler string
2020-08-16 Joost VandeVondeleUse NNUE more for fortresses
2020-08-14 mstemberaTry to match relative magnitude of NNUE eval to classical
2020-08-14 Miguel LahozAlso dampen NNUE eval with 50 move rule
2020-08-14 Joost VandeVondeleVerify SHA of downloaded net file
2020-08-14 Stéphane NicoletClean-up Makefile help
2020-08-13 Sergio VieriUpdate default net to nn-82215d0fd0df.nnue
2020-08-13 Joost VandeVondeleOutput the SSE2 flag in compiler_info
2020-08-13 mstemberaAdd support for VNNI
2020-08-12 Daylen YangUse posix_memalign for Apple Silicon instead of _mm_malloc
2020-08-11 Joost VandeVondeleRestrict avx2 hack to windows target
2020-08-11 SFisGODTweak castling extension
2020-08-11 Guy VreulsThis commit enables a mixed bench, to improve CI and...
2020-08-11 mstemberaFix AVX512 build with older compilers
2020-08-11 Joost VandeVondeleMore aligned_alloc changes to support Android
2020-08-11 Guy VreulsFix parallel LTO issues on Windows
2020-08-11 VizvezdenecAdd comments to probCut code
2020-08-10 Unai CorzoAssorted search parameter tune
2020-08-10 Fanael LinithienProvide vectorized NNUE code for SSE2 and MMX targets
2020-08-10 mstemberaCleanup and optimize SSE/AVX code
2020-08-10 sf-xMakefile rework/cleanup
2020-08-10 SFisGODModify castling extension
2020-08-10 mstemberaWorkaround using unaligned loads for gcc < 9
2020-08-10 jjoshua2simplying hybrid condition
2020-08-10 Sergio VieriUpdate default net to nn-112bb1c8cdb5.nnue
2020-08-10 Joost VandeVondeleRevert "Avoid special casing for MinGW"
2020-08-09 Joost VandeVondeleFix a data race for NNUE
2020-08-09 Dariusz OrzechowskiAvoid special casing for MinGW
2020-08-09 VizvezdenecAdjust NNUE usage based on number of pawns in position
2020-08-09 Joost VandeVondeleFix aligned_alloc on MinGW
2020-08-09 Joost VandeVondeleImprove error message on missing net.
2020-08-09 Daniel DugovicUse fallback implementation for C++ aligned_alloc
2020-08-08 Unai CorzoLMR search tweak
2020-08-08 Unai CorzoSingular extension search tweak
2020-08-08 Guy VreulsParallelize Link Time Optimization for GCC, CLANG and...
2020-08-08 VizvezdenecDo more aggressive futility pruning for captures
2020-08-08 Moez Jellouliupdate Null Move Pruning parameters
2020-08-08 mckx00Remove unnecessay legality check
2020-08-08 U-DESKTOP-3900\Marksimplified and increased threshold to switch between...
2020-08-08 VizvezdenecDo more futility pruning for parent nodes.
2020-08-08 SFisGODReintroduce late irreversible move extension
next