This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f04eaba [ARM] Remove t2xtpk feature from tests
new dccf5a1 [InstSimplify] vector div/rem with any zero element in diviso [...]
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:
docs/LangRef.rst | 21 ++++++++++++++-------
lib/Analysis/InstructionSimplify.cpp | 11 +++++++++++
test/Transforms/InstCombine/vector-urem.ll | 8 --------
test/Transforms/InstSimplify/div.ll | 8 +++-----
test/Transforms/InstSimplify/rem.ll | 8 +++-----
5 files changed, 31 insertions(+), 25 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 09853a4 Define std::byte for C++17 (P0298R3)
new 55fec18 2017-03-09 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 | 6 ++++++
gcc/graphite-scop-detection.c | 19 +++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/pr79977.c | 27 +++++++++++++++++++++++++++
4 files changed, 57 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr79977.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 64a83a0 Remove a useless subsitution in doxygen2rst which was incorre [...]
new 717fbcb Retry: [ubsan] Detect UB loads from bitfields
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/CGAtomic.cpp | 2 +-
lib/CodeGen/CGExpr.cpp | 14 +++++++--
lib/CodeGen/CodeGenFunction.h | 2 +-
test/CodeGenCXX/ubsan-bitfields.cpp | 34 ++++++++++++++++++++++
test/CodeGenObjC/ubsan-bool.m | 57 +++++++++++++++++++++++++++++++++++--
5 files changed, 102 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGenCXX/ubsan-bitfields.cpp
--
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 compiler-rt.
from 7eba3f4 [sanitizer] Fix android buildbots after r297370
new 9a11098 Revert "[compiler-rt][builtins] Add __isOSVersionAtLeast()"
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/builtins/CMakeLists.txt | 1 -
lib/builtins/os_version_check.c | 115 ---------------------
test/CMakeLists.txt | 6 +-
test/builtins/CMakeLists.txt | 15 ---
test/builtins/TestCases/Darwin/lit.local.cfg | 9 --
.../TestCases/Darwin/os_version_check_test.c | 19 ----
test/builtins/lit.cfg | 20 ----
test/builtins/lit.site.cfg.in | 7 --
test/lit.common.cfg | 1 -
9 files changed, 2 insertions(+), 191 deletions(-)
delete mode 100644 lib/builtins/os_version_check.c
delete mode 100644 test/builtins/CMakeLists.txt
delete mode 100644 test/builtins/TestCases/Darwin/lit.local.cfg
delete mode 100644 test/builtins/TestCases/Darwin/os_version_check_test.c
delete mode 100644 test/builtins/lit.cfg
delete mode 100644 test/builtins/lit.site.cfg.in
--
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 c1fe188 Use CpuCET on rdsspq
new f03265d Fix compile time warnings about using possibly uninitialised [...]
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:
bfd/ChangeLog | 5 +++++
bfd/rs6000-core.c | 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 binutils-gdb.
from 4b8b687 Update -maltivec and -mvsx options to only enable their oldes [...]
new c1fe188 Use CpuCET on rdsspq
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:
opcodes/ChangeLog | 5 +++++
opcodes/i386-opc.tbl | 2 +-
opcodes/i386-tbl.h | 2 +-
3 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 21b807e Add check_effective_target_rdynamic and use it in g++.dg/lto/ [...]
new 09853a4 Define std::byte for C++17 (P0298R3)
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 | 8 +
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 25 +--
libstdc++-v3/include/c_global/cstddef | 129 ++++++++++++
.../byte/global_neg.cc} | 12 +-
libstdc++-v3/testsuite/18_support/byte/ops.cc | 224 +++++++++++++++++++++
.../byte/requirements.cc} | 20 +-
6 files changed, 387 insertions(+), 31 deletions(-)
copy libstdc++-v3/testsuite/{20_util/variant/index_type.cc => 18_support/byte/glob [...]
create mode 100644 libstdc++-v3/testsuite/18_support/byte/ops.cc
copy libstdc++-v3/testsuite/{30_threads/scoped_lock/requirements/explicit_instanti [...]
--
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 fw/bug16145
in repository glibc.
at 60a91a2 WIP reorganization to improve scalability of localtime
This branch includes the following new commits:
new c9611e6 Isolate global timezone variables in <time/time-variables.h>
new 60a91a2 WIP reorganization to improve scalability of localtime
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.
--
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 4f7ea50 [DAG] recognize div/rem by 0 as undef before trying constant folding
new f04eaba [ARM] Remove t2xtpk feature from 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/Thumb2/thumb2-pack.ll | 2 +-
test/CodeGen/Thumb2/thumb2-rev.ll | 2 +-
test/CodeGen/Thumb2/thumb2-smla.ll | 4 ++--
test/CodeGen/Thumb2/thumb2-smul.ll | 2 +-
test/MC/ARM/thumbv8m.s | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.