This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 22c2b4f31 Set DF_TEXTREL to executables that need text relocations.
new 627f39f34 Rename a test file and fix indentation.
new f3ee86a76 Accept both `--foo bar` and `--foo=bar` styles options.
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:
ELF/Driver.cpp | 2 +-
ELF/Options.td | 28 +++++++++++-------------
test/ELF/Inputs/{ztext-text-notext.s => ztext.s} | 0
test/ELF/auxiliary.s | 2 ++
test/ELF/pack-dyn-relocs.s | 2 +-
test/ELF/sectionstart.s | 2 +-
test/ELF/symbol-ordering-file.s | 2 ++
test/ELF/{ztext-text-notext.s => ztext.s} | 24 ++++++++++----------
8 files changed, 32 insertions(+), 30 deletions(-)
rename test/ELF/Inputs/{ztext-text-notext.s => ztext.s} (100%)
rename test/ELF/{ztext-text-notext.s => ztext.s} (66%)
--
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 dc3928fc7 Cygwin: convert sun_name_t into class
new b7520b14d Add global stdio streams support for reent small.
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/include/sys/reent.h | 45 ++++++++++++++++++++++++++++++++++++++---
newlib/libc/stdio/findfp.c | 16 ++++++++++-----
newlib/libc/stdio/local.h | 6 +++---
3 files changed, 56 insertions(+), 11 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 5af2fadb044 [DAGCombiner] When combining zero_extend of a truncate, onl [...]
new 5bd1ce0c5d6 [InstCombine] allow fmul fold with less than 'fast'
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:
.../InstCombine/InstCombineMulDivRem.cpp | 2 +-
test/Transforms/InstCombine/fmul.ll | 24 ++++++++++++----------
2 files changed, 14 insertions(+), 12 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 9ca28430d Don't ingoned --enable-new-dtags.
new 22c2b4f31 Set DF_TEXTREL to executables that need text relocations.
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/SyntheticSections.cpp | 2 ++
test/ELF/ztext-text-notext.s | 8 ++++++--
2 files changed, 8 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 549e9c4598 [Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLS
new cee2c25d2e [NFC] Move CommentOpts checks to the call sites that depend on it.
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/AST/ASTContext.h | 2 +-
include/clang/AST/RawCommentList.h | 23 ++++++-----------------
lib/AST/ASTContext.cpp | 12 +++++++-----
lib/AST/RawCommentList.cpp | 17 +++++++++--------
lib/Sema/Sema.cpp | 3 +--
lib/Serialization/ASTReader.cpp | 3 +--
6 files changed, 25 insertions(+), 35 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 7ebb6d0e161 [PR c++/84434] ICE with deduction guide
new 7dffa847590 PR c++/84582 * semantics.c (force_paren_expr): Create a P [...]
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/cp/ChangeLog | 11 +++++++++++
gcc/cp/semantics.c | 12 ++++++++----
gcc/cp/tree.c | 1 +
gcc/cp/typeck2.c | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/cpp1y/auto-fn15.C | 3 +++
gcc/testsuite/g++.dg/cpp1z/static1.C | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/template/static37.C | 18 ++++++++++++++++++
8 files changed, 69 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/static1.C
create mode 100644 gcc/testsuite/g++.dg/template/static37.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 b755ca31087 [X86][MMX] Improve handling of 64-bit MMX constants
new 5af2fadb044 [DAGCombiner] When combining zero_extend of a truncate, onl [...]
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 | 2 +-
test/CodeGen/AArch64/arm64-aapcs.ll | 12 +--
test/CodeGen/AArch64/arm64-arith.ll | 3 +-
test/CodeGen/AArch64/bitfield.ll | 4 +-
test/CodeGen/NVPTX/param-load-store.ll | 6 +-
test/CodeGen/PowerPC/vec_extract_p9_2.ll | 8 +-
test/CodeGen/SystemZ/insert-05.ll | 4 +-
test/CodeGen/X86/3addr-or.ll | 1 +
test/CodeGen/X86/avx512cd-intrinsics-upgrade.ll | 1 +
test/CodeGen/X86/avx512cdvl-intrinsics-upgrade.ll | 2 +
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 90 ++++++++---------------
test/CodeGen/X86/memset-nonzero.ll | 4 +
test/CodeGen/X86/pr27591.ll | 2 +-
test/CodeGen/X86/pr35763.ll | 8 +-
test/CodeGen/X86/sext-i1.ll | 5 +-
test/CodeGen/X86/swift-return.ll | 8 +-
test/DebugInfo/X86/sdag-combine.ll | 2 +-
17 files changed, 70 insertions(+), 92 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 c5a680a5cc6 [SelectionDAG] Support some SimplifySetCC cases for compari [...]
new b755ca31087 [X86][MMX] Improve handling of 64-bit MMX constants
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/X86/X86ISelLowering.cpp | 17 +++++++++++------
lib/Target/X86/X86MCInstLower.cpp | 18 ++++++++++++++++++
test/CodeGen/X86/fast-isel-bc.ll | 17 ++---------------
test/CodeGen/X86/vector-shuffle-mmx.ll | 11 ++---------
4 files changed, 33 insertions(+), 30 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 022231bce0 [www] Capitalize "Clang" when referring to the project, and [...]
new a5a02bcb34 [modules] Don't diagnose "redefinition" of a friend with a p [...]
new 549e9c4598 [Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLS
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:
include/clang/Driver/Options.td | 2 +-
include/clang/Frontend/CodeGenOptions.def | 3 +-
lib/CodeGen/BackendUtil.cpp | 1 +
lib/Driver/ToolChains/Clang.cpp | 10 ++---
lib/Frontend/CompilerInvocation.cpp | 8 +++-
lib/Sema/SemaDecl.cpp | 9 +++++
test/Driver/emulated-tls.cpp | 47 +++++++++++++++++++---
...ing-decl-friend-2.cpp => friend-definition.cpp} | 26 ++++++------
8 files changed, 76 insertions(+), 30 deletions(-)
copy test/Modules/{using-decl-friend-2.cpp => friend-definition.cpp} (55%)
--
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 0f0154e45 [MinGW] Fix --{start,end}-group.
new 9ca28430d Don't ingoned --enable-new-dtags.
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/Driver.cpp | 3 ++-
test/ELF/new-dtags.test | 6 +++++-
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.