This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/tst-gmon
in repository glibc.
discards 317a31ab9e gmon: Add test for basic mcount/gprof functionality
new 06ad2699b0 gmon: Add test for basic mcount/gprof functionality
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 (317a31ab9e)
\
N -- N -- N refs/heads/fw/tst-gmon (06ad2699b0)
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 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:
gmon/tst-gmon-gprof.sh | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 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 91cec32fe88 gcc/ChangeLog:
new e9bb4efabdb 2017-08-15 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr81790.c | 28 ++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 18 +++++++++++++++---
4 files changed, 54 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr81790.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 zorg.
from 76071ad Another attempt to fix the env issue for the avx512-sde bot
new 7f040ee [buildbot] Raise the test-suite runtime limit for the avx512- [...]
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:
buildbot/osuosl/master/config/builders.py | 3 ++-
1 file changed, 2 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 fw/tst-gmon
in repository glibc.
at 317a31ab9e gmon: Add test for basic mcount/gprof functionality
This branch includes the following new commits:
new 317a31ab9e gmon: Add test for basic mcount/gprof functionality
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.
--
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 release/2.25/master
in repository glibc.
from 092788065e Return to caller if dl_fixup fails to resolve callee on hppa.
new 47db584c74 resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]
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 | 21 ++
NEWS | 5 +
include/resolv.h | 3 -
resolv/Makefile | 2 +
resolv/res_mkquery.c | 28 ++-
resolv/res_query.c | 23 ++-
resolv/resolv-internal.h | 18 ++
resolv/tst-resolv-edns.c | 501 +++++++++++++++++++++++++++++++++++++++++++++++
support/resolv_test.c | 56 +++++-
support/resolv_test.h | 11 ++
10 files changed, 655 insertions(+), 13 deletions(-)
create mode 100644 resolv/tst-resolv-edns.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 compiler-rt.
from 237a4de6d Revert r310857 due to internal test failure
new 5761b5b90 Revert: Enable profile on NetBSD
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:
cmake/config-ix.cmake | 2 +-
test/profile/lit.cfg | 2 +-
2 files changed, 2 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 clang.
from 7890d5abb1 Avoid PointerIntPair of constexpr EvalInfo structs
new 7ac28eb0a5 [OpenCL] Allow targets to select address space per type
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/clang/Basic/TargetInfo.h | 7 +++----
lib/AST/ASTContext.cpp | 29 +++++++++--------------------
lib/Basic/TargetInfo.cpp | 25 +++++++++++++++++++++++++
lib/Basic/Targets/AMDGPU.h | 16 +++++++++++++++-
lib/CodeGen/CGOpenCLRuntime.cpp | 28 ++++++++++++++--------------
lib/CodeGen/CGOpenCLRuntime.h | 4 ++--
lib/CodeGen/CodeGenModule.cpp | 2 +-
lib/CodeGen/CodeGenTypes.cpp | 2 +-
test/CodeGenOpenCL/opencl_types.cl | 14 ++++++++++++--
9 files changed, 82 insertions(+), 45 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 faa4dac4dbb Propagate error in LazyEmittingLayer::removeModule.
new 745921f87f8 [LV] Minor savings to Sink casts to unravel first order recurrence
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/LoopUtils.cpp | 3 ++-
lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
test/Transforms/LoopVectorize/first-order-recurrence.ll | 5 ++++-
3 files changed, 7 insertions(+), 3 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 test-suite.
from ee280641 TestSuite.cmake: Improve comments; NFC
new bd19daad [XRay] [test-suite] Don't use llvm_multisource macro for XRay [...]
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:
MicroBenchmarks/XRay/CMakeLists.txt | 20 +++++++++++++++-----
.../XRay/retref-bench_BM_RDTSCP_Cost.test | 1 +
.../retref-bench_BM_ReturnInstrumentedPatched.test | 1 +
...ch_BM_ReturnInstrumentedPatchedThenUnpatched.test | 1 +
...h_BM_ReturnInstrumentedPatchedWithLogHandler.test | 1 +
.../retref-bench_BM_ReturnInstrumentedUnPatched.test | 1 +
.../retref-bench_BM_ReturnNeverInstrumented.test | 1 +
7 files changed, 21 insertions(+), 5 deletions(-)
create mode 100644 MicroBenchmarks/XRay/retref-bench_BM_RDTSCP_Cost.test
create mode 100644 MicroBenchmarks/XRay/retref-bench_BM_ReturnInstrumentedPatched.test
create mode 100644 MicroBenchmarks/XRay/retref-bench_BM_ReturnInstrumentedPatchedT [...]
create mode 100644 MicroBenchmarks/XRay/retref-bench_BM_ReturnInstrumentedPatchedW [...]
create mode 100644 MicroBenchmarks/XRay/retref-bench_BM_ReturnInstrumentedUnPatched.test
create mode 100644 MicroBenchmarks/XRay/retref-bench_BM_ReturnNeverInstrumented.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.