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 54e0681 [clang-tidy] Fix a few more issues in google-readability-casting
new 4c9c5b3 [clang-tidy] google-readability-casting: detect redundant cas [...]
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:
clang-tidy/google/AvoidCStyleCastsCheck.cpp | 12 ++++++------
test/clang-tidy/google-readability-casting.cpp | 13 +++++++++++++
2 files changed, 19 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 4f2d822 [InstCombine] Avoid faulty combines of select-cmp-br
new d35d48c GlobalISel: record correct stack usage for signext parameters.
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/AArch64/AArch64CallLowering.cpp | 10 +++++++---
test/CodeGen/AArch64/GlobalISel/arm64-callingconv.ll | 14 ++++++++++++++
2 files changed, 21 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 llvm.
from 201896c [ARM/AArch64] Update costs for interleaved accesses with wide types
new 4f2d822 [InstCombine] Avoid faulty combines of select-cmp-br
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 | 8 +++++---
test/Transforms/InstCombine/select-cmp-br.ll | 19 +++++++++++++++++++
2 files changed, 24 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 clang-tools-extra.
from 66dad9d [clangd] Fix a potential race by copying the FixIts out of AS [...]
new 54e0681 [clang-tidy] Fix a few more issues in google-readability-casting
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:
clang-tidy/google/AvoidCStyleCastsCheck.cpp | 65 ++++++++++++--------------
test/clang-tidy/google-readability-casting.cpp | 65 ++++++++++++++++----------
2 files changed, 71 insertions(+), 59 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 0aedea1 Do not leak OpenedHandles.
new 6523b45 [ARM/AArch64] Support wide interleaved accesses
new 201896c [ARM/AArch64] Update costs for interleaved accesses with wide types
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/Target/AArch64/AArch64ISelLowering.cpp | 164 ++++++++++++-----
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 6 +-
lib/Target/ARM/ARMISelLowering.cpp | 193 ++++++++++++++------
lib/Target/ARM/ARMTargetTransformInfo.cpp | 6 +-
.../AArch64/interleaved-accesses.ll | 195 ++++++++++++++++++++
.../InterleavedAccess/ARM/interleaved-accesses.ll | 197 +++++++++++++++++++++
.../LoopVectorize/AArch64/interleaved_cost.ll | 78 +++++---
.../LoopVectorize/ARM/interleaved_cost.ll | 55 +++---
8 files changed, 753 insertions(+), 141 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 glibc.
from 9090848 Narrowing the visibility of libc-internal.h even further.
new 2d6ab5d Document and fix --enable-bind-now [BZ #21015]
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 | 17 +++++++++++++++++
INSTALL | 6 ++++++
Makeconfig | 7 +++++++
Makerules | 9 +++------
iconvdata/Makefile | 5 +++++
manual/install.texi | 6 ++++++
sysdeps/unix/sysv/linux/alpha/localplt.data | 2 +-
sysdeps/unix/sysv/linux/i386/localplt.data | 2 +-
sysdeps/x86_64/localplt.data | 2 +-
9 files changed, 47 insertions(+), 9 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 77b000e [clang-format] Use number of unwrapped lines for short namespace
new 96b54be Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.
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/Format/Format.cpp | 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 llvm.
from 465f5a1 [LV] Considier non-consecutive but vectorizable accesses for [...]
new 0aedea1 Do not leak OpenedHandles.
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/Support/Windows/DynamicLibrary.inc | 12 ++----------
1 file changed, 2 insertions(+), 10 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 c871dad Fix snafu parsing GNU_BUILD_NOTEs on ARM and AArch64 architectures.
new f98450c Disable warning message about a program header with no associ [...]
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/ChangeLog | 6 ++++++
bfd/elf.c | 13 +++++++++----
2 files changed, 15 insertions(+), 4 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 4d2b9d1 2017-03-02 Richard Biener <rguenther(a)suse.de>
new 16d332f 2017-03-02 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 | 4 ++++
gcc/fold-const.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.