This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from c10c9a5efe NEWS: List the languages which use the alternative months.
new ced64e014c Update contributions in the manual
new 673e230560 stdlib: Fixing test-*atexit*-race tests on ia64
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:
ChangeLog | 11 +++++++++++
manual/contrib.texi | 18 ++++++++++++++----
stdlib/test-atexit-race-common.c | 5 ++++-
3 files changed, 29 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 llvm.
from 35768cbbc64 [mips] Include EVA instructions in Std2MicroMips mapping tables
new b13e6ff1af6 Revert commit rL323951
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:
.../InstCombine/InstructionCombining.cpp | 8 +-
.../Transforms/InstCombine/2010-11-01-lshr-mask.ll | 9 +-
test/Transforms/InstCombine/and-narrow.ll | 180 ++++++++++++---------
test/Transforms/InstCombine/select-bitext.ll | 5 +-
test/Transforms/InstCombine/should-change-type.ll | 57 -------
5 files changed, 117 insertions(+), 142 deletions(-)
delete mode 100644 test/Transforms/InstCombine/should-change-type.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-tools-extra.
from 47cb0b61 [clangd] Fix URI scheme conflict and an unused variable warni [...]
new a56a9a1a [clangd] remove the unused code 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:
unittests/clangd/SymbolCollectorTests.cpp | 3 ---
1 file changed, 3 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 gcc.
from e8ca5a2651d [AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
new 11b3ff746a0 2018-02-01 Richard Biener <rguenther(a)suse.de>
new 007246f7572 [PR83370][AARCH64]Use tighter register constraint for sibca [...]
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:
gcc/ChangeLog | 24 +++++++++++++++++
gcc/config/aarch64/aarch64.c | 6 ++---
gcc/config/aarch64/aarch64.h | 6 ++---
gcc/config/aarch64/constraints.md | 4 +--
gcc/domwalk.c | 41 ++++++++++++++++++++++++++----
gcc/domwalk.h | 9 ++++---
gcc/testsuite/ChangeLog | 9 +++++++
gcc/testsuite/gcc.dg/graphite/pr35356-1.c | 2 +-
gcc/testsuite/gcc.target/aarch64/pr83370.c | 22 ++++++++++++++++
gcc/tree-into-ssa.c | 8 +++---
10 files changed, 111 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr83370.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 f4bc83c250d [AArch64][NFC] Make all ProcResource definitions include th [...]
new 35768cbbc64 [mips] Include EVA instructions in Std2MicroMips mapping tables
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/Mips/MicroMipsInstrFormats.td | 2 +-
lib/Target/Mips/MicroMipsInstrInfo.td | 28 ++--
lib/Target/Mips/MipsEVAInstrInfo.td | 29 +++--
lib/Target/Mips/MipsInstrInfo.td | 2 +
test/CodeGen/Mips/micromips-eva.mir | 213 +++++++++++++++++++++++++++++++
5 files changed, 251 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/Mips/micromips-eva.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-tools-extra.
from 90f45914 [clangd] Use pthread instead of thread_local to support more [...]
new 47cb0b61 [clangd] Fix URI scheme conflict and an unused variable warni [...]
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:
clangd/ClangdLSPServer.cpp | 3 ++-
unittests/clangd/URITests.cpp | 4 ++--
2 files changed, 4 insertions(+), 3 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 835a31e2ef [DebugInfo] Enable debug information for C99 VLA types
new 294a4f68ff Reverting patch rL323952 due to build errors that I haven't [...]
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/CGBlocks.cpp | 4 +-
lib/CodeGen/CGDebugInfo.cpp | 41 +++++------
lib/CodeGen/CGDebugInfo.h | 24 ++-----
lib/CodeGen/CGDecl.cpp | 82 ++++------------------
lib/CodeGen/CGExpr.cpp | 6 +-
lib/CodeGen/CGExprScalar.cpp | 22 +++---
lib/CodeGen/CGOpenMPRuntime.cpp | 2 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 2 +-
lib/CodeGen/CGStmtOpenMP.cpp | 7 +-
lib/CodeGen/CodeGenFunction.cpp | 33 +++------
lib/CodeGen/CodeGenFunction.h | 27 +------
test/CodeGen/debug-info-vla.c | 8 +--
test/CodeGenCXX/debug-info-vla.cpp | 4 +-
test/CodeGenCXX/vla-consruct.cpp | 4 --
test/CodeGenObjC/arc.m | 8 ---
test/OpenMP/target_codegen.cpp | 1 -
test/OpenMP/target_parallel_codegen.cpp | 1 -
test/OpenMP/target_parallel_for_codegen.cpp | 1 -
test/OpenMP/target_parallel_for_simd_codegen.cpp | 1 -
test/OpenMP/target_simd_codegen.cpp | 1 -
test/OpenMP/target_teams_codegen.cpp | 1 -
test/OpenMP/target_teams_distribute_codegen.cpp | 1 -
.../target_teams_distribute_simd_codegen.cpp | 1 -
23 files changed, 75 insertions(+), 207 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 newlib.
from 1658a5771 epiphany: Additional setjmp() and longjmp() syms
new b8272e3b8 Fix vprintf and vfscanf for GCC PR 14577
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:
newlib/libc/stdio/nano-vfprintf.c | 29 +++++++++++------------------
newlib/libc/stdio/nano-vfscanf.c | 28 +++++++++++++---------------
2 files changed, 24 insertions(+), 33 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 0d1ee416a9f [ARM] Add support for unpredictable MVN instructions.
new f4bc83c250d [AArch64][NFC] Make all ProcResource definitions include th [...]
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/AArch64/AArch64SchedExynosM1.td | 14 +++----
lib/Target/AArch64/AArch64SchedExynosM3.td | 56 +++++++++++++-------------
lib/Target/AArch64/AArch64SchedThunderX2T99.td | 7 +---
3 files changed, 35 insertions(+), 42 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 gcc-7-branch
in repository gcc.
from 72d193cd73a Guard against incomplete AVX512F support in Solaris as
new 063dbbf3228 2018-02-01 Richard Biener <rguenther(a)suse.de>
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 | 8 ++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr82795.c | 23 +++++++++++++++++++++++
gcc/tree-if-conv.c | 5 +----
4 files changed, 40 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr82795.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.