This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 33d492e [AArch64] Add support for lowering bitreverse to the rbit ins [...]
new b614cd3 [SimplifyLibCalls] Propagate fast math flags while optimizing pow().
new 70dde8f LangRef: Note that calls also support fast math flags
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:
docs/LangRef.rst | 5 +--
lib/Transforms/Utils/SimplifyLibCalls.cpp | 5 ++-
test/Transforms/InstCombine/pow-4.ll | 56 +++++++++++++++----------------
3 files changed, 35 insertions(+), 31 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 4616116 Adjust effective target selector to fix C++17 FAIL
new 90369c4 2017-01-10 Joshua Conner <joshconner(a)google.com>
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 | 9 +++
gcc/config.gcc | 19 +++++-
gcc/config.host | 4 +-
.../{bfin/bfin-modes.def => arm/fuchsia-elf.h} | 21 ++++---
gcc/config/fuchsia.h | 68 ++++++++++++++++++++++
5 files changed, 108 insertions(+), 13 deletions(-)
copy gcc/config/{bfin/bfin-modes.def => arm/fuchsia-elf.h} (58%)
create mode 100644 gcc/config/fuchsia.h
--
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 96e79e3 [AArch64] Use generic bitreverse intrinsic, rather than AArch [...]
new 2b6d6f1 CGDecl: Skip static variable initializers in unreachable code
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/CGDecl.cpp | 4 ++--
test/CodeGenCXX/pr31054.cpp | 12 ++++++++++++
2 files changed, 14 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGenCXX/pr31054.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 gcc.
from f81d992 PR77528 add default constructors for container adaptors
new 4616116 Adjust effective target selector to fix C++17 FAIL
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 | 3 +++
libstdc++-v3/testsuite/18_support/exception_ptr/60612-unexpected.cc | 2 +-
2 files changed, 4 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 961fc84 [mips] Fix Mips MSA instrinsics
new 33d492e [AArch64] Add support for lowering bitreverse to the rbit ins [...]
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/llvm/IR/IntrinsicsAArch64.td | 6 -----
lib/IR/AutoUpgrade.cpp | 10 +++++++++
lib/Target/AArch64/AArch64ISelLowering.cpp | 2 ++
lib/Target/AArch64/AArch64InstrInfo.td | 5 +----
test/CodeGen/AArch64/bitreverse.ll | 35 ++++++++++--------------------
test/CodeGen/AArch64/rbit.ll | 22 +++++++++++++++++++
6 files changed, 46 insertions(+), 34 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 f6a92cc [OpenMP] Basic support for a parallel directive in a target r [...]
new 96e79e3 [AArch64] Use generic bitreverse intrinsic, rather than AArch [...]
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/CGBuiltin.cpp | 4 ++--
test/CodeGen/arm_acle.c | 6 +++---
test/CodeGen/builtins-arm64.c | 4 ++--
3 files changed, 7 insertions(+), 7 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 b386d8a * ChangeLog: Fix whitespace.
new f81d992 PR77528 add default constructors for container adaptors
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 | 34 ++++++++++++++++++++++
libstdc++-v3/include/bits/stl_queue.h | 29 +++++++++++++-----
libstdc++-v3/include/bits/stl_stack.h | 8 ++++-
.../cons/1.cc => priority_queue/77528.cc} | 20 +++++++------
.../requirements/explicit_instantiation/1.cc | 8 +++++
.../{1_c++0x.cc => 1_c++98.cc} | 11 ++++++-
.../{forward_list/cons/1.cc => queue/77528.cc} | 20 +++++++------
.../queue/requirements/explicit_instantiation/1.cc | 5 ++++
.../{1_c++0x.cc => 1_c++98.cc} | 8 ++++-
.../{forward_list/cons/1.cc => stack/77528.cc} | 20 +++++++------
.../stack/requirements/explicit_instantiation/1.cc | 5 ++++
.../{1_c++0x.cc => 1_c++98.cc} | 8 ++++-
12 files changed, 137 insertions(+), 39 deletions(-)
copy libstdc++-v3/testsuite/23_containers/{forward_list/cons/1.cc => priority_queu [...]
rename libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_i [...]
copy libstdc++-v3/testsuite/23_containers/{forward_list/cons/1.cc => queue/77528.c [...]
rename libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiat [...]
copy libstdc++-v3/testsuite/23_containers/{forward_list/cons/1.cc => stack/77528.c [...]
rename libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiat [...]
--
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 libcxx.
from 47b1cef Mark tests as unsupported under libcpp-no-exceptions
new f6c0b90 Fix up some mismatched SFINAE conditionsin shared_ptr; some u [...]
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/memory | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 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 lld.
from 6c95c4c Add support for anonymous local symbols.
new 6a96522 Give local binding to VER_NDX_LOCAL symbols.
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:
ELF/Symbols.cpp | 16 ++++++++++++++--
ELF/Symbols.h | 1 +
ELF/SyntheticSections.cpp | 10 +---------
test/ELF/version-script-anonymous-local.s | 19 ++++++++++++++++++-
4 files changed, 34 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.