This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2e32597dd0a [PR c++/85008] ICE looking for clone
new 241b4ad0bd1 PR c++/84961 * cp-tree.h (genericize_compound_lvalue): De [...]
new 6187b750b67 PR tree-optimization/84982 * gimple-ssa-store-merging.c ( [...]
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:
gcc/ChangeLog | 7 ++++++
gcc/cp/ChangeLog | 11 ++++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/semantics.c | 35 ++++++++++++++++++++++++--
gcc/cp/typeck.c | 43 ++++++++++++++++----------------
gcc/gimple-ssa-store-merging.c | 41 +++++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 11 ++++++++
gcc/testsuite/c-c++-common/pr43690.c | 4 +--
gcc/testsuite/c-c++-common/pr84982.c | 38 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr84961-1.C | 24 ++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr84961-2.C | 24 ++++++++++++++++++
11 files changed, 211 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr84982.c
create mode 100644 gcc/testsuite/g++.dg/torture/pr84961-1.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr84961-2.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 dbce663d7fc typo
new 6790638696e [TableGen] Hoist the code for copying InstRWs from an old s [...]
new 36cdb40ffa9 [llvm-objcopy] Implement support for section groups
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:
test/tools/llvm-objcopy/Inputs/groups.o | Bin 0 -> 5368 bytes
test/tools/llvm-objcopy/group-big-endian.test | 56 +++++++++++++
test/tools/llvm-objcopy/group-unchanged.test | 56 +++++++++++++
test/tools/llvm-objcopy/group.test | 56 +++++++++++++
test/tools/llvm-objcopy/strip-dwo-groups.test | 40 ++++++++++
tools/llvm-objcopy/Object.cpp | 109 ++++++++++++++++++++------
tools/llvm-objcopy/Object.h | 73 ++++++++++++-----
utils/TableGen/CodeGenSchedule.cpp | 24 +++---
8 files changed, 357 insertions(+), 57 deletions(-)
create mode 100644 test/tools/llvm-objcopy/Inputs/groups.o
create mode 100644 test/tools/llvm-objcopy/group-big-endian.test
create mode 100644 test/tools/llvm-objcopy/group-unchanged.test
create mode 100644 test/tools/llvm-objcopy/group.test
create mode 100644 test/tools/llvm-objcopy/strip-dwo-groups.test
--
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 ce29f8439f S390: Make IPA recognize tdescs with guarded storage
new b1202ffa53 DT_FLAGS_1: Add Solaris bits
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/readelf.c | 15 +++++++++++++++
include/ChangeLog | 6 ++++++
include/elf/common.h | 3 +++
4 files changed, 29 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 llvm.
from d7ca916c7c7 Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into [...]
new bbe1a9edde0 [X86] Rewrite getOperandBias in X86BaseInfo.h to be a littl [...]
new 788fc6f75e6 [TableGen] Use count_if instead of a manual loop. NFC
new e2cd723d4e9 [TableGen] Use range-based for loops. NFC
new cbb421beaa9 [TableGen] Remove unnecessary map lookup and shadowing of a [...]
new 3e65cc15a0e [InstSimplify] fp_binop X, NaN --> NaN
new dbce663d7fc typo
The 6 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/Analysis/InstructionSimplify.cpp | 42 ++++++++++++++++------
lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 56 +++++++++++++++++------------
test/CodeGen/AMDGPU/imm.ll | 21 +++++------
test/Transforms/InstSimplify/fp-nan.ll | 60 +++++++++++--------------------
tools/dsymutil/DwarfLinker.cpp | 2 +-
utils/TableGen/CodeGenSchedule.cpp | 31 ++++++++--------
6 files changed, 109 insertions(+), 103 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 9ecbb6eaf0e PR 84615 Regressions due to type mismatch with character functions
new 2e32597dd0a [PR c++/85008] ICE looking for clone
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 | 6 ++++++
gcc/cp/decl2.c | 2 +-
gcc/cp/tree.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr85008.C | 8 ++++++++
5 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr85008.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 63f2cc2aa90 [SLP] Add test case for a gather sequence with multiple uses
new d7ca916c7c7 Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into [...]
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/Analysis/ObjectUtils.h | 42 -----------------------------------
include/llvm/IR/GlobalValue.h | 7 ++++++
include/llvm/LTO/LTO.h | 1 -
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 3 +--
lib/IR/Globals.cpp | 18 +++++++++++++++
lib/LTO/LTOModule.cpp | 3 +--
lib/Object/IRSymtab.cpp | 3 +--
7 files changed, 28 insertions(+), 49 deletions(-)
delete mode 100644 include/llvm/Analysis/ObjectUtils.h
--
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 440ae10990 [Fuchsia] Don't install libc++, libc++abi or libunwind on Darwin
new f353d86deb [Builtins] Overload __builtin_operator_new/delete to allow f [...]
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/Builtins.def | 4 +-
include/clang/Basic/DiagnosticSemaKinds.td | 5 +
include/clang/Sema/Sema.h | 2 +
lib/CodeGen/CGBuiltin.cpp | 9 +-
lib/CodeGen/CGExprCXX.cpp | 8 +-
lib/CodeGen/CodeGenFunction.h | 2 +-
lib/Lex/PPMacroExpansion.cpp | 15 ++-
lib/Sema/SemaChecking.cpp | 22 ++--
lib/Sema/SemaExprCXX.cpp | 125 ++++++++++++++++++-
test/CodeGenCXX/builtin-operator-new-delete.cpp | 71 +++++++++++
test/SemaCXX/builtin-operator-new-delete.cpp | 153 ++++++++++++++++++++++++
11 files changed, 386 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGenCXX/builtin-operator-new-delete.cpp
create mode 100644 test/SemaCXX/builtin-operator-new-delete.cpp
--
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 66677152d05 [InstrProf] Support for external functions in text format.
new 63f2cc2aa90 [SLP] Add test case for a gather sequence with multiple uses
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:
.../SLPVectorizer/AArch64/gather-cost.ll | 66 ++++++++++++++++++++++
1 file changed, 66 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/AArch64/gather-cost.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 llvm.
from 6d18d80e29a Ensure that DataTypes.h is installed now that it's moved to llvm-c
new 66677152d05 [InstrProf] Support for external functions in text format.
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/ProfileData/InstrProf.h | 45 ++++++++++++++++++-----
include/llvm/ProfileData/InstrProfReader.h | 2 +-
lib/ProfileData/InstrProf.cpp | 3 +-
lib/ProfileData/InstrProfReader.cpp | 29 ++++++++-------
lib/ProfileData/InstrProfWriter.cpp | 4 +--
test/tools/llvm-profdata/invalid-profdata.test | 50 ++++++++++++++++++++++++++
unittests/ProfileData/InstrProfTest.cpp | 3 --
7 files changed, 105 insertions(+), 31 deletions(-)
create mode 100644 test/tools/llvm-profdata/invalid-profdata.test
--
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 75b2e051 [clang-tidy] Marking hicpp-no-assembler-msvc unsupported on Windows
new 96f0a4e6 Reland "[lit] Adding config initialization to lit tests in cl [...]
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/lit.site.cfg.in | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.