This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 95f18d43d2b Fix liveness analysis in lra for spilled-into hard regs
new a70ee4f5c4e Tighten use of HARD_FRAME_POINTER_REGNUM in alias.c (PR 84538)
new bfb5a4bacc5 2018-03-01 Richard Sandiford <richard.sandiford(a)linaro.org>
new 941e308d366 Fix PR number in changelog entry
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 | 8 ++++++++
gcc/alias.c | 18 +++++++++++++++++-
gcc/testsuite/ChangeLog | 11 +++++++++++
.../execute/960419-2.c => gcc.dg/torture/pr84528.c} | 3 +++
4 files changed, 39 insertions(+), 1 deletion(-)
copy gcc/testsuite/{gcc.c-torture/execute/960419-2.c => gcc.dg/torture/pr84528.c} (62%)
--
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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from 050700df Install gmp/mpc/mpfr to destdir again.
new 3e26e195 abe.sh: Add support for gdbserver=XXX
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:
abe.sh | 7 +++++--
1 file changed, 5 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 compiler-rt.
from cb51fdb0a [profile] Test the exported symbol set for empty programs
new 9008dc9a4 [PATCH] [compiler-rt, RISCV] Support builtins for RISC-V
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:
cmake/Modules/CompilerRTUtils.cmake | 9 +++
cmake/base-config-ix.cmake | 4 ++
cmake/builtin-config-ix.cmake | 4 +-
cmake/config-ix.cmake | 2 +
lib/builtins/CMakeLists.txt | 6 ++
lib/builtins/int_types.h | 2 +-
lib/builtins/riscv/mulsi3.S | 28 ++++++++
test/builtins/CMakeLists.txt | 5 ++
test/builtins/Unit/riscv/mulsi3_test.c | 119 +++++++++++++++++++++++++++++++++
9 files changed, 177 insertions(+), 2 deletions(-)
create mode 100644 lib/builtins/riscv/mulsi3.S
create mode 100644 test/builtins/Unit/riscv/mulsi3_test.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 e2bcf6a855 Fix i386 fenv_private.h float128 for 32-bit --with-fpmath=ss [...]
new bd60ce8652 nptl: Move pthread_atfork to libc_nonshared.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:
ChangeLog | 15 +++++++++++++++
nptl/Makefile | 19 ++++++-------------
nptl/pthread_atfork.c | 2 +-
sysdeps/nptl/Makeconfig | 3 +--
4 files changed, 23 insertions(+), 16 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 f6b7996bf6 Remove redundant casts. NFC
new e845f69184 Function definition may have uninstantiated body
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/AST/Decl.h | 35 ++++++++++++++------
lib/Sema/SemaDecl.cpp | 31 +++++++++++++++--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 57 ++++++++++----------------------
test/SemaCXX/friend2.cpp | 28 ++++++++++++++++
4 files changed, 100 insertions(+), 51 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 0cd046c5f10 [X86] Stop passing two arguments by reference. NFC
new 1eba8752d75 [SCEV] Smart range calculation for SCEVUnknown Phis
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/Analysis/ScalarEvolution.h | 3 +
lib/Analysis/ScalarEvolution.cpp | 21 +++++++
test/Analysis/ScalarEvolution/unknown_phis.ll | 54 ++++++++++++++++++
test/Transforms/IRCE/single-access-no-preloop.ll | 66 ++++++++++++++++++++++
.../LoopVectorize/X86/consecutive-ptr-cg-bug.ll | 46 ++++++++++++++-
5 files changed, 187 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/unknown_phis.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 8c1abc4ccbe [Support] Fix comments for handleAllErrors: it calls llvm_u [...]
new 0cd046c5f10 [X86] Stop passing two arguments by reference. 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:
lib/Target/X86/X86InstrInfo.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 gcc.
from 94dcb1c88ec Daily bump.
new 95f18d43d2b Fix liveness analysis in lra for spilled-into hard regs
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 | 12 ++++++++++++
gcc/lra-int.h | 2 ++
gcc/lra-lives.c | 28 ++++++++++++++++++++++++++--
gcc/lra-spills.c | 2 ++
gcc/lra.c | 3 +++
5 files changed, 45 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.