This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 692326218f9 gcc/cp/ * cp-tree.h (LOOKUP_SEEN_P, LOOKUP_FOUND_P): New. [...]
new ac824fdb1a9 Fix bootstrap failure in Ada FE due to -Werror=ignored-qualifiers
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/utils2.c | 4 ++--
2 files changed, 7 insertions(+), 2 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 llvm.
from 9693a6db681 [GVNSink] GVNSink pass
new bb5d60d7539 [GVNSink] Don't define operator<< in NDEBUG
new ac73777f2eb [GVNSink] Pacify MSVC
The 2 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/Scalar/GVNSink.cpp | 4 +++-
1 file changed, 3 insertions(+), 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 lldb.
from 3bc2eda3f Recommit "RunThreadPlan: Fix halting logic in IgnoreBreakpoin [...]
new b9fb6e957 Revert "Fix FDE indexing while scan debug_info section."
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:
source/Symbol/DWARFCallFrameInfo.cpp | 31 +++++++++++--------------------
source/Symbol/UnwindTable.cpp | 7 -------
2 files changed, 11 insertions(+), 27 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 lnt.
from 8474b45 tests/compile.py: Allow more archive formats
new 5a6176a [lnt][profile] Add support for X86-64 CFG view
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:
lnt/server/ui/static/lnt_profile.js | 19 +++++++++++++++++++
lnt/server/ui/templates/v4_profile.html | 1 +
2 files changed, 20 insertions(+)
--
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 gcc.
from d6f89e77e9e 2017-05-25 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 692326218f9 gcc/cp/ * cp-tree.h (LOOKUP_SEEN_P, LOOKUP_FOUND_P): New. [...]
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/cp/ChangeLog | 20 +
gcc/cp/cp-tree.h | 10 +-
gcc/cp/name-lookup.c | 803 ++++++++++++++++++---------------
gcc/cp/name-lookup.h | 2 +-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/g++.dg/lookup/koenig14.C | 30 ++
6 files changed, 494 insertions(+), 375 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/koenig14.C
--
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 4fde77f8f1a [PM] Teach the PGO instrumentation pasess to run GlobalDCE [...]
new 9693a6db681 [GVNSink] GVNSink 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:
include/llvm/InitializePasses.h | 1 +
include/llvm/Transforms/Scalar.h | 7 +
include/llvm/Transforms/Scalar/GVN.h | 7 +-
include/llvm/Transforms/Utils/Local.h | 8 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 9 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/GVNSink.cpp | 870 +++++++++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 1 +
lib/Transforms/Utils/Local.cpp | 45 ++
lib/Transforms/Utils/SimplifyCFG.cpp | 47 --
test/Transforms/GVNSink/dither.ll | 42 +
test/Transforms/GVNSink/indirect-call.ll | 70 ++
.../{SimplifyCFG => GVNSink}/sink-common-code.ll | 207 +----
test/Transforms/GVNSink/struct.ll | 71 ++
14 files changed, 1170 insertions(+), 216 deletions(-)
create mode 100644 lib/Transforms/Scalar/GVNSink.cpp
create mode 100644 test/Transforms/GVNSink/dither.ll
create mode 100644 test/Transforms/GVNSink/indirect-call.ll
copy test/Transforms/{SimplifyCFG => GVNSink}/sink-common-code.ll (77%)
create mode 100644 test/Transforms/GVNSink/struct.ll
--
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 3f8116e6a2 [OpenCL] reserve_id_t cannot be used as argument to kernel function
new 5e606f16ee [CodeGen] Pessimize aliasing for member unions (and may-alia [...]
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/CGExpr.cpp | 31 +++++++++++++++-------------
test/CodeGen/union-tbaa1.c | 44 ++++++++++++++++++++++++++++++++++++++++
test/CodeGenCXX/union-tbaa2.cpp | 45 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 106 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/union-tbaa1.c
create mode 100644 test/CodeGenCXX/union-tbaa2.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 glibc.
from 302bb1a3c3 float128: Add wrappers to override ldbl-128 as float128.
new ee8015b9ea Support dl-tunables.list in subdirectories
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:
ChangeLog | 5 +++++
Makeconfig | 4 +++-
2 files changed, 8 insertions(+), 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 hjl/tunables/master
in repository glibc.
discards 6e312d9f6d Add TUNABLES to control IFUNC selection
discards a892fa03a9 Delay initialization of CPU features struct in static binaries
discards 42d6c2c98c Support dl-tunables.list in subdirectories
discards 15ec35643f Mark __tunables_init hidden and avoid PLT
new ed8f688eea Make __tunables_init hidden and avoid PLT
new 45c71f0391 Support dl-tunables.list in subdirectories
new 6b0b9e7e95 Delay initialization of CPU features struct in static binaries
new 22c2cc2bbb Add TUNABLES to control IFUNC selection
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6e312d9f6d)
\
N -- N -- N refs/heads/hjl/tunables/master (22c2cc2bbb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 4 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:
elf/dl-tunables.c | 7 ++-----
elf/dl-tunables.h | 17 +++++------------
2 files changed, 7 insertions(+), 17 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 gcc.
from 01b4453cde8 * configure.ac: Add --enable-languages=default to mean def [...]
new d6f89e77e9e 2017-05-25 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/dump-parse-tree.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.