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 ff34e6ae38 Fix is_amd64_regs_target check in i386-avx512.exp
new a0389de085 Fix typo setting user_specified variable when parsing -Z option.
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:
gprof/ChangeLog | 6 ++++++
gprof/gprof.c | 2 +-
2 files changed, 7 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 clang.
from 1eed50e727 [OPENMP] Simplify code, NFC.
new 7c75ccfed6 [Basic] Update clang tests (really testing sys::fs) that bro [...]
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/Basic/VirtualFileSystemTest.cpp | 76 ++++++++++---------------------
1 file changed, 25 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 binutils-gdb.
from 6bb8890e2c Add aarch64-sighandler-regs.exp test
new ff34e6ae38 Fix is_amd64_regs_target check in i386-avx512.exp
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.arch/i386-avx512.exp | 4 ++--
2 files changed, 7 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 gcc.
from 4b4c309c5dd gcc/ChangeLog:
new 44eaad0165f Update, forgot to put the PR number in the Change Log.
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 | 1 +
gcc/testsuite/ChangeLog | 1 +
2 files changed, 2 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 86db51c5775 * doc/xml/manual/allocator.xml: Adjust link to "Reconsider [...]
new 4b4c309c5dd gcc/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 | 22 +++
gcc/config/rs6000/rs6000-builtin.def | 24 +++
gcc/config/rs6000/rs6000.c | 176 +++++++++++++++++++
gcc/config/rs6000/rs6000.md | 175 ++++++++++++++++++-
gcc/doc/extend.texi | 38 ++++-
gcc/testsuite/ChangeLog | 8 +
.../gcc.target/powerpc/test_fpscr_drn_builtin.c | 117 +++++++++++++
.../powerpc/test_fpscr_drn_builtin_error.c | 18 ++
.../gcc.target/powerpc/test_fpscr_rn_builtin.c | 190 +++++++++++++++++++++
.../powerpc/test_fpscr_rn_builtin_error.c | 22 +++
gcc/testsuite/gcc.target/powerpc/test_mffsl.c | 34 ++++
11 files changed, 822 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/test_fpscr_drn_builtin.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/test_fpscr_drn_builtin_error.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/test_fpscr_rn_builtin.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/test_fpscr_rn_builtin_error.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/test_mffsl.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 gcc.
from d1702320d26 Regenerate libstdc++ HTML pages
new 86db51c5775 * doc/xml/manual/allocator.xml: Adjust link to "Reconsider [...]
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 | 5 +++++
libstdc++-v3/doc/xml/manual/allocator.xml | 2 +-
2 files changed, 6 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 b4f7a97945b [mips] Generate tests expectations using update_llc_test_ch [...]
new 6b99c7f259d [InstCombine] Handle vector compares in foldGEPIcmp(), take 2
new 9a604d610c6 [X86] Remove unnecessary BTmi/BTmr scheduler overrides
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/X86/X86SchedBroadwell.td | 7 ----
lib/Target/X86/X86SchedHaswell.td | 18 +--------
lib/Target/X86/X86SchedSandyBridge.td | 11 +-----
lib/Target/X86/X86SchedSkylakeClient.td | 7 ----
lib/Target/X86/X86SchedSkylakeServer.td | 7 ----
lib/Target/X86/X86ScheduleAtom.td | 11 +++---
lib/Target/X86/X86ScheduleZnver1.td | 4 --
lib/Transforms/InstCombine/InstCombineCompares.cpp | 3 +-
test/Transforms/InstCombine/pr38984.ll | 44 +++++++++++++++-------
9 files changed, 41 insertions(+), 71 deletions(-)
mode change 100755 => 100644 lib/Target/X86/X86SchedBroadwell.td
mode change 100755 => 100644 lib/Target/X86/X86SchedSkylakeServer.td
--
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 0b13e127297 [InstCombine] add more insert-extract tests for D52439; NFC
new f7cc35b1ce4 [InstCombine] try to convert vector insert+extract to trunc [...]
new a1b6ce1b110 [X86][Btver2] Fix BTmr schedule uop counts
new b4f7a97945b [mips] Generate tests expectations using update_llc_test_ch [...]
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/X86/X86ScheduleBtVer2.td | 2 +-
.../InstCombine/InstCombineVectorOps.cpp | 48 +-
test/CodeGen/Mips/llvm-ir/sdiv.ll | 627 ++++++++++++++-----
test/CodeGen/Mips/llvm-ir/srem.ll | 619 +++++++++++++-----
test/CodeGen/Mips/llvm-ir/udiv.ll | 527 ++++++++++++----
test/CodeGen/Mips/llvm-ir/urem.ll | 690 +++++++++++++++------
test/Transforms/InstCombine/extractelement.ll | 86 ++-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 6 +-
8 files changed, 1970 insertions(+), 635 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 3c5a31d052 [Preprocessor] Fix a crash when handling non-alpha include header.
new 1eed50e727 [OPENMP] Simplify 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:
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 2 --
1 file changed, 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 clang.
from 039345a171 [OPENMP] Fix enum identifier, NFC.
new 3c5a31d052 [Preprocessor] Fix a crash when handling non-alpha include header.
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/Lex/PPDirectives.cpp | 17 ++++++++++-------
test/Preprocessor/include-nonalpha-no-crash.c | 3 +++
2 files changed, 13 insertions(+), 7 deletions(-)
create mode 100644 test/Preprocessor/include-nonalpha-no-crash.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.