]> git.sesse.net Git - stockfish/history - src
Speed up perft
[stockfish] / src /
2009-09-04 Marco CostalbaSet LMRPVMoves to 10 instead of 14
2009-09-04 Marco CostalbaFix poly values mismerge
2009-09-02 Tord RomstadBug fix for discovered checks in connected_moves().
2009-08-31 Marco CostalbaRetire pieces_of_color_and_type()
2009-08-31 Marco CostalbaMovePicker: rename number_of_moves() in number_of_evasi...
2009-08-31 Marco CostalbaUse pointers instead of array indices also for badCaptures
2009-08-31 Marco CostalbaDocument index[] and pieceList[] are not invariants
2009-08-30 Marco CostalbaWorkaround a bug in Position::has_mate_threat()
2009-08-30 Marco CostalbaSkip TT_MOVES phase when possible
2009-08-30 Marco CostalbaMovepicker: take move's loop out of switch statement
2009-08-30 Marco CostalbaRevert "null move reorder" series
2009-08-29 Marco CostalbaConvert handling of tt moves and killers to standard...
2009-08-29 Marco CostalbaTry null move before captures
2009-08-29 Marco CostalbaUse pointers instead of array indices in MovePicker
2009-08-27 Marco CostalbaChange the flow in wich moves are generated and picked
2009-08-26 Marco CostalbaDisable again null move at depth == OnePly
2009-08-26 Joona KiiskiUse special null move technique in low depth.
2009-08-26 Joona KiiskiUse nullMove only through MovePicker.
2009-08-26 Joona KiiskiAdd Null move support to MovePicker.
2009-08-26 Joona KiiskiCreate useNullMove local variable
2009-08-26 Marco CostalbaClean killers handling in movepicker
2009-08-25 Marco CostalbaMicro-optimze extension()
2009-08-23 Marco CostalbaMerge branch 'master' of git-Stockfish@free2.projectloc...
2009-08-23 Marco CostalbaRemove a local variable from pop_1st_bit()
2009-08-23 Marco CostalbaPoly ampli+bias values after 73831 games
2009-08-21 Tord RomstadAdded a few new targets to the Makefile for OS X with...
2009-08-20 Marco CostalbaFix some asserts raised by is_ok()
2009-08-20 Tord RomstadFixed incorrect material key update when making promoti...
2009-08-18 Marco CostalbaMore use of memset() in Position::clear()
2009-08-18 Marco CostalbaLittle do_move() micro optimizations
2009-08-17 Marco CostalbaBetter clarify how pieceList[] and index[] work
2009-08-17 Marco CostalbaUnify patch series summary
2009-08-17 Marco CostalbaUnify undo_ep_move(m)
2009-08-17 Marco CostalbaUnify undo_promotion_move()
2009-08-17 Marco CostalbaUnify do_promotion_move()
2009-08-17 Marco CostalbaUnify do_ep_move()
2009-08-15 Marco CostalbaL1/L2 friendly PhaseTable[]
2009-08-14 Marco CostalbaUse optimized pop_1st_bit() under Windows 64 with icc
2009-08-14 Marco CostalbaBetter naming and document some endgame functions
2009-08-14 Marco CostalbaFinally fix prefetch on Linux
2009-08-14 Marco CostalbaReuse 5 slots instead of 4
2009-08-10 Marco CostalbaDouble prefetch on Windows
2009-08-10 Marco CostalbaAvoid Intel compiler optimizes away prefetching
2009-08-10 Marco CostalbaUse aligned prefetch address
2009-08-10 Marco CostalbaRemove old BishopPairBonus constants
2009-08-10 Marco CostalbaEnable prefetch also for gcc
2009-08-09 Marco CostalbaTry to prefetch as soon as position key is ready
2009-08-09 Marco CostalbaAdd TT prefetching support
2009-08-09 Marco CostalbaUse 5 TTEntry slots instead of 4
2009-08-09 Marco CostalbaUse 32 bit key in TT
2009-08-08 Marco CostalbaMakefile: added 'make strip' target
2009-08-08 Marco CostalbaLet LMR at root be independent of MultiPV value
2009-08-08 Marco CostalbaSpeed up polynomial material imbalance loop
2009-08-08 Marco CostalbaThere is no need to special case KNNK ending
2009-08-08 Marco CostalbaMove halfOpenFiles[] calculation out of a loop
2009-08-08 Marco CostalbaCompile without DEBUG flag by default
2009-08-08 Marco CostalbaRevert material balance values after 100000 games
2009-08-08 Joona KiiskiDo not adjust Minimum Split Depth automatically
2009-08-08 Marco CostalbaPolished Makefile for *nix
2009-08-07 Tord RomstadSupply the "upperbound" and "lowerbound" parameters...
2009-08-06 Tord RomstadFixed a bug in PV extraction from the transposition...
2009-08-06 Tord RomstadMoved the code for extracting the PV from the TT to...
2009-08-06 Tord RomstadAdded a new function build_pv(), which extends a PV...
2009-08-04 Tord RomstadInitial work towards adjustable playing strength.
2009-08-03 Tord RomstadAdded LMR at the root.
2009-07-26 Joona KiiskiRemove useless mate value special handling in null...
2009-07-26 Marco CostalbaYet another small touch to endgame functions handling
2009-07-26 Marco CostalbaRemove unused members in Application class
2009-07-26 Marco CostalbaFix a spurious extra space
2009-07-25 Marco CostalbaMicro optimize extension() in search.cpp
2009-07-24 Marco CostalbaPolynomial material balance after 100.000 games
2009-07-24 Marco CostalbaRevert Makefile changes
2009-07-24 Marco CostalbaSimplify king shelter cache handling
2009-07-24 Marco CostalbaDelay costly SEE call during captures ordering in MoveP...
2009-07-23 Marco CostalbaMicroptimization in do_evaluate()
2009-07-23 Marco CostalbaUse do_move_bb() helpers when doing a castle
2009-07-22 Marco CostalbaAdd Tord's polynomial material balance
2009-07-20 Marco CostalbaRename int32 in int32_t
2009-07-20 Marco CostalbaCorrectly set mateThreat in search()
2009-07-18 Marco CostalbaUse increased LMR horizont also in PV search
2009-07-18 Marco CostalbaReintroduce null move dynamic reduction
2009-07-18 Marco CostalbaUse increased LMR horizont only after a null move
2009-07-18 Marco CostalbaCombine increased LMR horizont and fixed null move...
2009-07-17 Tord RomstadIntroduced the UCI_AnalyseMode option, and made the...
2009-07-17 Marco CostalbaFix two compile errors in new endgame code
2009-07-17 Marco CostalbaMove constant bitboard arrays from header to cpp file
2009-07-17 Marco CostalbaRemove even more redundancy in endgame functions handling
2009-07-17 Tord RomstadRemoved an incorrect assert() statement in search.cpp...
2009-07-17 Marco CostalbaSimplify endgame functions handling
2009-07-15 Tord RomstadRenamed the variable 'looseOnTime' to 'loseOnTime'...
2009-07-15 Marco CostalbaRemove "Last seconds noise" filtering UCI option
2009-07-14 Marco CostalbaIntroduce SERIALIZE_MOVES_D() macro and use it for...
2009-07-14 Marco CostalbaMicro optimize pawn moves generation
2009-07-12 Marco CostalbaIntroduce see_sign() and use it to shortcut full see()
2009-07-12 Marco CostalbaMove some global variables to local scope in search.cpp
2009-07-12 Marco CostalbaJoona tweaks of Weights and limits
2009-07-10 Marco CostalbaSmall tidy up of previous patch
2009-07-10 Tord RomstadStrip whitespace from beginning of string sent to set_o...
2009-07-09 Marco CostalbaRevert last tweaks
2009-07-09 Marco CostalbaJoona tweaks of tempos and misc parameters
next