]> git.sesse.net Git - stockfish/history - src/tt.h
Do not special case reductions for MultiPV case
[stockfish] / src / tt.h
2011-01-18 Marco CostalbaFix some warnings under icc
2011-01-13 Marco CostalbaFix an hang on 32 bits while allocating big TT table
2011-01-09 Joona KiiskiTTEntry simplification
2011-01-07 Marco CostalbaRetire move.cpp
2011-01-07 Marco CostalbaUse 16 bits to store a move instead of 17
2011-01-07 Marco CostalbaUse a 32 bit bitwise 'and' in SimpleHash lookup
2011-01-07 Marco CostalbaIntroduce SimpleHash class
2011-01-03 Marco CostalbaWorkaround broken function-style cast support in HP-UX
2010-11-28 Marco CostalbaFix 'generation' type to uint8_t
2010-11-01 Marco CostalbaPrefer int to uint8_t when possible
2010-10-30 Marco CostalbaIntroduce and use TranspositionTable::refresh()
2010-10-16 Marco CostalbaFixed some warnings when using -Weffc++ gcc option
2010-08-24 Marco CostalbaRename ei.kingDanger in ei.margin
2010-07-22 Joona KiiskiValueType needs only 2 bits to be stored in TT
2010-07-22 Joona KiiskiUpdate TT documentation
2010-07-21 Marco CostalbaMove insert_pv() and extract_pv() out of TT class
2010-07-11 Joona KiiskiRemove TranspositionTable::overwrites variable
2010-07-04 Joona KiiskiFix TT documentation
2010-06-29 Marco CostalbaRename TranspositionTable 'writes' in 'overwrites'
2010-06-26 Marco CostalbaRetire update_pv() and sp_update_pv()
2010-06-19 Marco CostalbaMove prefetch() out of TT
2010-06-05 Marco CostalbaAvoid a double copy when saving a TTEntry
2010-05-22 Marco CostalbaFix a warning on array of size 0 under Windows
2010-05-22 Joona KiiskiAlways save static value and kingDanger to TT
2010-05-22 Joona KiiskiDrop TTClusterSize from 5 to 4
2010-04-17 Marco CostalbaRevert saving of null search value in TT
2010-04-10 Marco CostalbaUse a flag in TT to track null search values
2010-03-20 Marco CostalbaUpdated copyright year to 2010
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