]> git.sesse.net Git - stockfish/history - src
Unify do_ep_move()
[stockfish] / src /
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
2009-07-06 Marco CostalbaRestore development versioning and LSN filtering
2009-07-06 Marco CostalbaFix generation of check blocking promotion
2009-07-04 Marco CostalbaStockfish 1.4
2009-07-04 Marco CostalbaSmall Makefile tweaks
2009-07-04 Marco CostalbaFix bitcount.h compile warnings under Intel compiler
2009-07-04 Marco CostalbaCheck Intel compiler before MSVC in bitcount.h
2009-07-04 Marco CostalbaAdd support for saving timing file during benchmark
2009-07-04 Marco CostalbaDisable POPCNT support per default
2009-07-04 Marco CostalbaDo not compile POPCNT if NO_POPCNT is defined
2009-07-03 Marco CostalbaMicroptimize pawns info access
2009-07-03 Marco CostalbaRestore correct 64 bit version of pop_1st_bit()
2009-07-03 Marco CostalbaUse bsfq asm instruction to count bits
2009-07-03 Marco CostalbaRetire USE_COMPACT_ROOK_ATTACKS and USE_FOLDED_BITSCAN...
2009-07-02 Marco CostalbaRevert per-thread history tables
2009-07-02 Marco CostalbaJoona tweaks of piece values
2009-06-28 Marco CostalbaExplicitly use delta psqt values when possible
2009-06-26 Marco CostalbaJoona tweaks of pawns parameters
2009-06-20 Marco CostalbaFix compile errors in debug mode
2009-06-20 Marco CostalbaUse POPCNT in evaluate_space() when available
2009-06-20 Marco CostalbaFix a couple of warnings under Intel compiler
2009-06-20 Marco CostalbaMicro optimize and rename move_promotion()
2009-06-20 Marco CostalbaOnly on Windows do wait for input at the end of benchmark
2009-06-18 Marco CostalbaSkip castle rights update when not needed
2009-06-18 Joona KiiskiDisable use of aspiration window in known win positions
2009-06-18 Joona KiiskiBugfix: KRK was not classified as KNOWN_WIN
2009-06-18 Marco CostalbaGive proper credit to Joona
2009-06-18 Marco CostalbaJoona tweaks of mobility and outposts bonus
2009-06-16 Marco CostalbaFix king value in SEE
2009-06-13 Marco CostalbaReduce SMP contention on TT
2009-06-12 Marco CostalbaBetter clarify why recent generate_pawn_checks() works
2009-06-12 Marco CostalbaCode style triviality in search.cpp
2009-06-12 Marco CostalbaRemove global variables from search.h
2009-06-12 Marco CostalbaMovePicker doesn't need to know if called from a pv...
2009-06-12 Marco CostalbaJoona tweaks of piece-square tables
2009-06-08 Marco CostalbaMove initialization of PawnInfo in its c'tor
next