]> git.sesse.net Git - stockfish/history - src/tt.cpp
Renaming in MovePicker
[stockfish] / src / tt.cpp
2016-08-27 Marco CostalbaMake engine ONE_PLY value independent
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-09-18 mstemberaReduce writes in TT::probe().
2015-08-20 mstemberaBetter document entry age calculation used in TT replace.
2015-08-15 mstemberaTT entry value based on depth and relative age
2015-08-08 mstemberaRevert TT replacement strategy changes (#380)
2015-07-24 mstemberaTuned version of TT replacement policy
2015-07-15 mstemberaConsistent TT replace policy
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Joona KiiskiRevert C++11 merge
2015-02-28 Marco CostalbaSync with master
2015-02-26 Marco CostalbaSync with master
2015-02-23 Marco CostalbaSync with master
2015-02-22 Marco CostalbaSync with master
2015-02-20 Marco CostalbaSync with master
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-07 Marco CostalbaSync with master
2015-01-31 Marco CostalbaSync with master
2015-01-30 Jean-Francois RomangRessurrect hashfull patch
2015-01-30 Marco CostalbaSync with master
2015-01-21 Marco CostalbaExplicitly defaulted and deleted members
2015-01-17 Marco CostalbaFix some missing rename from previous patch
2015-01-17 Marco CostalbaFix a possible overflow in TT resize
2015-01-11 Marco CostalbaAssorted headers cleanup
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-02 Marco CostalbaLet material probing to access per-thread table
2014-12-14 Marco CostalbaCoding style in TT code
2014-12-13 mstemberaAvoid searching TT twice for the same key/position...
2014-11-17 Marco CostalbaFix a warning on Intel C++
2014-11-09 Marco CostalbaAssorted code-style triviality
2014-11-03 mstemberaOptimize TranspositionTable::store() and TranspositionT...
2014-10-12 Marco CostalbaFix some warnings with Intel C++ compiler
2014-07-01 lucasartRaise max Hash to 1TB
2014-06-28 Ron BritvichPack 3 TT entries in 32 bytes cluster
2014-03-30 Marco CostalbaFix a warning with MSVC 2010
2014-03-29 Jean-Francois RomangFurther simplification of TT replace strategy
2014-03-24 Marco CostalbaSimplify TT replace strategy
2014-03-23 mstemberaRefresh TT entries generation automatically on probe
2014-02-09 Marco CostalbaAssorted tweaks from DON
2014-01-18 Marco CostalbaIncrease max hash size to 16GB
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-02 Richard LloydBig assorted spelling fixes
2013-11-09 Lucas BraeschFutility pruning simplification
2013-11-07 Marco CostalbaRevert "Retire eval margin and gains"
2013-11-07 Lucas BraeschRetire eval margin and gains
2013-10-05 Lucas BraeschUse prefix operators wherever possible
2013-09-15 KojirionUse pre-increment also for native types
2013-08-14 homoSapiensSapiensSome renaming in TT store()
2013-07-13 Marco CostalbaFully qualify memset and memcpy
2013-06-29 Marco CostalbaUse calloc() in TranspositionTable::set_size()
2013-05-03 Marco CostalbaMerge mobility area tweak
2013-05-02 Marco CostalbaAnother take at TT alignment
2013-05-01 Marco CostalbaRe-add "Cache line aligned TT"
2013-04-30 Marco CostalbaRevert "Cache line aligned TT"
2013-04-26 Marco CostalbaCache line aligned TT
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
2013-02-11 Gary LinscottMerge branch 'master' into simplify_eval
2013-02-11 Gary LinscottBishop pins only
2013-02-09 Marco CostalbaFurther simplify first_entry()
2013-02-09 Marco CostalbaMicroptimize first_entry() for 32bits
2013-02-09 Marco CostalbaRetire TTCluster and simplify TT
2013-02-06 junderyRename posKey stored in the transposition table
2012-12-27 Marco CostalbaRevert evaluation cache
2012-12-15 Marco CostalbaRevert store of distinct upper and lower bounds
2012-12-10 Marco CostalbaMerge branch 'eval_cache'
2012-12-09 Marco CostalbaStore distinct upper and lower bound scores
2012-12-04 Marco CostalbaMerge branch 'eval_cache'
2012-12-01 Marco CostalbaDon't save eval score in TT
2012-07-08 Marco CostalbaRename first_1 / last_1 in lsb / msb
2012-07-07 Marco CostalbaUse last_1() to compute new TT size
2012-01-27 Marco CostalbaRename ValueType to Bound
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-07-02 Marco CostalbaIntroduce and use struct MoveList
2011-05-03 Marco CostalbaReintroduce permanent PV entries in TT
2011-04-27 Marco CostalbaUse probe() as name for looking up into an hash table
2011-04-16 Marco CostalbaCode style in tt.cpp
2011-04-05 Marco CostalbaAssorted code style and comments in search.cpp
2011-02-16 Marco CostalbaAvoid permanent PV entries in TT
2011-01-31 Marco CostalbaUse TT for pruning also in PV nodes
2011-01-13 Marco CostalbaFix an hang on 32 bits while allocating big TT table
2011-01-07 Marco CostalbaRetire move.cpp
2010-11-22 Marco CostalbaRetire Application class
2010-10-07 Marco CostalbaProperly set to zero stuff returned by 'new'
2010-07-22 Joona KiiskiUpdate TT documentation
2010-07-21 Marco CostalbaMove insert_pv() and extract_pv() out of TT class
2010-07-20 Marco CostalbaIntroduce DEPTH_NONE and use it
2010-07-20 Joona KiiskiStore static value and king danger in TT also in TT...
2010-07-12 Marco CostalbaAdd moves from failed high nodes in PV
2010-07-11 Joona KiiskiRemove TranspositionTable::overwrites variable
2010-07-11 Marco CostalbaThere is no need to clear TT at allocation time
2010-06-29 Marco CostalbaRename TranspositionTable 'writes' in 'overwrites'
2010-06-29 Marco CostalbaExtract only exact scores to get the PV
2010-06-26 Marco CostalbaRetire update_pv() and sp_update_pv()
2010-06-26 Marco CostalbaRetire pv[] from SearchStack
2010-06-19 Marco CostalbaMove prefetch() out of TT
next