This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1766212247a [IPSCCP] Change dead blocks to unreachable after visiting a [...]
new 2f2d460c914 [llvm-mca] Remove unused header files and correctly guard s [...]
new 823657d43f9 [X86] Just use ArrayRef instead of SmallVectorImpl in a few [...]
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/X86ISelLowering.cpp | 8 ++++----
tools/llvm-mca/Instruction.h | 4 ++++
tools/llvm-mca/LSUnit.cpp | 3 +++
tools/llvm-mca/LSUnit.h | 5 +----
tools/llvm-mca/RegisterFile.cpp | 3 +++
tools/llvm-mca/RetireControlUnit.cpp | 3 +++
tools/llvm-mca/RetireControlUnit.h | 2 --
tools/llvm-mca/Scheduler.cpp | 7 +++++--
8 files changed, 23 insertions(+), 12 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 e8ff39dfe76 Require 64-bit in gcc.target/i386/pr86257.c
new 6f87151c79e PR debug/86257 * gcc.target/i386/pr86257.c: Add -mtls-dia [...]
new f626db6c9d0 PR c++/86291 * parser.c (cp_parser_omp_for_loop_init): Ch [...]
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/cp/ChangeLog | 6 ++++
gcc/cp/parser.c | 2 +-
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/i386/pr86257.c | 2 +-
libgomp/ChangeLog | 5 ++++
libgomp/testsuite/libgomp.c++/pr86291.C | 51 +++++++++++++++++++++++++++++++++
6 files changed, 69 insertions(+), 2 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c++/pr86291.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 gcc-8-branch
in repository gcc.
from 76b1a1bd5a1 Daily bump.
new 43ad8df852a PR c++/86291 * parser.c (cp_parser_omp_for_loop_init): Ch [...]
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/cp/ChangeLog | 6 ++++
gcc/cp/parser.c | 2 +-
libgomp/ChangeLog | 5 ++++
libgomp/testsuite/libgomp.c++/pr86291.C | 51 +++++++++++++++++++++++++++++++++
4 files changed, 63 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.c++/pr86291.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 c402355dfa libio: Disable vtable validation in case of interposition [B [...]
new 5c0202af4b support: Add TEST_NO_SETVBUF
new 29055464a0 libio: Add tst-vtables, tst-vtables-interposed
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 | 15 +
libio/Makefile | 2 +
libio/tst-vtables-common.c | 513 +++++++++++++++++++++
.../tst-vtables-interposed.c | 25 +-
wcsmbs/test-char-types.c => libio/tst-vtables.c | 10 +-
support/support_test_main.c | 3 +-
support/test-driver.c | 4 +
support/test-driver.h | 1 +
8 files changed, 551 insertions(+), 22 deletions(-)
create mode 100644 libio/tst-vtables-common.c
copy posix/test-ssize-max.c => libio/tst-vtables-interposed.c (62%)
copy wcsmbs/test-char-types.c => libio/tst-vtables.c (82%)
--
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 be2419a2acf Fix MSVC "signed/unsigned mismatch" warning. NFCI.
new 1766212247a [IPSCCP] Change dead blocks to unreachable after visiting 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/Scalar/SCCP.cpp | 14 +++++++--
test/Transforms/SCCP/ipsccp-phi-one-pred-dead.ll | 39 ++++++++++++++++++++++++
2 files changed, 50 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/SCCP/ipsccp-phi-one-pred-dead.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 179cff63927 [AArch64] Tighten up directives tests
new be2419a2acf Fix MSVC "signed/unsigned mismatch" warning. NFCI.
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/Object/WasmObjectFile.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 llvm.
from 94a670b38e5 [AArch64] Clean up LSE directive tests
new 179cff63927 [AArch64] Tighten up directives tests
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:
test/MC/AArch64/directive-arch-negative.s | 24 ++++++++---------
test/MC/AArch64/directive-cpu-err.s | 35 ++++++++++++++++++++++++
test/MC/AArch64/directive-cpu.s | 45 +------------------------------
3 files changed, 48 insertions(+), 56 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 713ebb15587 Fix MSVC "not all control paths return a value" warnings. NFCI.
new 94a670b38e5 [AArch64] Clean up LSE directive tests
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:
test/MC/AArch64/directive-arch.s | 9 +++++++++
test/MC/AArch64/directive-cpu.s | 4 ++--
2 files changed, 11 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 llvm.
from d6bc0c7274d [llvm-exegesis] Get the BenchmarkRunner from the ExegesisTarget.
new 713ebb15587 Fix MSVC "not all control paths return a value" warnings. NFCI.
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/Support/APInt.cpp | 2 ++
1 file 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 glibc.
from 43b1048ab9 nss_files: Use struct scratch_buffer instead of extend_alloc [...]
new c402355dfa libio: Disable vtable validation in case of interposition [B [...]
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 | 5 +++++
libio/vtables.c | 16 ++++++++++++++++
2 files changed, 21 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.