This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9be3bb9 GlobalISel: respect BooleanContents when extending i1.
new 956477d AMDGPU: Remove hasSideEffects from SI_RETURN_TO_EPILOG
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/AMDGPU/SIInstructions.td | 1 -
1 file changed, 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 fcd8b5a Use the more formal "cannot" instead of the informal "can't."
new da7a26f PR c++/79548 - missing -Wunused-variable on a typedef'd varia [...]
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-family/ChangeLog | 6 ++
gcc/c-family/c-common.c | 7 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/warn/Wunused-var-26.C | 147 +++++++++++++++++++++++++++++
4 files changed, 164 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-26.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 9c890fc SplitKit: Fix subreg copy related problems
new dc55587 AMDGPU: Rename SI_RETURN
new 9be3bb9 GlobalISel: respect BooleanContents when extending i1.
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 20 ++++++++++++++++----
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 5 +++--
lib/Target/AMDGPU/AMDGPUISelLowering.h | 13 +++++++++++--
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 6 +++++-
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 9 +++++----
lib/Target/AMDGPU/SIISelLowering.cpp | 2 +-
lib/Target/AMDGPU/SIInsertSkips.cpp | 4 ++--
lib/Target/AMDGPU/SIInsertWaits.cpp | 4 ++--
lib/Target/AMDGPU/SIInstructions.td | 5 +++--
test/CodeGen/AMDGPU/insert-waits-exp.mir | 2 +-
test/CodeGen/AMDGPU/scalar-store-cache-flush.mir | 2 +-
11 files changed, 50 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 lldb.
from bfef72d Fix build broken by StringList move.
new ab7928b Mirror CMake changes from r298412 to Xcode project
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:
lldb.xcodeproj/project.pbxproj | 8 ++++----
1 file changed, 4 insertions(+), 4 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 users/aoliva/SFN
in repository binutils-gdb.
from f07a13f non-LVU: error if .[su]leb128's operand is undefined
new 45c30a1 LVU: emit pending line info before changing segments
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:
gas/subsegs.c | 5 ++++-
1 file changed, 4 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 d706d03 AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel
new 9c890fc SplitKit: Fix subreg copy related problems
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/SplitKit.cpp | 1 -
lib/CodeGen/VirtRegMap.cpp | 4 +++-
test/CodeGen/AMDGPU/splitkit.mir | 41 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 44 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 845442e Add support for -fno-auto-profile and -fno-profile-sample-use
new a776ed1 Remove the -faltivec alias option and replace it with -maltiv [...]
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/ClangCommandLineReference.rst | 2 +-
docs/LanguageExtensions.rst | 2 +-
include/clang/Basic/DiagnosticDriverKinds.td | 2 ++
include/clang/Driver/Options.td | 10 +++---
lib/Basic/Targets.cpp | 41 ++++++++++++-----------
lib/Driver/ToolChains/Arch/PPC.cpp | 4 ---
lib/Driver/ToolChains/Clang.cpp | 28 ++++++----------
lib/Frontend/CompilerInstance.cpp | 6 ++++
lib/Frontend/CompilerInvocation.cpp | 3 --
test/CodeGen/altivec.c | 2 +-
test/CodeGen/builtins-ppc-altivec.c | 6 ++--
test/CodeGen/builtins-ppc-crypto-disabled.c | 6 ++--
test/CodeGen/builtins-ppc-crypto.c | 4 +--
test/CodeGen/builtins-ppc-error.c | 4 +--
test/CodeGen/builtins-ppc-htm.c | 2 +-
test/CodeGen/builtins-ppc-p8vector.c | 6 ++--
test/CodeGen/builtins-ppc-p9vector.c | 4 +--
test/CodeGen/builtins-ppc-quadword.c | 6 ++--
test/CodeGen/builtins-ppc-vsx.c | 4 +--
test/CodeGen/ppc64-align-struct.c | 2 +-
test/CodeGen/ppc64-vector.c | 2 +-
test/CodeGen/ppc64le-aggregates.c | 2 +-
test/Driver/ppc-features.cpp | 49 +++++++++-------------------
test/Driver/unsupported-faltivec.c | 10 ++++++
test/Headers/altivec-header.c | 6 ++--
test/Headers/altivec-intrin.c | 2 +-
test/Parser/altivec-csk-bool.c | 4 +--
test/Parser/altivec.c | 6 ++--
test/Parser/cxx-altivec.cpp | 6 ++--
test/Parser/vsx.c | 4 +--
test/Sema/altivec-init.c | 6 ++--
test/Sema/builtins-ppc.c | 4 +--
test/SemaCXX/altivec.cpp | 2 +-
test/SemaCXX/cxx-altivec.cpp | 2 +-
34 files changed, 118 insertions(+), 131 deletions(-)
create mode 100644 test/Driver/unsupported-faltivec.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 compiler-rt.
from ba802a4 [compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and [...]
new 101bbf4 Revert "[compiler-rt][asan] Turn on ASAN unittests for win64."
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/asan/CMakeLists.txt | 12 ++++++++++++
1 file 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 lld.
from 635e3de Define Config::Endianness.
new afaff6c Sort. NFC.
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/LinkerScript.cpp | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.