]> git.sesse.net Git - stockfish/history - src
Top CPU Contributors
[stockfish] / src /
2016-11-05 Miroslav FontánSimplify code, delete else after return
2016-11-05 Miroslav FontánSync variable names in decl vs def
2016-11-05 Marco CostalbaRewrite syzygy in C++
2016-11-01 Marco CostalbaStockfish 8
2016-10-30 Stefan GeschwentnerBonus for attacked passed pawn promotion path
2016-10-27 Joost VandevondeleFix a series of undefined behaviours
2016-10-27 Joost VandeVondeletravis-ci: Enable undefined behavior checking
2016-10-27 syzygyOutput PV if last iteration does not complete
2016-10-25 Stéphane NicoletEndgame malus for having a king in a pawnless flank
2016-10-25 VoyagerOneHistory Stat Comparison
2016-10-22 Marco CostalbaCorrecty resey TB hit counter
2016-10-21 syzygyPer-thread TB hit counters
2016-10-20 Joost VandevondeleSimplify next_move by always scoring evasions
2016-10-18 ajithcjRemove useless assignments to currentMove
2016-10-18 VoyagerOneUse explicit logic for pruning
2016-10-14 JacquesFixes for ARM compilation: take 2
2016-10-13 Marco CostalbaRevert "Fixes for ARM compilation"
2016-10-13 JacquesFixes for ARM compilation
2016-10-09 ajithcjSimplify futility pruning return value
2016-10-08 atumanianOptimisation of Position::see and Position::see_sign
2016-10-05 Stéphane NicoletDo not use SEE in evasion scoring
2016-10-05 Stefano CardanobileRetire implicit malus for stonewalls
2016-10-03 VoyagerOneAllow inCheck pruning
2016-09-29 Marco CostalbaRemove useless razoring condition
2016-09-29 HiraokaTakuyaMake razor_margin[4] ONE_PLY value independent
2016-09-25 Stéphane NicoletRename shift_bb() to shift()
2016-09-24 joergosterAllowing singular extension in mate positions
2016-09-24 Marco CostalbaFix crash when passing a mate/stalemate position
2016-09-22 Stéphane NicoletSimplify pinners conditions in SEE()
2016-09-21 Guenther DemetzFix pin-aware SEE
2016-09-18 Joost VandevondeleUse fixed depth bench to make PGO builds more reproducible
2016-09-17 Marco CostalbaFix a warning with MSVC
2016-09-17 Stéphane NicoletSwap mg and eg in internal representation of Score
2016-09-17 Marco CostalbaFix indentation in struct FromToStats
2016-09-16 Stéphane NicoletRetire KingDanger array
2016-09-16 Marco CostalbaUse per-thread counterMoveHistory
2016-09-15 Marco CostalbaRenaming in MovePicker
2016-09-14 Marco CostalbaRetire MovePicker::see_sign()
2016-09-14 VoyagerOneTweak SEE margin in pruning conditions
2016-09-13 syzygyIntegrate next_stage() logic into next_move()
2016-09-12 Guenther DemetzSimplify code for pinaware SEE
2016-09-12 Guenther DemetzPinned aware SEE
2016-09-11 Stefano CardanobileReorder evaluation start
2016-09-09 Marco CostalbaUse Movepick SEE value in search
2016-09-08 Marco CostalbaRefactor previous patch
2016-09-08 ajithcjPrune dangerous moves at low depth
2016-09-04 Marco CostalbaSyntactic sugar to loop across pieces
2016-09-04 syzygyChange from [Color][PieceType] to [Piece]
2016-09-03 Marco CostalbaFix syzygy with partial TB
2016-09-02 Stéphane NicoletSpace bonus in presence of open files
2016-09-02 lucasartChange exclusion key setup
2016-09-02 Stefano80Retire linear imbalance
2016-08-31 ajithcjOptimize order of a few conditions in search
2016-08-30 VoyagerOneRemove condition on killers in history pruning
2016-08-29 Stefan GeschwentnerTweak probcut threshold
2016-08-28 Andrew GrantRemoved an extra space
2016-08-28 Alain SAVARDMove king tropism to evaluate_king
2016-08-28 Marco CostalbaRetire CheckInfo
2016-08-27 Marco CostalbaSilence some warnings with MSVC 2013
2016-08-27 Stéphane NicoletMove CheckInfo under StateInfo
2016-08-27 Marco CostalbaMake engine ONE_PLY value independent
2016-08-27 gamanderFixed wrong definition of WhiteCamp and BlackCamp
2016-08-27 hximSimplify stats update
2016-08-25 Marco CostalbaReformat stats update
2016-08-24 VoyagerOneRefutation penalty on captures
2016-08-19 VoyagerOneSimplify IID
2016-08-19 VoyagerOneDo LMR on captures
2016-08-18 Marco CostalbaRemove a stale assignment
2016-08-18 Stefano80Retire pawn span
2016-08-15 VoyagerOneUse predicted depth for history pruning
2016-08-13 Luca BrivioCap space evaluation bonus
2016-08-10 Alain SAVARDSimplify space formula
2016-08-02 VoyagerOneUse Color-From-To history stats to help sort moves
2016-08-01 VoyagerOneFutility tweak
2016-07-24 ajithcjAllow null pruning at depth 1
2016-07-24 Stefano80See prune at higher depth
2016-07-16 ajithcjGradually relax the NMP staticEval check
2016-07-16 Lyudmil AntonovWorkaround gcc stack alignment bug
2016-07-12 joergosterFix extract_ponder_from_tt()
2016-07-08 Stéphane NicoletKing tropism
2016-07-07 Alain SAVARDMore safe checks
2016-07-02 ajithcjUse staticEval in null prune condition
2016-06-26 loco-locoRemoving inCheck condition for counter move bonus
2016-06-25 Marco CostalbaRestore standard passed pawn definition
2016-06-24 ElbertoOneRemove redundant PvNode condition
2016-06-24 VoyagerOneComment out a redundant condition
2016-06-21 Jonathan CalovskiRemove scalefactor dependency
2016-06-19 ElbertoOneOn IID do not always search with cutNode = true
2016-06-18 VoyagerOneSimplify Check Extension
2016-06-15 ajithcjDon't insert pv back into tt
2016-06-15 lucasartDo not hardcode Debug Log File
2016-06-11 Marco CostalbaFilter root moves filter before copy to threads
2016-06-10 VoyagerOneStat Formula Tweak
2016-06-10 VoyagerOneTweak check extension condition
2016-06-10 Alain SAVARDSmall Queen simplification
2016-06-10 mstemberaAvoid some redundant scaling function calls
2016-06-07 ElbertoOneLMR reduction parameter tweak
2016-06-07 Marco CostalbaFix syzygy DTZ bug
2016-06-03 VoyagerOneSimplify Futility Pruning
2016-06-03 ElbertoOneLMR Simplification
next