tvl-depot/absl
Abseil Team 77f87009a3 Export of internal Abseil changes
--
d8ddeda8e52132b908fae89b25f117a055d78c04 by Abseil Team <absl-team@google.com>:

Improve performance of ByteStringFromAscii by changing kHexValue to have -1 in invalid value slots. This way a single load can do both the validation and conversion.

PiperOrigin-RevId: 284167344

--
5037e97e2eaaac8ced9a5290949deda4b43b9ceb by Mark Barolak <mbar@google.com>:

Change the underlying symbol name of Cord to absl::Cord.

PiperOrigin-RevId: 284005429

--
4ef66c72aedf135f2b4fd0ba7a73de6642decfff by Abseil Team <absl-team@google.com>:

Eliminate an unnecessary load when futex is contended in Waiter::Wait()

The first argument to compare_exchange_weak() is a reference and will be
updated upon failure.  There is no need to do an additional load on the
same variable.

PiperOrigin-RevId: 284002752
GitOrigin-RevId: d8ddeda8e52132b908fae89b25f117a055d78c04
Change-Id: Idac68a1901eb8c30050adc3860765b1a6fa085c7
2019-12-06 10:28:07 -05:00
..
algorithm Export of internal Abseil changes 2019-12-02 15:53:43 -05:00
base Export of internal Abseil changes 2019-12-05 11:46:50 -05:00
container Export of internal Abseil changes 2019-11-26 12:37:42 -05:00
copts Export of internal Abseil changes 2019-11-05 16:41:17 -05:00
debugging Export of internal Abseil changes 2019-11-15 11:16:16 -05:00
flags Export of internal Abseil changes 2019-12-05 11:46:50 -05:00
functional Export of internal Abseil changes 2019-11-13 15:04:44 -05:00
hash Export of internal Abseil changes 2019-11-13 15:04:44 -05:00
memory Export of internal Abseil changes 2019-10-31 15:15:43 -04:00
meta Export of internal Abseil changes 2019-12-05 11:46:50 -05:00
numeric Export of internal Abseil changes 2019-11-19 10:27:57 -05:00
random Export of internal Abseil changes 2019-12-02 15:53:43 -05:00
strings Export of internal Abseil changes 2019-12-06 10:28:07 -05:00
synchronization Export of internal Abseil changes 2019-12-06 10:28:07 -05:00
time Export of internal Abseil changes 2019-12-02 15:53:43 -05:00
types Export of internal Abseil changes 2019-12-05 11:46:50 -05:00
utility Export of internal Abseil changes 2019-10-30 11:13:04 -04:00
abseil.podspec.gen.py Export of internal Abseil changes 2019-11-13 15:04:44 -05:00
BUILD.bazel Export of internal Abseil changes 2019-10-16 10:42:51 -04:00
CMakeLists.txt Export of internal Abseil changes 2019-08-05 15:42:34 -04:00
compiler_config_setting.bzl Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00