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 73371742372 Daily bump.
new 147f9fb4568 Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 25289ac167 contrib/gdb-add-index.sh -dwarf-5
new a47a3dc8fb Automatic date update in version.in
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/version.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 gdb-8.2-branch
in repository binutils-gdb.
from dbc864ae0b contrib/gdb-add-index.sh -dwarf-5
new 0bad166b92 Automatic date update in version.in
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/version.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 binutils-2_31-branch
in repository binutils-gdb.
from 4d60d5d092 Automatic date update in version.in
new f42e6ba238 Automatic date update in version.in
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/version.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 master
in repository clang.
from 5c22565f8c [analyzer] Add support for data() in DanglingInternalBufferChecker.
new 08497c156c [X86] Fix a few intrinsics that were ignoring their rounding [...]
new de1ae274b1 [X86] Remove some unnecessarily escaped new lines from avx51 [...]
new 11b0a91ad9 [X86] Remove __builtin_ia32_vfnmsubsd3_mask3 and __builtin_i [...]
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:
include/clang/Basic/BuiltinsX86.def | 2 -
lib/Headers/avx512fintrin.h | 30 ++++++-------
test/CodeGen/avx512f-builtins.c | 88 ++++++++++++++++++-------------------
3 files changed, 59 insertions(+), 61 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 gdb-8.2-branch
in repository binutils-gdb.
from 3775c57aa2 Automatic date update in version.in
new dbc864ae0b contrib/gdb-add-index.sh -dwarf-5
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:
gdb/ChangeLog | 4 ++++
gdb/contrib/gdb-add-index.sh | 10 ++++++++--
2 files changed, 12 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 binutils-gdb.
from e83f4d9750 ia64-tdep.c: Fix -Wwrite-strings errors
new 25289ac167 contrib/gdb-add-index.sh -dwarf-5
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:
gdb/ChangeLog | 4 ++++
gdb/contrib/gdb-add-index.sh | 10 ++++++++--
2 files changed, 12 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 ffbe9fa4c0 [analyzer] Highlight c_str() call in DanglingInternalBufferChecker.
new 5c22565f8c [analyzer] Add support for data() in DanglingInternalBufferChecker.
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:
.../Checkers/DanglingInternalBufferChecker.cpp | 11 ++--
test/Analysis/dangling-internal-buffer.cpp | 62 ++++++++++++++++++----
2 files changed, 59 insertions(+), 14 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 074b7c3a09e [SelectionDAG] Split float and integer isKnownNeverZero tests
new 7bae6f41cec [X86] Regenerate PR14088 test. NFCI.
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/X86/pr14088.ll | 51 +++++++++++++++++++++++++++++++++------------
1 file changed, 38 insertions(+), 13 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 a8cfadd9a9 [analyzer] Fix -Wcovered-switch-default warning in MallocChecker.
new ffbe9fa4c0 [analyzer] Highlight c_str() call in DanglingInternalBufferChecker.
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/StaticAnalyzer/Checkers/AllocationState.h | 6 ++
.../Checkers/DanglingInternalBufferChecker.cpp | 87 +++++++++++++++++++---
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 5 ++
test/Analysis/dangling-internal-buffer.cpp | 22 ++++--
4 files changed, 105 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.