This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 88526ee microMIPS/GCC: Fix PIC call relaxation
new d0e88fb Fix tuple decomposition decltype.
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 | 7 +++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 18 ++++++++++++++++++
gcc/cp/semantics.c | 2 +-
gcc/testsuite/g++.dg/cpp1z/decomp17.C | 15 +++++++++++++++
gcc/tree.h | 3 +--
6 files changed, 43 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp17.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 test-suite.
from a6673d4 Sort the files generated by SPEC benchmarks
new ebbc347 cmake: Do not pass -Wl,no-pie on aarch64 builds
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:
CMakeLists.txt | 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-tools-extra.
from 236050c [change-namespace] handle constructor initializer: Derived : [...]
new 4ca00f8 [clang-tidy] Fix identifier naming for initializer list membe [...]
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:
clang-tidy/readability/IdentifierNamingCheck.cpp | 9 +++++++
test/clang-tidy/readability-identifier-naming.cpp | 33 +++++++++++++++++++++++
2 files changed, 42 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 lld.
from e23f783 [ELF] Don't replace path separators on *NIX.
new 849df1c [ELF][MIPS] Add MipsGotSection to handle MIPS GOT
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/InputSection.cpp | 14 +++--
ELF/Relocations.cpp | 54 ++++++++--------
ELF/Relocations.h | 1 +
ELF/SyntheticSections.cpp | 156 ++++++++++++++++++++++++++++------------------
ELF/SyntheticSections.h | 40 +++++++++---
ELF/Target.cpp | 2 +-
ELF/Writer.cpp | 43 ++++++++-----
7 files changed, 187 insertions(+), 123 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 089d09f PR bootstrap/72823 * configure.ac (ENABLE_ASSERT_CHECKING): [...]
new 88526ee microMIPS/GCC: Fix PIC call relaxation
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/config/mips/mips.c | 9 ++----
gcc/testsuite/ChangeLog | 18 +++++++++++
gcc/testsuite/gcc.target/mips/call-1.c | 8 ++---
gcc/testsuite/gcc.target/mips/call-1u.c | 51 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/mips/call-2.c | 4 +--
gcc/testsuite/gcc.target/mips/call-2u.c | 13 ++++++++
gcc/testsuite/gcc.target/mips/call-3.c | 4 +--
gcc/testsuite/gcc.target/mips/call-3u.c | 12 ++++++++
gcc/testsuite/gcc.target/mips/call-4.c | 2 +-
gcc/testsuite/gcc.target/mips/call-4u.c | 12 ++++++++
gcc/testsuite/gcc.target/mips/call-5.c | 2 +-
gcc/testsuite/gcc.target/mips/call-5u.c | 53 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/mips/call-6.c | 2 +-
gcc/testsuite/gcc.target/mips/call-6u.c | 52 ++++++++++++++++++++++++++++++++
15 files changed, 231 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/mips/call-1u.c
create mode 100644 gcc/testsuite/gcc.target/mips/call-2u.c
create mode 100644 gcc/testsuite/gcc.target/mips/call-3u.c
create mode 100644 gcc/testsuite/gcc.target/mips/call-4u.c
create mode 100644 gcc/testsuite/gcc.target/mips/call-5u.c
create mode 100644 gcc/testsuite/gcc.target/mips/call-6u.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 4146fdb Make block placement deterministic
new 9769d9a ARM: fix CodeGen for 64-bit shifts.
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/ARMISelLowering.cpp | 48 ++++++++++++++++++++-----------
test/CodeGen/ARM/shift-i64.ll | 59 ++++++++++++++++++++++++++++++++++++++
2 files changed, 90 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/ARM/shift-i64.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 2318eb9 [InstCombine] replace unreachable with assert and remove unre [...]
new 4146fdb Make block placement deterministic
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/MachineBlockPlacement.cpp | 6 +++---
1 file changed, 3 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 1c3c35e [InstCombine] fix formatting and add FIXMEs to foldOperationI [...]
new 4fbd908 AMDGPU: Enable ConstrainCopy DAG mutation
new 2318eb9 [InstCombine] replace unreachable with assert and remove unre [...]
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:
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 3 +++
.../InstCombine/InstructionCombining.cpp | 29 +++++++---------------
test/CodeGen/AMDGPU/indirect-addressing-si.ll | 6 ++---
test/CodeGen/AMDGPU/kernel-args.ll | 26 +++++++++----------
test/CodeGen/AMDGPU/or.ll | 4 +--
test/CodeGen/AMDGPU/sad.ll | 4 +--
test/CodeGen/AMDGPU/select-vectors.ll | 6 ++---
test/CodeGen/AMDGPU/trunc.ll | 7 +++---
test/CodeGen/AMDGPU/xor.ll | 5 ++--
9 files changed, 42 insertions(+), 48 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 42fcf0e [AArch64] Handle vector types in replaceZeroVectorStore.
new 1c3c35e [InstCombine] fix formatting and add FIXMEs to foldOperationI [...]
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/InstructionCombining.cpp | 26 +++++++++++++---------
1 file changed, 15 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.