This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 323c6c5e52 [clang-format] Indent after breaking Javadoc annotated line
new 0412c73790 [Analyzer] Iterator Checker Hotfix: Defer deletion of contai [...]
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/IteratorChecker.cpp | 23 ++++++++++++++++++++++-
1 file changed, 22 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 ec18b801a33 [RegisterScavenger] Fix debug print
new dc8a4c5d74e [ARM] Fix over-alignment in arguments that are HA of 128-bi [...]
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/ARM/ARMCallingConv.h | 11 ++++++-----
test/CodeGen/ARM/aggregate-padding.ll | 16 ++++++++++++++++
2 files changed, 22 insertions(+), 5 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 884df2d15b PR38355 Prevent infinite recursion when checking initializer [...]
new 323c6c5e52 [clang-format] Indent after breaking Javadoc annotated line
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/BreakableToken.cpp | 54 ++++++++++++++---
lib/Format/BreakableToken.h | 25 +++++++-
lib/Format/ContinuationIndenter.cpp | 25 +++++++-
lib/Format/Format.cpp | 7 +--
unittests/Format/FormatTestComments.cpp | 100 ++++++++++++++++++++++++++++++++
unittests/Format/FormatTestJS.cpp | 77 ++++++++++++++----------
6 files changed, 242 insertions(+), 46 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 newlib.
from 613a7f903 Fix comparison between two character arrays
new d8d18c3e8 ctype: Fix integer type for caseconv_entry::delta
new 0e5f252bc ctype: Avoid GCC note in towctrans_l.c
new 84e294dc6 Make _Static_assert() work with GCC in older C++ standards.
new 00a7ef916 sys: further adoption of SPDX licensing ID tags.
new 1736bd300 Remove lint support from system headers and MD x86 headers.
new 271e856a4 Define a new __alloc_size2 attribute to complement the exitin [...]
new a31a7bad6 FreeBSD compat. __alloc_size(), __alloc_align()
new 62a5c6b02 Add attributes to allocator functions
The 8 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:
newlib/libc/ctype/towctrans_l.c | 6 +++---
newlib/libc/include/stdlib.h | 15 ++++++++-------
newlib/libc/include/sys/cdefs.h | 28 ++++++++++------------------
3 files changed, 21 insertions(+), 28 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 906c6f2c54 Automatic date update in version.in
new 7d8a316657 Combine ,gnu.build.attributes.* sections into one .gnu.build [...]
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:
gold/ChangeLog | 5 +++++
gold/layout.cc | 1 +
ld/ChangeLog | 5 +++++
ld/scripttempl/elf.sc | 1 +
4 files changed, 12 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 36dc87133fa [libgomp, nvptx] Handle per-function max-threads-per-block [...]
new 730ba3b8371 lra: consider clobbers when selecting hard_regno to spill
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 | 6 ++++++
gcc/lra-constraints.c | 16 +++++++++++++---
2 files changed, 19 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 ef9e348db2a [NFC] Prepare GuardWidening for widening of cond branches
new ec18b801a33 [RegisterScavenger] Fix debug print
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/RegisterScavenging.cpp | 3 ++-
1 file changed, 2 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 gcc.
from ae0926b1e77 Daily bump.
new f7c08071e23 [nvptx, offloading] Determine default workers at runtime
new 306b8d14de4 [libgomp, nvptx] Calculate default dims per device
new 36dc87133fa [libgomp, nvptx] Handle per-function max-threads-per-block [...]
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:
gcc/ChangeLog | 9 +++++++
gcc/config/nvptx/nvptx.c | 9 +++----
libgomp/ChangeLog | 12 ++++++++++
libgomp/plugin/plugin-nvptx.c | 55 +++++++++++++++++++++++++++++++++++--------
4 files changed, 69 insertions(+), 16 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 newlib.
from 7e09931ad Cygwin: fpathconf: update _PC_ASYNC_IO return value
new 613a7f903 Fix comparison between two character arrays
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:
newlib/libc/unix/getut.c | 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 a3ba348aee Revert r337456: [CodeGen] Disable aggressive structor optimi [...]
new 884df2d15b PR38355 Prevent infinite recursion when checking initializer [...]
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/Sema/SemaInit.cpp | 3 ++-
test/SemaCXX/warn-dangling-local.cpp | 6 ++++++
2 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.