This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a0d83d520ea AMDGPU: Custom lower fexp
new 550dfae3742 Revert "unittests: Don't install TestPlugin.so"
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:
unittests/Passes/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 gcc.
from d64ff962bc0 Avoid deprecation warning with -Wsystem-headers
new a738e97cd45 Allow larger copies when not slow_unaligned_access and no padding.
new 6564acaf464 -Wmisleading-indentation: fix ICE in get_visual_column (PR [...]
new b899a13f022 Fix warning with -Wsign-compare -Wsystem-headers
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:
gcc/ChangeLog | 4 +
gcc/c-family/ChangeLog | 23 +++
gcc/c-family/c-common.c | 1 +
gcc/c-family/c-common.h | 1 +
gcc/c-family/c-indentation.c | 192 +++++++++++++++++++--
gcc/expr.c | 21 +++
gcc/testsuite/ChangeLog | 5 +
.../c-c++-common/Wmisleading-indentation-pr70693.c | 12 ++
libstdc++-v3/ChangeLog | 3 +
libstdc++-v3/include/tr1/legendre_function.tcc | 2 +-
10 files changed, 249 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wmisleading-indentation-pr70693.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 3b2cfd19a0d [TargetLowering] Refactor BuildSDIV in preparation for D507 [...]
new 25358c8f56e [NFC] Fix typo in test cases
new b35922e680c [X86][SSE] Add sdiv by nonuniform constant vector test cont [...]
new a0d83d520ea AMDGPU: Custom lower fexp
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:
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 32 ++++
lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 2 +
test/CodeGen/AMDGPU/fexp.ll | 307 +++++++++++++++++++++++++++++++
test/CodeGen/X86/combine-sdiv.ll | 125 +++++++++++++
test/Transforms/InstCombine/pow-1.ll | 6 +-
test/Transforms/InstCombine/pow-sqrt.ll | 1 -
7 files changed, 471 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/fexp.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 gcc.
from 2bf45a0ac7d Remove rtl.texi references to old RTX code class names
new d64ff962bc0 Avoid deprecation warning with -Wsystem-headers
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:
libstdc++-v3/ChangeLog | 3 +++
libstdc++-v3/include/std/ostream | 3 +++
2 files changed, 6 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-good
in repository toolchain/llvm/llvm.
from fd8c4124545 [MC][X86] Enhance X86 Register expression handling to more [...]
adds 3c6e3abc6cf [MC] Remove unused variable
adds 8c9b074b573 unittests: Don't install TestPlugin.so
adds 3b2cfd19a0d [TargetLowering] Refactor BuildSDIV in preparation for D507 [...]
No new revisions were added by this update.
Summary of changes:
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 60 +++++++++++++++++------------
lib/MC/MCParser/AsmParser.cpp | 1 -
unittests/Passes/CMakeLists.txt | 2 +-
3 files changed, 37 insertions(+), 26 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel
in repository toolchain/jenkins-scripts.
discards 367f8d7 tcwg-rr-llvm-kernel.sh: New job script.
new 5ea2f20 tcwg-rr-llvm-kernel.sh: New job script.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (367f8d7)
\
N -- N -- N refs/heads/llvm-kernel (5ea2f20)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-llvm-kernel.sh | 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from fd8c4124545 [MC][X86] Enhance X86 Register expression handling to more [...]
adds 3c6e3abc6cf [MC] Remove unused variable
adds 8c9b074b573 unittests: Don't install TestPlugin.so
adds 3b2cfd19a0d [TargetLowering] Refactor BuildSDIV in preparation for D507 [...]
No new revisions were added by this update.
Summary of changes:
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 60 +++++++++++++++++------------
lib/MC/MCParser/AsmParser.cpp | 1 -
unittests/Passes/CMakeLists.txt | 2 +-
3 files changed, 37 insertions(+), 26 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 fd8c4124545 [MC][X86] Enhance X86 Register expression handling to more [...]
new 3c6e3abc6cf [MC] Remove unused variable
new 8c9b074b573 unittests: Don't install TestPlugin.so
new 3b2cfd19a0d [TargetLowering] Refactor BuildSDIV in preparation for D507 [...]
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:
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 60 +++++++++++++++++------------
lib/MC/MCParser/AsmParser.cpp | 1 -
unittests/Passes/CMakeLists.txt | 2 +-
3 files changed, 37 insertions(+), 26 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 libunwind.
from eb3e070 [libunwind][mips] Include gcc_s for linkage
new bd4a414 NFC: Test commit access
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/README.txt | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.