This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 9bbda77 2016-10-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 98e3dac Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 8812408 Daily bump.
new 0c002b0 Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d43c4b8 [DAG] x | x --> x
new abf46ba Clean up test a little bit; NFC
new 641d727 [SCEV] Use auto for consistency with an upcoming change; NFC
new 39fd0bb [SCEV] In CompareValueComplexity, order global values by their name
The 3 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:
lib/Analysis/ScalarEvolution.cpp | 23 ++++++++++--
unittests/Analysis/ScalarEvolutionTest.cpp | 59 +++++++++++++++++++++---------
2 files changed, 61 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 271a19e Rewrite std::filesystem::path iterators and parser
new ad1a12c Improve performance of constructing filesystem::path from strings.
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/filesystem.bench.cpp | 20 +++++++++++++++++---
include/experimental/filesystem | 7 ++++---
src/experimental/filesystem/path.cpp | 9 +--------
3 files changed, 22 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 690035b Automatic date update in version.in
new 1964088 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from 5af92a0 Automatic date update in version.in
new d149eeb Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_27-branch
in repository binutils-gdb.
from 64d71c6 Automatic date update in version.in
new 093eb52 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c6e26e7 Fixing "type" issue for (epi32) and replaceing hardcoded inf [...]
new cc28bf9 Fix clang installed path to handle case where clang is invoke [...]
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:
lib/Driver/Tools.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 2d2f0c0 Add start of filesystem benchmarks
new 271a19e Rewrite std::filesystem::path iterators and parser
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/CMakeLists.txt | 3 +-
include/experimental/filesystem | 25 +-
src/experimental/filesystem/path.cpp | 527 ++++++++++++---------
.../class.path/path.itr/iterator_db.pass.cpp | 74 +++
4 files changed, 385 insertions(+), 244 deletions(-)
create mode 100644 test/libcxx/experimental/filesystem/class.path/path.itr/iterato [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from ff8cce4 Revert "Added 'inline' attribute to basic_string's destructor"
new 2d2f0c0 Add start of filesystem benchmarks
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:
CMakeLists.txt | 18 ++++++++-
benchmarks/CMakeLists.txt | 30 ++++++++++++--
benchmarks/GenerateInput.hpp | 2 +
benchmarks/filesystem.bench.cpp | 90 +++++++++++++++++++++++++++++++++++++++++
docs/BuildingLibcxx.rst | 17 +++++---
5 files changed, 147 insertions(+), 10 deletions(-)
create mode 100644 benchmarks/filesystem.bench.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.