projects
/
stockfish
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add TT prefetching support
[stockfish]
/
src
/
2009-08-09
Marco Costalba
Add TT prefetching support
tree
|
commitdiff
2009-08-09
Marco Costalba
Use 5 TTEntry slots instead of 4
tree
|
commitdiff
2009-08-09
Marco Costalba
Use 32 bit key in TT
tree
|
commitdiff
2009-08-08
Marco Costalba
Makefile: added 'make strip' target
tree
|
commitdiff
2009-08-08
Marco Costalba
Let LMR at root be independent of MultiPV value
tree
|
commitdiff
2009-08-08
Marco Costalba
Speed up polynomial material imbalance loop
tree
|
commitdiff
2009-08-08
Marco Costalba
There is no need to special case KNNK ending
tree
|
commitdiff
2009-08-08
Marco Costalba
Move halfOpenFiles[] calculation out of a loop
tree
|
commitdiff
2009-08-08
Marco Costalba
Compile without DEBUG flag by default
tree
|
commitdiff
2009-08-08
Marco Costalba
Revert material balance values after 100000 games
tree
|
commitdiff
2009-08-08
Joona Kiiski
Do not adjust Minimum Split Depth automatically
tree
|
commitdiff
2009-08-08
Marco Costalba
Polished Makefile for *nix
tree
|
commitdiff
2009-08-07
Tord Romstad
Supply the "upperbound" and "lowerbound" parameters...
tree
|
commitdiff
2009-08-06
Tord Romstad
Fixed a bug in PV extraction from the transposition...
tree
|
commitdiff
2009-08-06
Tord Romstad
Moved the code for extracting the PV from the TT to...
tree
|
commitdiff
2009-08-06
Tord Romstad
Added a new function build_pv(), which extends a PV...
tree
|
commitdiff
2009-08-04
Tord Romstad
Initial work towards adjustable playing strength.
tree
|
commitdiff
2009-08-03
Tord Romstad
Added LMR at the root.
tree
|
commitdiff
2009-07-26
Joona Kiiski
Remove useless mate value special handling in null...
tree
|
commitdiff
2009-07-26
Marco Costalba
Yet another small touch to endgame functions handling
tree
|
commitdiff
2009-07-26
Marco Costalba
Remove unused members in Application class
tree
|
commitdiff
2009-07-26
Marco Costalba
Fix a spurious extra space
tree
|
commitdiff
2009-07-25
Marco Costalba
Micro optimize extension() in search.cpp
tree
|
commitdiff
2009-07-24
Marco Costalba
Polynomial material balance after 100.000 games
tree
|
commitdiff
2009-07-24
Marco Costalba
Revert Makefile changes
tree
|
commitdiff
2009-07-24
Marco Costalba
Simplify king shelter cache handling
tree
|
commitdiff
2009-07-24
Marco Costalba
Delay costly SEE call during captures ordering in MoveP...
tree
|
commitdiff
2009-07-23
Marco Costalba
Microptimization in do_evaluate()
tree
|
commitdiff
2009-07-23
Marco Costalba
Use do_move_bb() helpers when doing a castle
tree
|
commitdiff
2009-07-22
Marco Costalba
Add Tord's polynomial material balance
tree
|
commitdiff
2009-07-20
Marco Costalba
Rename int32 in int32_t
tree
|
commitdiff
2009-07-20
Marco Costalba
Correctly set mateThreat in search()
tree
|
commitdiff
2009-07-18
Marco Costalba
Use increased LMR horizont also in PV search
tree
|
commitdiff
2009-07-18
Marco Costalba
Reintroduce null move dynamic reduction
tree
|
commitdiff
2009-07-18
Marco Costalba
Use increased LMR horizont only after a null move
tree
|
commitdiff
2009-07-18
Marco Costalba
Combine increased LMR horizont and fixed null move...
tree
|
commitdiff
2009-07-17
Tord Romstad
Introduced the UCI_AnalyseMode option, and made the...
tree
|
commitdiff
2009-07-17
Marco Costalba
Fix two compile errors in new endgame code
tree
|
commitdiff
2009-07-17
Marco Costalba
Move constant bitboard arrays from header to cpp file
tree
|
commitdiff
2009-07-17
Marco Costalba
Remove even more redundancy in endgame functions handling
tree
|
commitdiff
2009-07-17
Tord Romstad
Removed an incorrect assert() statement in search.cpp...
tree
|
commitdiff
2009-07-17
Marco Costalba
Simplify endgame functions handling
tree
|
commitdiff
2009-07-15
Tord Romstad
Renamed the variable 'looseOnTime' to 'loseOnTime'...
tree
|
commitdiff
2009-07-15
Marco Costalba
Remove "Last seconds noise" filtering UCI option
tree
|
commitdiff
2009-07-14
Marco Costalba
Introduce SERIALIZE_MOVES_D() macro and use it for...
tree
|
commitdiff
2009-07-14
Marco Costalba
Micro optimize pawn moves generation
tree
|
commitdiff
2009-07-12
Marco Costalba
Introduce see_sign() and use it to shortcut full see()
tree
|
commitdiff
2009-07-12
Marco Costalba
Move some global variables to local scope in search.cpp
tree
|
commitdiff
2009-07-12
Marco Costalba
Joona tweaks of Weights and limits
tree
|
commitdiff
2009-07-10
Marco Costalba
Small tidy up of previous patch
tree
|
commitdiff
2009-07-10
Tord Romstad
Strip whitespace from beginning of string sent to set_o...
tree
|
commitdiff
2009-07-09
Marco Costalba
Revert last tweaks
tree
|
commitdiff
2009-07-09
Marco Costalba
Joona tweaks of tempos and misc parameters
tree
|
commitdiff
2009-07-06
Marco Costalba
Restore development versioning and LSN filtering
tree
|
commitdiff
2009-07-06
Marco Costalba
Fix generation of check blocking promotion
tree
|
commitdiff
2009-07-04
Marco Costalba
Stockfish 1.4
tree
|
commitdiff
2009-07-04
Marco Costalba
Small Makefile tweaks
tree
|
commitdiff
2009-07-04
Marco Costalba
Fix bitcount.h compile warnings under Intel compiler
tree
|
commitdiff
2009-07-04
Marco Costalba
Check Intel compiler before MSVC in bitcount.h
tree
|
commitdiff
2009-07-04
Marco Costalba
Add support for saving timing file during benchmark
tree
|
commitdiff
2009-07-04
Marco Costalba
Disable POPCNT support per default
tree
|
commitdiff
2009-07-04
Marco Costalba
Do not compile POPCNT if NO_POPCNT is defined
tree
|
commitdiff
2009-07-03
Marco Costalba
Microptimize pawns info access
tree
|
commitdiff
2009-07-03
Marco Costalba
Restore correct 64 bit version of pop_1st_bit()
tree
|
commitdiff
2009-07-03
Marco Costalba
Use bsfq asm instruction to count bits
tree
|
commitdiff
2009-07-03
Marco Costalba
Retire USE_COMPACT_ROOK_ATTACKS and USE_FOLDED_BITSCAN...
tree
|
commitdiff
2009-07-02
Marco Costalba
Revert per-thread history tables
tree
|
commitdiff
2009-07-02
Marco Costalba
Joona tweaks of piece values
tree
|
commitdiff
2009-06-28
Marco Costalba
Explicitly use delta psqt values when possible
tree
|
commitdiff
2009-06-26
Marco Costalba
Joona tweaks of pawns parameters
tree
|
commitdiff
2009-06-20
Marco Costalba
Fix compile errors in debug mode
tree
|
commitdiff
2009-06-20
Marco Costalba
Use POPCNT in evaluate_space() when available
tree
|
commitdiff
2009-06-20
Marco Costalba
Fix a couple of warnings under Intel compiler
tree
|
commitdiff
2009-06-20
Marco Costalba
Micro optimize and rename move_promotion()
tree
|
commitdiff
2009-06-20
Marco Costalba
Only on Windows do wait for input at the end of benchmark
tree
|
commitdiff
2009-06-18
Marco Costalba
Skip castle rights update when not needed
tree
|
commitdiff
2009-06-18
Joona Kiiski
Disable use of aspiration window in known win positions
tree
|
commitdiff
2009-06-18
Joona Kiiski
Bugfix: KRK was not classified as KNOWN_WIN
tree
|
commitdiff
2009-06-18
Marco Costalba
Give proper credit to Joona
tree
|
commitdiff
2009-06-18
Marco Costalba
Joona tweaks of mobility and outposts bonus
tree
|
commitdiff
2009-06-16
Marco Costalba
Fix king value in SEE
tree
|
commitdiff
2009-06-13
Marco Costalba
Reduce SMP contention on TT
tree
|
commitdiff
2009-06-12
Marco Costalba
Better clarify why recent generate_pawn_checks() works
tree
|
commitdiff
2009-06-12
Marco Costalba
Code style triviality in search.cpp
tree
|
commitdiff
2009-06-12
Marco Costalba
Remove global variables from search.h
tree
|
commitdiff
2009-06-12
Marco Costalba
MovePicker doesn't need to know if called from a pv...
tree
|
commitdiff
2009-06-12
Marco Costalba
Joona tweaks of piece-square tables
tree
|
commitdiff
2009-06-08
Marco Costalba
Move initialization of PawnInfo in its c'tor
tree
|
commitdiff
2009-06-08
Marco Costalba
Move initialization of MaterialInfo in its c'tor
tree
|
commitdiff
2009-06-08
Marco Costalba
Micro optimize pretty_pv
tree
|
commitdiff
2009-06-05
Marco Costalba
Give credit to Joona for optimized parameters
tree
|
commitdiff
2009-06-05
Marco Costalba
Use a specialized function for king evaluation
tree
|
commitdiff
2009-06-03
Marco Costalba
Split evaluate_outposts from evaluate_common
tree
|
commitdiff
2009-06-03
Marco Costalba
Document variables with heavy SMP read access
tree
|
commitdiff
2009-06-03
Marco Costalba
Retire UseQSearchFutilityPruning and UseFutilityPruning
tree
|
commitdiff
2009-06-03
Marco Costalba
Use one History table per thread
tree
|
commitdiff
2009-06-02
Marco Costalba
Convert History table H in a local variable
tree
|
commitdiff
2009-06-02
Marco Costalba
Avoid using EmptySearchStack global
tree
|
commitdiff
2009-05-29
Marco Costalba
Detach the state when copying a position
tree
|
commitdiff
2009-05-29
Marco Costalba
Order bad captures by SEE value
tree
|
commitdiff
next