fix folly::FunctionScheduler.cancelFunctionAndWait() hanging issue
[folly.git] / folly / experimental / Instructions.h
2017-05-03 Giuseppe OttavianoDo not store the lower bits mask in EliasFanoReader
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-16 Yinghai LuAdd BEXTR instruction support
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
2016-11-10 Christopher DykesAlways use inline-asm version on GCC/Clang
2016-10-03 Philip Proninswitch back to inline assembly in compression::instructions v2016.10.03.00
2016-06-09 Christopher DykesUse intrinsics rather than inline assembly where possible
2016-05-09 Philip ProninReverted commit D3265572
2016-05-06 Christopher DykesUse intrinsics rather than inline assembly where possible
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-04 Den RaskovalovAdd a missed glog header.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-07-01 Vignesh GowdaImplement a BitVector-based list
2015-06-19 Vignesh GowdaMove folly::compression::Instructions to a separate...