This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5e7b77cefc Undo turning ExtBehavior into a bitfield.
new d14025acfe [analyzer] Fix memory error bug category capitalization.
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:
.../Core/BugReporter/CommonBugCategories.h | 1 +
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 33 +++++++++++---------
lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 2 +-
lib/StaticAnalyzer/Checkers/ValistChecker.cpp | 5 +--
lib/StaticAnalyzer/Core/CommonBugCategories.cpp | 1 +
test/Analysis/MismatchedDeallocator-path-notes.cpp | 2 +-
test/Analysis/NewDelete-path-notes.cpp | 4 +--
.../diagnostics/report-issues-within-main-file.cpp | 2 +-
test/Analysis/edges-new.mm | 4 +--
test/Analysis/malloc-plist.c | 36 +++++++++++-----------
test/Analysis/plist-macros.cpp | 4 +--
11 files changed, 50 insertions(+), 44 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 ddc58c4e34a [Triple] Add a "macos" OS type that acts as a synonym for "macosx"
new 8ec2e3efa48 Revert "[AVR] Enable the frame pointer for all functions"
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/AVR/AVRFrameLowering.cpp | 5 ++---
1 file changed, 2 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 lldb.
from 73e15274c Check for lack of C++ context first when demangling
new d532ecb47 Windows fix for TestConflictingDefinition makefile
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:
.../Python/lldbsuite/test/lang/objc/conflicting-definition/Makefile | 2 +-
1 file changed, 1 insertion(+), 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 0574843db6 Fix tests after speculatable intrinsics patch
new 5e7b77cefc Undo turning ExtBehavior into a bitfield.
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/Diagnostic.h | 2 +-
1 file changed, 1 insertion(+), 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-7-branch
in repository gcc.
from 434e444edaa Backported from mainline 2017-04-21 Jakub Jelinek <jaku [...]
new 035e06b2ebb 2017-05-03 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 | 26 ++++++++++++++++++++++++
gcc/alias.c | 12 ++++++++++++
gcc/testsuite/ChangeLog | 13 ++++++++++++
gcc/testsuite/gcc.dg/pr80492.c | 20 +++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr80539.c | 22 +++++++++++++++++++++
gcc/tree-chrec.c | 14 +++++++++++--
gcc/tree-ssa-sccvn.c | 36 ++++++++++++++++++++++++----------
gcc/tree-ssa-sccvn.h | 3 +++
8 files changed, 134 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr80492.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80539.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 glibc.
from b3d9c9a20c sparc: handle R_SPARC_DISP64 and R_SPARC_REGISTER relocs
new 14ea415d04 Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h.
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 +++++
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 +
2 files changed, 6 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 a3d8c293c0c [ARM] Set mode for success result of atomic compare and swap
new 8e9b8d1002b 2017-05-03 Richard Biener <rguenther(a)suse.de>
new 0fd6b181215 2017-05-03 Richard Biener <rguenther(a)suse.de>
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 | 14 ++++++++++++++
gcc/testsuite/ChangeLog | 4 ++++
.../gcc.dg/vect/costmodel/x86_64/costmodel-alignpeel.c | 9 +++++++++
gcc/tree-ssa-alias.c | 7 ++-----
gcc/tree-vect-data-refs.c | 14 +++++++-------
5 files changed, 36 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-alignpeel.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 5d9d83fb555 Revert r301986 (and subsequent r301987).
new ab50a12a455 [X86] Refactored LowerINTRINSIC_W_CHAIN to use a switch sta [...]
new ddc58c4e34a [Triple] Add a "macos" OS type that acts as a synonym for "macosx"
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/Support/Triple.cpp | 4 +++-
lib/Target/X86/X86ISelLowering.cpp | 16 +++++++++-------
test/CodeGen/X86/version_directive.ll | 1 +
3 files changed, 13 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 lldb.
from aff0492f3 Fixed a bug where we did not properly use the complete versio [...]
new 73e15274c Check for lack of C++ context first when demangling
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/Symtab.cpp | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 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 7992b2b91e Silences gcc's -Wnarrowing.
new 0574843db6 Fix tests after speculatable intrinsics patch
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/CodeGen/arm_neon_intrinsics.c | 1082 ++++++++++++++++++------------------
1 file changed, 541 insertions(+), 541 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.