]> git.sesse.net Git - stockfish/history - src
Fix bitcount.h compile warnings under Intel compiler
[stockfish] / src /
2009-07-04 Marco CostalbaFix bitcount.h compile warnings under Intel compiler
2009-07-04 Marco CostalbaCheck Intel compiler before MSVC in bitcount.h
2009-07-04 Marco CostalbaAdd support for saving timing file during benchmark
2009-07-04 Marco CostalbaDisable POPCNT support per default
2009-07-04 Marco CostalbaDo not compile POPCNT if NO_POPCNT is defined
2009-07-03 Marco CostalbaMicroptimize pawns info access
2009-07-03 Marco CostalbaRestore correct 64 bit version of pop_1st_bit()
2009-07-03 Marco CostalbaUse bsfq asm instruction to count bits
2009-07-03 Marco CostalbaRetire USE_COMPACT_ROOK_ATTACKS and USE_FOLDED_BITSCAN...
2009-07-02 Marco CostalbaRevert per-thread history tables
2009-07-02 Marco CostalbaJoona tweaks of piece values
2009-06-28 Marco CostalbaExplicitly use delta psqt values when possible
2009-06-26 Marco CostalbaJoona tweaks of pawns parameters
2009-06-20 Marco CostalbaFix compile errors in debug mode
2009-06-20 Marco CostalbaUse POPCNT in evaluate_space() when available
2009-06-20 Marco CostalbaFix a couple of warnings under Intel compiler
2009-06-20 Marco CostalbaMicro optimize and rename move_promotion()
2009-06-20 Marco CostalbaOnly on Windows do wait for input at the end of benchmark
2009-06-18 Marco CostalbaSkip castle rights update when not needed
2009-06-18 Joona KiiskiDisable use of aspiration window in known win positions
2009-06-18 Joona KiiskiBugfix: KRK was not classified as KNOWN_WIN
2009-06-18 Marco CostalbaGive proper credit to Joona
2009-06-18 Marco CostalbaJoona tweaks of mobility and outposts bonus
2009-06-16 Marco CostalbaFix king value in SEE
2009-06-13 Marco CostalbaReduce SMP contention on TT
2009-06-12 Marco CostalbaBetter clarify why recent generate_pawn_checks() works
2009-06-12 Marco CostalbaCode style triviality in search.cpp
2009-06-12 Marco CostalbaRemove global variables from search.h
2009-06-12 Marco CostalbaMovePicker doesn't need to know if called from a pv...
2009-06-12 Marco CostalbaJoona tweaks of piece-square tables
2009-06-08 Marco CostalbaMove initialization of PawnInfo in its c'tor
2009-06-08 Marco CostalbaMove initialization of MaterialInfo in its c'tor
2009-06-08 Marco CostalbaMicro optimize pretty_pv
2009-06-05 Marco CostalbaGive credit to Joona for optimized parameters
2009-06-05 Marco CostalbaUse a specialized function for king evaluation
2009-06-03 Marco CostalbaSplit evaluate_outposts from evaluate_common
2009-06-03 Marco CostalbaDocument variables with heavy SMP read access
2009-06-03 Marco CostalbaRetire UseQSearchFutilityPruning and UseFutilityPruning
2009-06-03 Marco CostalbaUse one History table per thread
2009-06-02 Marco CostalbaConvert History table H in a local variable
2009-06-02 Marco CostalbaAvoid using EmptySearchStack global
2009-05-29 Marco CostalbaDetach the state when copying a position
2009-05-29 Marco CostalbaOrder bad captures by SEE value
2009-05-29 Marco CostalbaPassed pawns evaluation tweak
2009-05-25 Marco CostalbaMerge hardware POPCNT detection and use
2009-05-25 Marco CostalbaSplit killer moves from non-captures
2009-05-25 Marco CostalbaRevert _BitScanForward64 support
2009-05-24 Marco CostalbaAdd a bit more pop_1st_bit<HasBSF> conversions
2009-05-24 Marco CostalbaUse compiler name lookup to simplify code
2009-05-24 Marco CostalbaEnable _BitScanForward64 in move generation
2009-05-24 Marco CostalbaEnable _BitScanForward64 at runtime
2009-05-23 Marco CostalbaPrint info about use of 64bit functions and hardware...
2009-05-21 Marco CostalbaFix compile errors under MSVC
2009-05-21 Marco CostalbaForgot two conversion to new POPCNT interface
2009-05-21 Marco CostalbaAdd temporary debug info on POPCNT support
2009-05-21 Marco CostalbaEnable POPCNT at runtime
2009-05-21 Marco CostalbaIntroduce bitcount.h
2009-05-21 Marco CostalbaUnify piece_attacks<> for KNIGHT and KING
2009-05-21 Marco CostalbaUse do_move_bb() also for en passant moves
2009-05-21 Marco CostalbaIntroduce do_move_bb() to update bitboards after a...
2009-05-21 Marco CostalbaBackup some mor einfo in do_null_move()
2009-05-21 Marco CostalbaMove npMaterial[2] to StateInfo in Position
2009-05-20 Marco CostalbaRetire lastMove from Position class
2009-05-20 Marco CostalbaSmall code style in headers
2009-05-20 Marco CostalbaDirectly relate HistoryMax to OnePly
2009-05-20 Marco CostalbaSmall code style massage in uci.cpp
2009-05-20 Marco CostalbaSpace inflate and cleanup direction.cpp
2009-05-20 Marco CostalbaReduce history 4 times instead of 2 when reach the...
2009-05-19 Marco CostalbaRetire count_1s_8bit()
2009-05-19 Marco CostalbaSmall code style triviality in evaluation
2009-05-19 Marco CostalbaRemove hardcode default values of UCI variables from...
2009-05-17 Marco CostalbaCache king shelter info in pawns structure
2009-05-16 Marco CostalbaMove beta counter variables to the per-thread data
2009-05-16 Marco CostalbaBetter document how history works
2009-05-15 Marco CostalbaFix broken multi-pv with aspiration window search
2009-05-12 Marco CostalbaFix a warning un using anonymous structs
2009-05-10 Marco CostalbaUse string instead of std::string
2009-05-10 Marco CostalbaUse 64 bits for debug counters
2009-05-09 Marco CostalbaFix some Intel compilers warnings
2009-05-08 Marco CostalbaMicro optimize generate_pawn_checks()
2009-05-07 Marco CostalbaConvert also generate_pawn_blocking_evasions() to new API
2009-05-07 Marco CostalbaBetter dscovery check condition in generate_pawn_checks()
2009-05-07 Marco CostalbaFurther parametrize generate_pawn_captures
2009-05-07 Marco CostalbaUpdate copyright year
2009-05-07 Marco CostalbaRewrite the way application exits
2009-05-07 Marco CostalbaBe sure book file is closed before we leave
2009-05-06 Marco CostalbaRewrite Book implementation
2009-05-06 Marco CostalbaSpace inflate book.cpp
2009-05-06 Marco CostalbaFix a couple of MSVC warnings
2009-05-05 Marco CostalbaMicro optimize move_is_ep() and move_is_castle()
2009-05-05 Marco CostalbaFaster Position::move_is_capture() condition
2009-05-05 Marco CostalbaFix missing pawn color check in move_is_legal()
2009-05-04 Marco CostalbaUpdate makefile to use PGO with Intel C++ v11.0
2009-05-04 Marco CostalbaMicro optimize SEE
2009-05-03 Marco CostalbaAvoid an usless check in pl_move_is_legal
2009-05-03 Marco CostalbaChange TT interface to ask directly for a position key
2009-05-03 Marco CostalbaSetup to use Callgrind profiler
2009-05-03 Marco CostalbaRestore development versioning and LSN filtering
2009-05-03 Marco CostalbaStockfish 1.3.1
2009-05-03 Marco CostalbaRevert Glaurung 1 book compatibility patch
next