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 b02c5266971 [InstCombine] Move some variable declarations into a more a [...]
adds ba88b2b9ee7 [SimplifyCFG] Replace some uses of bitwise or with logical or
No new revisions were added by this update.
Summary of changes:
lib/Transforms/Utils/SimplifyCFG.cpp | 50 ++++++++++++++++++------------------
1 file changed, 25 insertions(+), 25 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 b02c5266971 [InstCombine] Move some variable declarations into a more a [...]
new ba88b2b9ee7 [SimplifyCFG] Replace some uses of bitwise or with logical or
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/Transforms/Utils/SimplifyCFG.cpp | 50 ++++++++++++++++++------------------
1 file changed, 25 insertions(+), 25 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 lld.
from 3a3effac2 [WebAssembly] Don't compress LEBs by default
new 2b9851626 Remove unnecessary applyMask() application.
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/Arch/Hexagon.cpp | 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 lldb.
from 7d69ed847 Skip tests on Darwin for now. The build bots are not passing [...]
new eaeef3f61 [NFC] Minor update to comment
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:
source/Symbol/ClangASTContext.cpp | 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 12df467aacd [PowerPC] Add a peephole post RA to transform the inst that [...]
adds b02c5266971 [InstCombine] Move some variable declarations into a more a [...]
No new revisions were added by this update.
Summary of changes:
lib/Transforms/InstCombine/InstCombineSelect.cpp | 3 ++-
1 file changed, 2 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 12df467aacd [PowerPC] Add a peephole post RA to transform the inst that [...]
new b02c5266971 [InstCombine] Move some variable declarations into a more a [...]
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/Transforms/InstCombine/InstCombineSelect.cpp | 3 ++-
1 file changed, 2 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 glibc.
from 86a6c75a29 math: Regenerate s390 ulps
new fa78896b1f powerpc: Remove powerpc specific sinf and cosf optimization
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 | 18 +
sysdeps/powerpc/fpu/k_cosf.c | 65 ---
sysdeps/powerpc/fpu/k_sinf.c | 57 ---
sysdeps/powerpc/fpu/s_cosf.c | 70 ---
sysdeps/powerpc/fpu/s_sinf.c | 70 ---
sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 2 -
.../powerpc64/fpu/multiarch/s_cosf-power8.S | 24 -
.../powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c | 24 -
sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c | 32 --
.../powerpc64/fpu/multiarch/s_sinf-power8.S | 24 -
.../powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c | 24 -
sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c | 32 --
sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S | 509 --------------------
sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S | 520 ---------------------
14 files changed, 18 insertions(+), 1453 deletions(-)
delete mode 100644 sysdeps/powerpc/fpu/k_cosf.c
delete mode 100644 sysdeps/powerpc/fpu/k_sinf.c
delete mode 100644 sysdeps/powerpc/fpu/s_cosf.c
delete mode 100644 sysdeps/powerpc/fpu/s_sinf.c
delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S
delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c
delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c
delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S
delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c
delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c
delete mode 100644 sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S
delete mode 100644 sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S
--
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 b52e8dcdd12 [bindings/go] Add coroutine passes
new 12df467aacd [PowerPC] Add a peephole post RA to transform the inst that [...]
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/PowerPC/PPCInstrInfo.cpp | 357 ++++++++++++++++++---
lib/Target/PowerPC/PPCInstrInfo.h | 46 ++-
test/CodeGen/PowerPC/bitcasts-direct-move.ll | 8 +-
test/CodeGen/PowerPC/branch_coalesce.ll | 12 +-
test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll | 2 +-
test/CodeGen/PowerPC/float-to-int.ll | 8 +-
test/CodeGen/PowerPC/fmf-propagation.ll | 36 +--
.../PowerPC/fp128-bitcast-after-operation.ll | 15 +-
test/CodeGen/PowerPC/i64-to-float.ll | 8 +-
test/CodeGen/PowerPC/lxv-aligned-stack-slots.ll | 2 +-
test/CodeGen/PowerPC/mcm-12.ll | 3 +-
test/CodeGen/PowerPC/mcm-4.ll | 3 +-
test/CodeGen/PowerPC/ppc64-align-long-double.ll | 6 +-
test/CodeGen/PowerPC/ppc64le-smallarg.ll | 6 +-
test/CodeGen/PowerPC/pr25157-peephole.ll | 2 +-
test/CodeGen/PowerPC/pr25157.ll | 2 +-
test/CodeGen/PowerPC/scalar_vector_test_1.ll | 12 +-
test/CodeGen/PowerPC/select_const.ll | 6 +-
test/CodeGen/PowerPC/toc-float.ll | 81 +++--
test/CodeGen/PowerPC/vsx_scalar_ld_st.ll | 4 +-
20 files changed, 462 insertions(+), 157 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 binutils-gdb.
from 865dcc8a4d Don't init array at run time
new c44deb735e Fix formatting in solib-svr4.c
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:
gdb/ChangeLog | 4 ++++
gdb/solib-svr4.c | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.