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 bd4816fe [clang-doc] Fix unique_ptr error on bots
new b318ad03 Use ExprMutationAnalyzer in performance-unnecessary-value-param
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:
.../performance/UnnecessaryValueParamCheck.cpp | 73 ++++++++++++----------
.../performance-unnecessary-value-param.cpp | 22 +++++++
2 files changed, 61 insertions(+), 34 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 dfa0460a549 [llvm-mca][docs] Move the code marker text into its own sub [...]
new 1a17324d819 Fix crash in bounds checking.
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/Instrumentation/BoundsChecking.cpp | 82 ++++++++++++----------
.../Instrumentation/BoundsChecking/many-traps-2.ll | 65 +++++++++++++++++
2 files changed, 108 insertions(+), 39 deletions(-)
create mode 100644 test/Instrumentation/BoundsChecking/many-traps-2.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 lldb.
from 99c3f2c9e Revert "Add support for ARM and ARM64 breakpad generated mini [...]
new ff8363e28 Add raw_ostream wrapper to the Stream class
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/lldb/Utility/Stream.h | 47 +++++++++++++++++++++++++++++++++++++++++++
source/Utility/Stream.cpp | 4 ++--
2 files changed, 49 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 glibc.
from 284f42bc77 Simplify and speedup strstr/strcasestr first match
new ea705eb5ec Consistently terminate libm-test-*.inc TEST lines with commas.
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 | 7 +++++++
math/libm-test-ilogb.inc | 16 ++++++++--------
math/libm-test-llogb.inc | 16 ++++++++--------
math/libm-test-logb.inc | 12 ++++++------
4 files changed, 29 insertions(+), 22 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 430388d5dc x86: Don't include <init-arch.h> in assembly codes
new 284f42bc77 Simplify and speedup strstr/strcasestr first match
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 +++++
string/strcasestr.c | 37 ++++++++++++++-----------------------
string/strstr.c | 43 +++++++++++++++++++++----------------------
3 files changed, 40 insertions(+), 45 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 2688aab226 Update PRU assembler to corect hardware register numbering f [...]
new 4aae6e5abd Improve objcopy's ability to merge build notes.
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:
binutils/ChangeLog | 5 +++++
binutils/objcopy.c | 38 +++++++++++++++++++++++++++++++++++---
2 files changed, 40 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 gcc.
from 40eafc9b510 Avoid infinite loop with duplicate anonymous union fields ( [...]
new dfd009fe920 docs: fix stray duplicated words
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 | 13 +++++++++++++
gcc/doc/gcov.texi | 2 +-
gcc/doc/invoke.texi | 14 +++++++-------
3 files changed, 21 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 llvm.
from a02557d1b8e [X86] Fix line endings.
new dfa0460a549 [llvm-mca][docs] Move the code marker text into its own sub [...]
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:
docs/CommandGuide/llvm-mca.rst | 75 ++++++++++++++++++++++--------------------
1 file changed, 39 insertions(+), 36 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 e9fbbe52f1 Fix asm label testcase flaw
new 77acb45e80 [OpenCL] Always emit alloca in entry block for enqueue_kerne [...]
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/CGBuiltin.cpp | 53 +++---
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 177 +++++++++++++--------
.../enqueue-kernel-non-entry-block.cl | 31 ++++
3 files changed, 175 insertions(+), 86 deletions(-)
create mode 100644 test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl
--
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 960639dc9a2 PR c++/86706 * class.c (build_base_path): Use currently_o [...]
new 40eafc9b510 Avoid infinite loop with duplicate anonymous union fields ( [...]
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/c/ChangeLog | 6 ++++++
gcc/c/c-typeck.c | 9 +++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/union-duplicate-field.c | 21 +++++++++++++++++++++
4 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/union-duplicate-field.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.