This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 82ba8a6 [APInt] Move the >64 bit case for flipAllBits out of line.
new 96f1d45 [AMDGPU] SISched: Update colorEndsAccordingToDependencies
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/SIMachineScheduler.cpp | 14 ++++++++++++++
1 file changed, 14 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 2a867a8 [AMDGPU] Fix SI scheduler LiveOut Refcount issue
new 82ba8a6 [APInt] Move the >64 bit case for flipAllBits out of 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:
include/llvm/ADT/APInt.h | 12 +++++++-----
lib/Support/APInt.cpp | 5 +++++
2 files changed, 12 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 compiler-rt.
from 3fbf3a4 Use pthreads for thread-local lsan allocator cache on darwin
new e7eb94b [sanitizers] Avoid using -fomit-frame-pointer on Darwin
new 83871ac [sanitizers] Upgrade ios min version to 8
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:
CMakeLists.txt | 2 +-
cmake/config-ix.cmake | 2 +-
2 files changed, 2 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 llvm.
from 2597299 [GlobalISel][AArch64] Select CBZ.
new 2a867a8 [AMDGPU] Fix SI scheduler LiveOut Refcount issue
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/SIMachineScheduler.cpp | 18 ++++++++++++++++++
lib/Target/AMDGPU/SIMachineScheduler.h | 8 ++++++++
2 files changed, 26 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 04f51c1 cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVAL [...]
new c6bfc2a gcc/testsuite/ChangeLog:
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 | 10 ++++++++
gcc/config/rs6000/rs6000-c.c | 38 +++++++++++++++++++++++-----
gcc/config/rs6000/rs6000.c | 27 ++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/powerpc/pr80103-1.c | 16 ++++++++++++
5 files changed, 90 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80103-1.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 cb5431a [AMDGPU][MC] Fix for Bug 28207 + LIT tests
new 460b732 [GlobalISel][AArch64] Use proper constant types in test. NFC.
new fb6a2d6 [GlobalISel] Add a 'getConstantVRegVal' helper.
new 2597299 [GlobalISel][AArch64] Select CBZ.
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 4 +
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 32 +++---
lib/Target/AArch64/AArch64InstructionSelector.cpp | 47 +++++++++
lib/Target/AArch64/AArch64InstructionSelector.h | 9 +-
test/CodeGen/AArch64/GlobalISel/select-cbz.mir | 108 +++++++++++++++++++++
test/CodeGen/AArch64/GlobalISel/select-xor.mir | 4 +-
6 files changed, 187 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-cbz.mir
--
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 35e8943 [ARM] Add a driver option for +no-neg-immediates
new 75f794b Look through CXXBindTemporaryExprs when checking CXXFunctionC [...]
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/SemaStmt.cpp | 10 ++++++++--
test/SemaCXX/warn-unused-value.cpp | 6 ++++++
2 files changed, 14 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 llvm.
from ab3be33 [AMDGPU] Get address space mapping by target triple environment
new c7506ed [AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as not havin [...]
new cb5431a [AMDGPU][MC] Fix for Bug 28207 + LIT tests
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/AArch64/AArch64ExpandPseudoInsts.cpp | 8 ++
lib/Target/AArch64/AArch64InstrInfo.td | 6 +-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 15 +++
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 33 ++++++
lib/Target/AMDGPU/SIInstrInfo.td | 2 +
lib/Target/AMDGPU/VOP1Instructions.td | 54 +++++++---
lib/Target/AMDGPU/VOPInstructions.td | 8 +-
test/CodeGen/AArch64/thread-pointer.ll | 60 +++++++++++
test/MC/AMDGPU/vop3-modifiers.s | 132 +++++++++++++++++++++++-
9 files changed, 298 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/AArch64/thread-pointer.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 clang.
from 10d0b66 Publish one more parser RAII for external use.
new 35e8943 [ARM] Add a driver option for +no-neg-immediates
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/Driver/Options.td | 2 ++
lib/Driver/ToolChains/Arch/AArch64.cpp | 3 +++
lib/Driver/ToolChains/Arch/ARM.cpp | 3 +++
test/Driver/arm-no-neg-immediates.c | 8 ++++++++
4 files changed, 16 insertions(+)
create mode 100644 test/Driver/arm-no-neg-immediates.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 glibc.
from b737847 [AArch64] Update libm-test-ulps
new 78c0581 Define more termios.h macros unconditionally for alpha (bug 21277).
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:
ChangeLog | 8 ++++++++
sysdeps/unix/sysv/linux/alpha/bits/termios.h | 9 +++------
2 files changed, 11 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.