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 e4426cb new-op.c: Add comment about -fsanitize=address
new b30f354 common/common-defs.h: Define __STDC_FORMAT_MACROS as well
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/common/common-defs.h | 12 ++++++++++--
2 files changed, 14 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 afabcbf Include full filename range for missing includes
new 57aee8e Fix diagnostic format string for err_os_log_argument_to_big
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/DiagnosticSemaKinds.td | 2 +-
test/SemaObjC/format-strings-oslog.m | 3 +++
2 files changed, 4 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 llvm.
from 3ed32c9 [DAGCombine] Preserve shuffles when one of the vector operand [...]
new 4fd1299 fix warning
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/LTO/LTO.cpp | 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 binutils-gdb.
from 28fe4f8 Define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again.
new e4426cb new-op.c: Add comment about -fsanitize=address
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/common/new-op.c | 6 ++++++
2 files changed, 10 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 4f436d0 * parser.c (cp_parser_postfix_expression): Adding missing break;.
new 131ad74 Fix 2 typos in IPA ICF pass
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/common.opt | 2 +-
gcc/ipa-icf.c | 1 +
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/ipa/ipa-icf-32.c | 1 -
5 files changed, 14 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 llvm.
from 050bf6c Make the LTO comdat api more symbol table friendly.
new 3ed32c9 [DAGCombine] Preserve shuffles when one of the vector operand [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 109 ++++++++++++++++++---------
test/CodeGen/X86/vector-shuffle-combining.ll | 80 +++++++-------------
2 files changed, 101 insertions(+), 88 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 797783e Fix an unused warning in WebAssemblyInstPrinter with NDEBUG.
new 050bf6c Make the LTO comdat api more symbol table friendly.
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/LTO/LTO.h | 41 +++++++++++++++++++++--------------------
lib/LTO/LTO.cpp | 31 +++++++++++++++++++++++++++++--
tools/gold/gold-plugin.cpp | 6 ++++--
3 files changed, 54 insertions(+), 24 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 lld.
from 0d90ffe ELF: Simplify handling of *_start/*_end symbols.
new ffbe2d3 Update for llvm 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:
ELF/InputFiles.cpp | 35 ++++++++++++++---------------------
1 file changed, 14 insertions(+), 21 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 508d232 Load clang-include-fixer.el from the unit test suite so that [...]
new a555e28 include-fixer: Don't overwrite buffer changes
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/tool/clang-include-fixer.el | 8 +++++++-
1 file changed, 7 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 clang-tools-extra.
from 62619ea [clang-tidy] Fix identifier naming in macro args.
new 508d232 Load clang-include-fixer.el from the unit test suite so that [...]
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/tool/clang-include-fixer-test.el | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.