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 65547233e0 Make gdb.lookup_typename work for Rust types
new 8880f2a9cb Handle sizeof(type) in Rust
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 | 8 ++++++++
gdb/rust-exp.y | 27 ++++++++++++++++++++-------
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.rust/simple.exp | 3 +++
4 files changed, 36 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 llvm.
from 1356a150afc [AMDGPU] Do not insert an instruction into worklist twice i [...]
new cb105529db3 [Dominators] Make IsPostDominator a template parameter
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/Analysis/DominanceFrontier.h | 59 ++++++++++++-----------
include/llvm/Analysis/DominanceFrontierImpl.h | 36 +++++++-------
include/llvm/Analysis/IteratedDominanceFrontier.h | 20 ++++----
include/llvm/Analysis/LoopInfo.h | 9 ++--
include/llvm/Analysis/LoopInfoImpl.h | 17 +++----
include/llvm/Analysis/PostDominators.h | 6 +--
include/llvm/CodeGen/MachineDominanceFrontier.h | 31 ++++++------
include/llvm/CodeGen/MachineDominators.h | 15 +++---
include/llvm/CodeGen/MachinePostDominators.h | 2 +-
include/llvm/IR/Dominators.h | 21 ++++----
include/llvm/Support/GenericDomTree.h | 41 ++++++++++------
lib/Analysis/DominanceFrontier.cpp | 3 +-
lib/Analysis/IteratedDominanceFrontier.cpp | 8 +--
lib/Analysis/LoopInfo.cpp | 2 +-
lib/Analysis/PostDominators.cpp | 2 +
lib/CodeGen/MachineDominanceFrontier.cpp | 3 +-
lib/CodeGen/MachineDominators.cpp | 6 +--
lib/CodeGen/MachinePostDominators.cpp | 7 ++-
lib/IR/Dominators.cpp | 8 ++-
lib/Transforms/IPO/SampleProfile.cpp | 11 +++--
unittests/IR/DominatorTreeTest.cpp | 21 ++++----
21 files changed, 176 insertions(+), 152 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 26658f174f Unconditionally use .init_array instead of .ctors on Solaris.
new 5ab2f687f3 [Dominators] Update Clang's DominatorTree to use the new tem [...]
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/clang/Analysis/Analyses/Dominators.h | 6 +++---
1 file changed, 3 insertions(+), 3 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 4691e2fa65b gcc/testsuite/ChangeLog:
new 1e84d0ef89e [gcc]
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/gimple-ssa-strength-reduction.c | 5 +++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr81162.c | 17 +++++++++++++++++
4 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr81162.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 3a82e3504df [Dominators] Simplify block and node printing
new 1356a150afc [AMDGPU] Do not insert an instruction into worklist twice i [...]
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/Target/AMDGPU/SIInstrInfo.cpp | 24 +++++++++++------------
lib/Target/AMDGPU/SIInstrInfo.h | 19 ++++++++++--------
test/CodeGen/AMDGPU/move-to-valu-worklist.ll | 29 ++++++++++++++++++++++++++++
3 files changed, 52 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/move-to-valu-worklist.ll
--
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 b7f2af9f4a [clang] Add getSignedSizeType method
new 26658f174f Unconditionally use .init_array instead of .ctors on Solaris.
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/Driver/ToolChains/Gnu.cpp | 3 ++-
lib/Driver/ToolChains/Solaris.cpp | 2 +-
lib/Driver/ToolChains/Solaris.h | 2 +-
test/Driver/constructors.c | 8 ++++++++
4 files changed, 12 insertions(+), 3 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 d1edbeaecf [Hexagon] Add intrinsics for data cache operations
new b7f2af9f4a [clang] Add getSignedSizeType method
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/clang/AST/ASTContext.h | 4 ++++
include/clang/Basic/TargetInfo.h | 14 ++++++++++++++
lib/AST/ASTContext.cpp | 6 ++++++
3 files changed, 24 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 gcc-5-branch
in repository gcc.
from 174cc332b32 Daily bump.
new 62f16daddc5 Backport from mainline 2017-07-10 Uros Bizjak <ubizjak@ [...]
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 | 20 +++++++++++++++
gcc/config/i386/i386.md | 44 ++++++++++++++++-----------------
gcc/testsuite/ChangeLog | 14 +++++++++++
gcc/testsuite/gcc.target/i386/pr81300.c | 30 ++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr81375.c | 10 ++++++++
5 files changed, 95 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81300.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81375.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 gcc-6-branch
in repository gcc.
from 19711ee4ffe Backport from mainline 2017-07-10 Uros Bizjak <ubizjak@ [...]
new 6d67f569997 gcc/ChangeLog:
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 | 32 +++++
gcc/config/rs6000/power6.md | 18 +--
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 179 ++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 30 ++++
gcc/testsuite/g++.dg/cpp1y/vla-initlist1.C | 1 +
gcc/testsuite/gcc.dg/loop-8.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-options-1.c | 28 ++++
gcc/testsuite/gcc.target/powerpc/pr80101-1.c | 22 +++
gcc/testsuite/gcc.target/powerpc/pr80103-1.c | 16 +++
10 files changed, 306 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-options-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80101-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80103-1.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 9cdd4ddfce6 [llvm-readobj] - Teach readobj to print DT_FILTER dynamic t [...]
new 3a82e3504df [Dominators] Simplify block and node printing
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/Support/GenericDomTreeConstruction.h | 82 +++++++++++------------
1 file changed, 39 insertions(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.