This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 253dcb05de2 * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not s [...]
new 28300e850a5 Add documentation for "mode" attribute for types.
new ff59b7bf3e9 * doc/md.texi (define_subst): Document how multiple occurr [...]
new 8e220ae554a Correct date on ChangeLog entry.
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:
gcc/ChangeLog | 11 +++++++++++
gcc/doc/extend.texi | 39 ++++++++++++++++++++++++++-------------
gcc/doc/md.texi | 6 +++++-
3 files changed, 42 insertions(+), 14 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 9f8f3ca775d Quick fix for some Windows bots
new 0e8a665664f Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG
new 2dd26c97a82 [InstCombine] Fold x & (-1 >> y) == x to x u<= (-1 >> y)
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/CommandGuide/FileCheck.rst | 26 --
include/llvm/IR/PatternMatch.h | 9 +
lib/Transforms/InstCombine/InstCombineCompares.cpp | 34 +++
test/FileCheck/check-dag-overlap-torture.txt | 304 ---------------------
test/FileCheck/check-dag-overlap.txt | 220 ---------------
...onstant-low-bit-mask-and-icmp-eq-to-icmp-ule.ll | 29 +-
...icalize-low-bit-mask-and-icmp-eq-to-icmp-ule.ll | 43 ++-
test/Transforms/InstCombine/icmp-logical.ll | 6 +-
test/Transforms/InstCombine/icmp-mul-zext.ll | 9 +-
utils/FileCheck/FileCheck.cpp | 65 +----
10 files changed, 93 insertions(+), 652 deletions(-)
delete mode 100644 test/FileCheck/check-dag-overlap-torture.txt
delete mode 100644 test/FileCheck/check-dag-overlap.txt
--
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 gdb-8.2-branch
in repository binutils-gdb.
from ad3c631a76 Fix PR c++/23373: GDB hangs when printing a struct with a st [...]
new 82e080dcf7 GDBserver: Fix "Cond. jump or move depends on uninit value" [...]
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:
gdb/gdbserver/ChangeLog | 8 ++++++
gdb/gdbserver/i387-fp.c | 71 +++++++++++++++++-------------------------------
gdb/gdbserver/regcache.c | 10 +++++++
gdb/gdbserver/regcache.h | 7 +++++
4 files changed, 50 insertions(+), 46 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 c642c1b4d70 [FileCheck] Don't permit overlapping CHECK-DAG
new 9f8f3ca775d Quick fix for some Windows bots
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/MC/ELF/debug-prefix-map.s | 8 ++++----
1 file changed, 4 insertions(+), 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 binutils-gdb.
from c597cc3d6e Adds the speculation barrier instructions to the ARM assembl [...]
new cb19713281 GDBserver: Fix "Cond. jump or move depends on uninit value" [...]
new 16ff70ddd4 Fix PR c++/23373: GDB hangs when printing a struct with a st [...]
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:
gdb/ChangeLog | 6 +++
gdb/c-typeprint.c | 2 +-
gdb/gdbserver/ChangeLog | 8 ++++
gdb/gdbserver/i387-fp.c | 71 +++++++++++---------------------
gdb/gdbserver/regcache.c | 10 +++++
gdb/gdbserver/regcache.h | 7 ++++
gdb/testsuite/ChangeLog | 9 ++++
gdb/testsuite/gdb.base/ptype-offsets.cc | 8 ++++
gdb/testsuite/gdb.base/ptype-offsets.exp | 11 +++++
9 files changed, 85 insertions(+), 47 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 gdb-8.2-branch
in repository binutils-gdb.
from 2b34c213f8 Automatic date update in version.in
new ad3c631a76 Fix PR c++/23373: GDB hangs when printing a struct with a st [...]
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:
gdb/ChangeLog | 6 ++++++
gdb/c-typeprint.c | 2 +-
gdb/testsuite/ChangeLog | 9 +++++++++
gdb/testsuite/gdb.base/ptype-offsets.cc | 8 ++++++++
gdb/testsuite/gdb.base/ptype-offsets.exp | 11 +++++++++++
5 files changed, 35 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 31b21da1552 Revert "[llvm-objdump] Add -demangle (-C) option"
new c642c1b4d70 [FileCheck] Don't permit overlapping CHECK-DAG
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/CommandGuide/FileCheck.rst | 26 +++
test/FileCheck/check-dag-overlap-torture.txt | 304 +++++++++++++++++++++++++++
test/FileCheck/check-dag-overlap.txt | 220 +++++++++++++++++++
utils/FileCheck/FileCheck.cpp | 65 ++++--
4 files changed, 603 insertions(+), 12 deletions(-)
create mode 100644 test/FileCheck/check-dag-overlap-torture.txt
create mode 100644 test/FileCheck/check-dag-overlap.txt
--
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 1d90e73140 [AST] Fix for structural equivalence tests in rL336776.
new 27d3141348 Revert "[VirtualFileSystem] InMemoryFileSystem::status: Retu [...]
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/Basic/FileManager.cpp | 8 ++--
lib/Basic/VirtualFileSystem.cpp | 72 +++++++------------------------
unittests/Basic/VirtualFileSystemTest.cpp | 33 +-------------
unittests/Driver/ToolChainTest.cpp | 2 +-
4 files changed, 21 insertions(+), 94 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 7a7cfd8a89e [TargetTransformInfo] Add pow2 analysis for scalar constants
new f8a7a167d2a [X86] Remove patterns for inserting a load into a zero vector.
new 31b21da1552 Revert "[llvm-objdump] Add -demangle (-C) option"
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:
lib/Target/X86/X86ISelDAGToDAG.cpp | 7 +-
lib/Target/X86/X86InstrVecCompiler.td | 133 ++++++++--------------
test/CodeGen/X86/merge-consecutive-loads-256.ll | 8 +-
test/tools/llvm-objdump/disassemble-demangle.test | 47 --------
tools/llvm-objdump/llvm-objdump.cpp | 38 +------
tools/llvm-objdump/llvm-objdump.h | 2 -
6 files changed, 55 insertions(+), 180 deletions(-)
delete mode 100644 test/tools/llvm-objdump/disassemble-demangle.test
--
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 04804b2f45b AMDGPU/NFC: Use already available explicit kernarg size ins [...]
new 7a7cfd8a89e [TargetTransformInfo] Add pow2 analysis for scalar constants
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/TargetTransformInfo.cpp | 6 ++
test/Analysis/CostModel/X86/div.ll | 128 ++++++++++++++--------------
test/Analysis/CostModel/X86/rem.ll | 160 +++++++++++++++++------------------
3 files changed, 150 insertions(+), 144 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.