projects
/
stockfish
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Workaround using unaligned loads for gcc < 9
2020-08-10
mstembera
Workaround using unaligned loads for gcc < 9
commit
|
commitdiff
|
tree
2020-07-17
mstembera
Multiple lazy stages.
commit
|
commitdiff
|
tree
2020-07-09
mstembera
Simplify make_promotions()
commit
|
commitdiff
|
tree
2020-06-28
mstembera
Remove old zobrist trick for castling rights
commit
|
commitdiff
|
tree
2020-06-28
mstembera
Fix fragile code to use proper random 64 bit keys.
commit
|
commitdiff
|
tree
2020-06-17
mstembera
Use 128 bit multiply for TT index
commit
|
commitdiff
|
tree
2020-04-02
mstembera
No voting for TB loss / mate.
commit
|
commitdiff
|
tree
2019-10-05
mstembera
Remove temporary shelter array
commit
|
commitdiff
|
tree
2019-07-26
mstembera
Bug fix: always choose shortest mate in multithread...
commit
|
commitdiff
|
tree
2019-01-10
mstembera
Minor cleanup to recent 'Flag critical search tree...
commit
|
commitdiff
|
tree
2018-12-18
mstembera
New voting formula for threads
commit
|
commitdiff
|
tree
2018-11-12
mstembera
Remove redundant king square parameter
commit
|
commitdiff
|
tree
2018-10-21
mstembera
Small simplification in castling rights
commit
|
commitdiff
|
tree
2018-06-20
mstembera
Fix MSVC error
commit
|
commitdiff
|
tree
2018-05-16
mstembera
Fix MSVC errors in tbprobe.cpp
commit
|
commitdiff
|
tree
2018-05-10
mstembera
Include all blockers in king danger
commit
|
commitdiff
|
tree
2018-04-01
mstembera
Some small changes
commit
|
commitdiff
|
tree
2018-03-16
mstembera
Fix an MSVC 2017 error and warnings.
commit
|
commitdiff
|
tree
2017-07-24
mstembera
Tuned PSQT using a custom tuner.
commit
|
commitdiff
|
tree
2017-06-29
mstembera
Magic::index()
commit
|
commitdiff
|
tree
2017-06-06
mstembera
Reordering magic data
commit
|
commitdiff
|
tree
2017-05-08
mstembera
Avoid *begin always being included in the sorted list...
commit
|
commitdiff
|
tree
2017-03-15
mstembera
Fix pawn entry prefetch
commit
|
commitdiff
|
tree
2017-02-24
mstembera
Reorder members of Material::Entry
commit
|
commitdiff
|
tree
2016-06-10
mstembera
Avoid some redundant scaling function calls
commit
|
commitdiff
|
tree
2016-05-14
mstembera
Fix a multiPV bug in lazy SMP
commit
|
commitdiff
|
tree
2016-04-08
mstembera
Simplify popcnt
commit
|
commitdiff
|
tree
2016-03-15
mstembera
Simplify Safe Checks
commit
|
commitdiff
|
tree
2015-12-14
mstembera
Fix easy move bug in SMP mode
commit
|
commitdiff
|
tree
2015-12-12
mstembera
Fix MultiPv and Skill in SMP.
commit
|
commitdiff
|
tree
2015-12-03
mstembera
Proper Makefile for cross compiling 64 or 32 bit PGO...
commit
|
commitdiff
|
tree
2015-11-24
mstembera
Allow cross compilation of Windows binaries on a Linux...
commit
|
commitdiff
|
tree
2015-11-21
mstembera
Clean up RootMove less operator
commit
|
commitdiff
|
tree
2015-09-18
mstembera
Reduce writes in TT::probe().
commit
|
commitdiff
|
tree
2015-09-18
mstembera
Remove unnecessary generation check in TT save
commit
|
commitdiff
|
tree
2015-09-07
mstembera
Minor clean up of some function parameters
commit
|
commitdiff
|
tree
2015-09-06
mstembera
Fix syzygy en passant issue
commit
|
commitdiff
|
tree
2015-08-20
mstembera
Better document entry age calculation used in TT replace.
commit
|
commitdiff
|
tree
2015-08-15
mstembera
TT entry value based on depth and relative age
commit
|
commitdiff
|
tree
2015-08-08
mstembera
Revert TT replacement strategy changes (#380)
commit
|
commitdiff
|
tree
2015-07-24
mstembera
Tuned version of TT replacement policy
commit
|
commitdiff
|
tree
2015-07-15
mstembera
Consistent TT replace policy
commit
|
commitdiff
|
tree
2015-05-09
mstembera
Smart TT save
commit
|
commitdiff
|
tree
2015-04-10
mstembera
New formula for quiet move scoring: 3 * cmh + 1 * hist
commit
|
commitdiff
|
tree
2015-04-02
mstembera
Simplification to use only one counter move.
commit
|
commitdiff
|
tree
2015-03-12
mstembera
New easy move implementation
commit
|
commitdiff
|
tree
2015-02-03
mstembera
Profile build options
commit
|
commitdiff
|
tree
2015-01-16
mstembera
Simplify and optimize value extractors
commit
|
commitdiff
|
tree
2014-12-18
mstembera
Change profile-build options to produce 1% to 2% faster...
commit
|
commitdiff
|
tree
2014-12-13
mstembera
Avoid searching TT twice for the same key/position...
commit
|
commitdiff
|
tree
2014-11-25
mstembera
Bitbase index() from ADD to OR.
commit
|
commitdiff
|
tree
2014-11-05
mstembera
Removing some superfluous extern declarations
commit
|
commitdiff
|
tree
2014-11-03
mstembera
Optimize TranspositionTable::store() and TranspositionTable...
commit
|
commitdiff
|
tree
2014-10-28
mstembera
max_piece_type cleanup, and slight speed increase.
commit
|
commitdiff
|
tree
2014-04-28
mstembera
Minor stuff scattered around
commit
|
commitdiff
|
tree
2014-04-05
mstembera
Smaller and faster profile-build binaries
commit
|
commitdiff
|
tree
2014-04-05
mstembera
Speed up apply_weight
commit
|
commitdiff
|
tree
2014-03-23
mstembera
Refresh TT entries generation automatically on probe
commit
|
commitdiff
|
tree
2014-03-03
mstembera
Some minor cleanup stuff
commit
|
commitdiff
|
tree