This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2caddbf Attempt to make windows buildbots happy.
new ae9ac9c Fix AAResults::callCapturesBefore for operand bundles
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/Analysis/AliasAnalysis.cpp | 2 +-
test/CodeGen/X86/statepoint-memdep.ll | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/statepoint-memdep.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 b7ebc01 [CFLAA] Refactor to remove redundant maps. NFC.
new 2caddbf Attempt to make windows buildbots happy.
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/Analysis/CFLAliasAnalysis.cpp | 4 ----
1 file changed, 4 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 933aa2e [X86][SSE] Added extract to scalar nontemporal store tests
new b7ebc01 [CFLAA] Refactor to remove redundant maps. 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/Analysis/CFLAliasAnalysis.cpp | 313 +++++++++++++-------------------------
1 file changed, 104 insertions(+), 209 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.
adhemerval.zanella pushed a change to branch azanella/split-stack
in repository toolchain/glibc.
at e0ba0d6 aarch64: Add split-stack TCB field
This branch includes the following new commits:
new e0ba0d6 aarch64: Add split-stack TCB field
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.
--
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.
adhemerval.zanella pushed a change to branch azanella/split-stack
in repository toolchain/glibc.
was e6b7e16 aarch64: Add split stack TCB field
This change permanently discards the following revisions:
discards e6b7e16 aarch64: Add split stack TCB field
--
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 204d455 [X86] Remove llvm.x86.bit.scan.{forward,reverse}.32
new 933aa2e [X86][SSE] Added extract to scalar nontemporal store 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/CodeGen/X86/nontemporal-2.ll | 131 ++++++++++++++++++++++++++++++++++++++
1 file changed, 131 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 clang.
from 5555959 Test fix -- use captured call result instead of hardcoded %2.
new 56fdf6c Add test for DR1359.
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/CXX/drs/dr13xx.cpp | 16 ++++++++++++++++
www/cxx_dr_status.html | 2 +-
2 files changed, 17 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-tools-extra.
from 1d8536e clang-rename: implement handling of remaining named casts
new 642cef2 [include-fixer] only deduplicate symbols after matching symbo [...]
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-fixer/SymbolIndexManager.cpp | 30 ++++++++++++++++------------
unittests/include-fixer/IncludeFixerTest.cpp | 26 +++++++++++++++++-------
2 files changed, 36 insertions(+), 20 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 ec15042 gcc/ChangeLog:
new 0453704 PR middle-end/71478 * gcc.dg/pr71478.c: Remove dg-require-e [...]
new b73b133 * inclhack.def (aix_stdlib_malloc): New fix. (aix_stdlib_real [...]
new c238954 [AArch64] Add more choices for the reciprocal square root app [...]
new ea713c3 [AArch64] Emit square root using the Newton series
new 3198595 [AArch64] Emit division using the Newton series
The 5 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:
fixincludes/ChangeLog | 12 ++
fixincludes/fixincl.x | 182 +++++++++++++++++++-
fixincludes/inclhack.def | 42 +++++
fixincludes/tests/base/stdlib.h | 20 +++
gcc/config/aarch64/aarch64-protos.h | 23 ++-
gcc/config/aarch64/aarch64-simd.md | 27 ++-
gcc/config/aarch64/aarch64-tuning-flags.def | 2 -
gcc/config/aarch64/aarch64.c | 246 +++++++++++++++++++++++-----
gcc/config/aarch64/aarch64.md | 30 +++-
gcc/config/aarch64/aarch64.opt | 18 +-
gcc/doc/invoke.texi | 25 ++-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.dg/pr71478.c | 4 +-
13 files changed, 575 insertions(+), 62 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.
Adhemerval Zanella pushed a change to branch linaro-local/azanella/split-stack
in repository toolchain/gcc.
at ec0d038 aarch64: split-stack initial support
This branch includes the following new commits:
new ec0d038 aarch64: split-stack initial support
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.