This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b00f43f53eb [DAGCombiner] reduce indent; NFC
new f108b6c2dc5 [x86] add test for vector bitwise-logic-of-bswaps; 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:
test/CodeGen/X86/bswap-vector.ll | 61 ++++++++++++++++++++++++++++++++++++----
1 file changed, 56 insertions(+), 5 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 release_70
in repository llvm.
from 3315ebed51e Merging r343369:
new a3ee448a5f6 Merging r348181:
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/InstCombine/InstCombineCompares.cpp | 4 ++++
...onicalize-constant-low-bit-mask-and-icmp-sge-to-icmp-sle.ll | 10 ++++++----
...onicalize-constant-low-bit-mask-and-icmp-slt-to-icmp-sgt.ll | 10 ++++++----
3 files changed, 16 insertions(+), 8 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 aoliva/testme
in repository gcc.
discards 53bbdbb7fb3 [PR c++/88146] sorry inheriting ctor with ellipsis
new dcab31d5765 [PR c++/88146] do not crash synthesizing inherited ctor(...)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (53bbdbb7fb3)
\
N -- N -- N refs/heads/aoliva/testme (dcab31d5765)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/method.c | 15 +-
gcc/testsuite/g++.dg/cpp0x/inh-ctor32.C | 238 ++++++++++++++++++++++++++++++--
gcc/testsuite/g++.dg/cpp0x/inh-ctor33.C | 11 --
gcc/testsuite/g++.dg/cpp0x/inh-ctor34.C | 11 --
4 files changed, 230 insertions(+), 45 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor33.C
delete mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor34.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from a52b73d14c Automatic date update in version.in
adds bf9201ee0e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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 libcxx.
from 21e47d9ff [libcxx] Always convert 'use_system_cxx_lib' to an absolute path
new 5fe0a6a0b [libc++] Improve diagnostics for non-const comparators and ha [...]
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/UsingLibcxx.rst | 6 ++-
include/__hash_table | 60 ++++++++--------------
include/__tree | 30 ++---------
include/map | 5 +-
include/set | 2 +
include/unordered_map | 8 ++-
include/unordered_set | 2 +
.../associative/non_const_comparator.fail.cpp | 3 +-
.../containers/unord/non_const_comparator.fail.cpp | 8 +--
9 files changed, 52 insertions(+), 72 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 lldb.
from 7439d29c5 Implement WindowsDYLD::DidAttach for use with gdb-server attach
new 0b37b1326 [pecoff] Implement ObjectFilePECOFF::GetDependedModules()
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:
lit/Modules/PECOFF/dep-modules.yaml | 170 ++++++++++++++++++++
lit/Modules/PECOFF/export-dllfunc.yaml | 172 +++++++++++++++++++++
lit/Modules/PECOFF/lit.local.cfg | 1 +
.../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 137 +++++++++++++++-
.../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h | 11 ++
tools/lldb-test/lldb-test.cpp | 24 ++-
6 files changed, 504 insertions(+), 11 deletions(-)
create mode 100644 lit/Modules/PECOFF/dep-modules.yaml
create mode 100644 lit/Modules/PECOFF/export-dllfunc.yaml
create mode 100644 lit/Modules/PECOFF/lit.local.cfg
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.