]> git.sesse.net Git - stockfish/history - src/tt.h
Group time management globals initialization
[stockfish] / src / tt.h
2010-02-01 Marco CostalbaIncrease TT size limit to 8 GB
2009-10-09 Marco CostalbaFix an off-by-one bug in extract_pv()
2009-10-06 Marco CostalbaSmall code reformat in TranspositionTable::extract_pv()
2009-08-14 Marco CostalbaReuse 5 slots instead of 4
2009-08-10 Marco CostalbaUse aligned prefetch address
2009-08-10 Marco CostalbaEnable prefetch also for gcc
2009-08-09 Marco CostalbaAdd TT prefetching support
2009-08-09 Marco CostalbaUse 32 bit key in TT
2009-08-06 Tord RomstadMoved the code for extracting the PV from the TT to...
2009-06-13 Marco CostalbaReduce SMP contention on TT
2009-05-07 Marco CostalbaUpdate copyright year
2009-05-03 Marco CostalbaChange TT interface to ask directly for a position key
2009-04-28 Marco CostalbaMerge Joona's razoring tweaks
2009-04-27 Marco CostalbaCode style cleanup in transposition table code
2009-03-31 Marco CostalbaRevert setting a flag when TT value equals static evalu...
2009-03-30 Marco CostalbaRemember when TT value equals static evaluation value
2009-03-30 Marco CostalbaDocument TTEntry and move layouts
2009-03-29 Marco CostalbaA move needs 17 bits not 19
2009-03-24 Marco CostalbaCache evaluation score in qsearch
2008-10-20 Marco CostalbaUpdate copyright info
2008-10-19 Marco CostalbaUpdate copyright info
2008-09-23 Marco CostalbaWarnings termination fest
2008-09-06 Marco CostalbaSplit transposition table lookup in a separate function
2008-09-06 Marco CostalbaTranspositionTable: add first_entry() helper
2008-09-01 Marco CostalbaInitial import of Glaurung 2.1