This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2b17779e61 Remove test commit.
new a7f9678242 Remove Clang support for '-fvectorize-slp-aggressive' which [...]
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/Driver/CC1Options.td | 2 --
include/clang/Driver/Options.td | 3 ---
include/clang/Frontend/CodeGenOptions.def | 1 -
lib/CodeGen/BackendUtil.cpp | 1 -
lib/Driver/ToolChains/Clang.cpp | 5 -----
lib/Frontend/CompilerInvocation.cpp | 1 -
test/Driver/clang_f_opts.c | 7 -------
7 files changed, 20 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 461aeca0735 Try to appease a buildbot.
new 76aac8f1cec [SCEV] Use depth limit instead of local cache for SExt and ZExt
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/Analysis/ScalarEvolution.h | 16 +-
lib/Analysis/ScalarEvolution.cpp | 243 +++++++++++++--------------
lib/Transforms/Utils/SimplifyIndVar.cpp | 10 +-
test/Analysis/ScalarEvolution/limit-depth.ll | 58 ++++++-
4 files changed, 183 insertions(+), 144 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 hjl/cet/property
in repository glibc.
discards 77d74593f7 i386: Add _dl_runtime_resolve_shstk [BZ #21598]
discards 247f33b0e1 x86: Support IBT and SHSTK from Intel CET
new 0546542b6a x86: Support IBT and SHSTK from Intel CET
new 88681bbba6 i386: Add _dl_runtime_resolve_shstk [BZ #21598]
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 (77d74593f7)
\
N -- N -- N refs/heads/hjl/cet/property (88681bbba6)
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 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:
sysdeps/unix/sysv/linux/x86/dl-cet.c | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 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 3da8c4ff2d6 Reduce indenting and clean up comparisons around sign bit.
new 461aeca0735 Try to appease a buildbot.
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:
unittests/ProfileData/CoverageMappingTest.cpp | 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 master
in repository gcc.
from 70cbf8241f8 Daily bump.
new b920c9b1708 2017-06-29 Naveen H.S <Naveen.Hurugalawadi(a)cavium.com>
new 1f836a9fa3d 2017-06-29 Julian Brown <julian(a)codesourcery.com> Na [...]
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:
gcc/ChangeLog | 17 +++++++
gcc/config/aarch64/aarch64-fusion-pairs.def | 1 +
gcc/config/aarch64/aarch64.c | 70 +++++++++++++++++++++++++----
gcc/config/i386/i386.c | 9 ++++
gcc/sched-deps.c | 34 +++++++-------
5 files changed, 104 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 clang.
from 2d0264ba15 Test Commit
new 2b17779e61 Remove test commit.
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:
README.txt | 1 -
1 file changed, 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 115b2ce907 [WebAssembly] Add throw/rethrow builtins for exception handling
new 2d0264ba15 Test Commit
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:
README.txt | 1 +
1 file changed, 1 insertion(+)
--
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 47b2ec11a19 Change the type of Undecorated to unique_ptr<char[]> since [...]
new 3da8c4ff2d6 Reduce indenting and clean up comparisons around sign bit.
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/InstCombine/InstCombineCompares.cpp | 13 +++++++------
1 file changed, 7 insertions(+), 6 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 f89749b21f5 Reduce the complexity of the signbit/branch test functions.
new 47b2ec11a19 Change the type of Undecorated to unique_ptr<char[]> since [...]
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:
tools/llvm-nm/llvm-nm.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.