This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b18dea9 gcc/c-family/ChangeLog:
new 5510c0a 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-6-branch
in repository gcc.
from 5b7d4dd Backported from mainline 2016-08-31 Jakub Jelinek <jakub@ [...]
new 2ca6d9f 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 643b176 Daily bump.
new c1243bb 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 zorg.
from 44287f3 [zorg] Move lldb-x86_64-ubuntu-14.04-cmake buildbot to the st [...]
new 9925edc Set svn steps to run in reasonable order.
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:
zorg/buildbot/process/factory.py | 53 +++++++++++++++++++++-------------------
1 file changed, 28 insertions(+), 25 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 652a8f4 Add tests for PR ld/20513
new db0a1c2 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 be2126b Automatic date update in version.in
new eb8f9d5 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 c6a7c52 Don't treat .opd section specially when ELFv2
new 3a933e7 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 llvm.
from 79dbe29 [SelectionDAGBuilder] Add const to relevant places
new 7946689 Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
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/Transforms/Utils/SimplifyInstructions.cpp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 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 clang-tools-extra.
from 7f08ae6 [include-fixer] Fix an undefined variable exception in vim sc [...]
new e1d84a1 Add clang-reorder-fields to clang-tools-extra
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 | 1 +
.../CMakeLists.txt | 7 +-
clang-reorder-fields/ReorderFieldsAction.cpp | 260 +++++++++++++++++++++
clang-reorder-fields/ReorderFieldsAction.h | 47 ++++
clang-reorder-fields/tool/CMakeLists.txt | 12 +
clang-reorder-fields/tool/ClangReorderFields.cpp | 93 ++++++++
test/CMakeLists.txt | 1 +
.../AggregatePartialInitialization.cpp | 14 ++
test/clang-reorder-fields/CStructAmbiguousName.cpp | 18 ++
test/clang-reorder-fields/CStructFieldsOrder.cpp | 16 ++
.../ClassDifferentFieldsAccesses.cpp | 16 ++
.../ClassMixedInitialization.cpp | 24 ++
test/clang-reorder-fields/ClassSimpleCtor.cpp | 24 ++
13 files changed, 528 insertions(+), 5 deletions(-)
copy {clang-rename => clang-reorder-fields}/CMakeLists.txt (59%)
create mode 100644 clang-reorder-fields/ReorderFieldsAction.cpp
create mode 100644 clang-reorder-fields/ReorderFieldsAction.h
create mode 100644 clang-reorder-fields/tool/CMakeLists.txt
create mode 100644 clang-reorder-fields/tool/ClangReorderFields.cpp
create mode 100644 test/clang-reorder-fields/AggregatePartialInitialization.cpp
create mode 100644 test/clang-reorder-fields/CStructAmbiguousName.cpp
create mode 100644 test/clang-reorder-fields/CStructFieldsOrder.cpp
create mode 100644 test/clang-reorder-fields/ClassDifferentFieldsAccesses.cpp
create mode 100644 test/clang-reorder-fields/ClassMixedInitialization.cpp
create mode 100644 test/clang-reorder-fields/ClassSimpleCtor.cpp
--
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 7bb9af1 Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
new 79dbe29 [SelectionDAGBuilder] Add const to relevant places
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 26 ++++++++++++------------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 7 ++++---
2 files changed, 17 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.