This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fdd8338 auto-generate checks
new 5e370cb add tests for missing DeMorgan's Law folds
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/Transforms/InstCombine/demorgan-zext.ll | 55 ++++++++++++++++++++++++++++
1 file changed, 55 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 e063981 [ItaniumMangle] Correctly mangle BuiltinTemplateDecls
new dde42d9 Fix for the mingw builder
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/CodeGenCXX/mangle-template.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 clang.
from 2f17d0a clang-format: [JS] Allow top-level conditionals again.
new e063981 [ItaniumMangle] Correctly mangle BuiltinTemplateDecls
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/AST/ItaniumMangle.cpp | 7 ++++++-
test/CodeGenCXX/mangle-template.cpp | 11 +++++++++++
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 gcc.
from 244f142 [libgcc]
new 07d0794 gcc/ * config/arm/arm.c (arm_option_override): Set MASK_SIN [...]
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/config/arm/arm.c | 18 ++++++++++++++----
gcc/doc/invoke.texi | 9 ++++++---
gcc/testsuite/gcc.target/arm/data-rel-1.c | 12 ++++++++++++
gcc/testsuite/gcc.target/arm/data-rel-2.c | 11 +++++++++++
gcc/testsuite/gcc.target/arm/data-rel-3.c | 11 +++++++++++
5 files changed, 54 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/data-rel-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/data-rel-2.c
create mode 100644 gcc/testsuite/gcc.target/arm/data-rel-3.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 72d33ec [MC] Flip llc's assembly comment preservation flag to have co [...]
new 22693d9 auto-generate checks
new a6934f3 auto-generate checks
new fdd8338 auto-generate checks
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:
test/Transforms/InstCombine/demorgan-zext.ll | 25 +-
test/Transforms/InstCombine/xor.ll | 349 +++++++++++++++------------
test/Transforms/InstCombine/zext.ll | 43 ++--
3 files changed, 226 insertions(+), 191 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 glibc.
from 3bbee82 Test p{read,write}64 with offset > 4GB
new f531f93 x86-64: Add p{read,write}[v]64 to syscalls.list [BZ #20348]
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 | 6 ++++++
sysdeps/unix/sysv/linux/x86_64/syscalls.list | 4 ++++
2 files changed, 10 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 lldb.
from e6d2c5d [NPL] Increase ETXTBSY workaround sleep
new acc06d5 Increase "process load" timeout
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:
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 9118863 Introduce new param: AVG_LOOP_NITER
new 244f142 [libgcc]
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/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/powerpc/divkc3-1.c | 22 +++++++++
gcc/testsuite/gcc.target/powerpc/mulkc3-1.c | 22 +++++++++
libgcc/ChangeLog | 9 ++++
libgcc/config/rs6000/_divkc3.c | 64 ++++++++++++++++++++++++++
libgcc/config/rs6000/_mulkc3.c | 69 +++++++++++++++++++++++++++++
libgcc/config/rs6000/quad-float128.h | 8 ++++
libgcc/config/rs6000/t-float128 | 2 +-
8 files changed, 200 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/divkc3-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/mulkc3-1.c
create mode 100644 libgcc/config/rs6000/_divkc3.c
create mode 100644 libgcc/config/rs6000/_mulkc3.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 clang.
from 7b869db [Clang][AVX512] Making cosmetic changes
new 2f17d0a clang-format: [JS] Allow top-level conditionals again.
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/Format/TokenAnnotator.cpp | 2 +-
unittests/Format/FormatTestJS.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.