This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 60739846b [libc++] Fix environment variable passing in libc++'s `SSHExe [...] new 6cebf7c36 Improve codegen for deque.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: benchmarks/ContainerBenchmarks.hpp | 16 +++++-- benchmarks/Utilities.hpp | 33 +++++++++++++ benchmarks/deque.bench.cpp | 47 ++++++++++++++++++ include/__split_buffer | 45 ++++++++++-------- include/deque | 97 +++++++++++++++++++++++++++++++++++--- 5 files changed, 210 insertions(+), 28 deletions(-) create mode 100644 benchmarks/Utilities.hpp create mode 100644 benchmarks/deque.bench.cpp