This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from af3b6be [RewriteStatepointsForGC] Remove obsolete assertion
new 0d4db70 Add a test showing how hidden stubs are handled on ppc.
new 86cadc5 [LCSSA] Use any_of() to simplify the code. NFCI.
new 9ae1fd1 [PM/LCSSA] Fix dependency list. Some passes are preserved, no [...]
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/Transforms/Utils/LCSSA.cpp | 16 +++++-----------
test/CodeGen/PowerPC/indirect-hidden.ll | 23 +++++++++++++++++++++++
2 files changed, 28 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/PowerPC/indirect-hidden.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 c5e5ba3 [Mips] Set mips32 as default CPU for MIPS32 Android
new 053db72 Revert "[X86] Add immediate range checks for many of the builtins."
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/Sema/SemaChecking.cpp | 266 +++++----------------------------------
test/CodeGen/avx512vl-builtins.c | 32 ++---
2 files changed, 48 insertions(+), 250 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 41326d5 [ARM] ARM mov InstAlias for MOVW lacks HasV6T2
new af3b6be [RewriteStatepointsForGC] Remove obsolete assertion
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/Scalar/RewriteStatepointsForGC.cpp | 8 --------
.../RewriteStatepointsForGC/constants.ll | 22 ++++++++++++++++++++++
2 files changed, 22 insertions(+), 8 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 4832bde [include-fixer] Make the "extend to the right" hack support t [...]
new 61129f8 [find-all-symbols] Ignore anonymous enum declarations.
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-fixer/find-all-symbols/FindAllSymbols.cpp | 3 +++
unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp | 2 ++
2 files changed, 5 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 llvm.
from b672687 Fix for PR27750. Correctly handle the case where the fallthro [...]
new 41326d5 [ARM] ARM mov InstAlias for MOVW lacks HasV6T2
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/Target/ARM/ARMInstrInfo.td | 2 +-
test/MC/ARM/not-armv4.s | 5 +++++
2 files changed, 6 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 gcc-6-branch
in repository gcc.
from 2edd95d [RTEMS] Fix moxie libgcc support
new 063422f [AArch64] PR target/70809: Delete aarch64_vmls<mode> pattern
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 | 8 ++++++++
gcc/config/aarch64/aarch64-simd.md | 10 ----------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/pr70809_1.c | 18 ++++++++++++++++++
4 files changed, 34 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr70809_1.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 gcc.
from 28adcc2 * g++.dg/inherit/think1.C: Fix dg-do and dg-skip order.
new 77d095c 2016-05-17 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 | 12 ++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr71132.c | 24 +++++++++++++++++++++++
gcc/tree-loop-distribution.c | 35 ++++++++++++++++++++++++----------
4 files changed, 66 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71132.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 e5e3c20 [InstCombine] Don't crash when trying to take an element of a [...]
new b672687 Fix for PR27750. Correctly handle the case where the fallthro [...]
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/Target/X86/X86InstrInfo.cpp | 14 +++++++++-----
test/CodeGen/X86/fp-une-cmp.ll | 28 ++++++++++++++++++++++++++++
2 files changed, 37 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 lldb.
from 86f7c36 Look for CMake.app when searching for cmake
new 8bcd100 xfail TestTopLevelExprs for Android API 21-22 (llvm.org/pr27787)
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:
.../test/expression_command/top-level/TestTopLevelExprs.py | 6 ++++--
1 file changed, 4 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-tools-extra.
from 5a8e0be [clang-tidy] Cleanups utils files
new 4832bde [include-fixer] Make the "extend to the right" hack support t [...]
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-fixer/IncludeFixer.cpp | 22 ++++++++++++++++------
unittests/include-fixer/IncludeFixerTest.cpp | 12 +++++++++++-
2 files changed, 27 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.