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 a0b7b10523 Convert 'L' to 'l' when setting wide_width to 1
new 33c5cd7587 Fission support for multiple CUs per DWO file
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 | 13 +
gdb/dwarf2read.c | 100 +++---
gdb/testsuite/ChangeLog | 11 +
gdb/testsuite/gdb.dwarf2/fission-multi-cu.S | 374 +++++++++++++++++++++
.../{fission-base.exp => fission-multi-cu.exp} | 8 +-
.../fission-multi-cu1.c} | 4 +-
.../fission-multi-cu2.c} | 6 +-
7 files changed, 461 insertions(+), 55 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/fission-multi-cu.S
copy gdb/testsuite/gdb.dwarf2/{fission-base.exp => fission-multi-cu.exp} (88%)
copy gdb/testsuite/{gdb.arch/mips16-thunks-inmain.c => gdb.dwarf2/fission-multi-cu [...]
copy gdb/testsuite/{gdb.mi/mi-catch-load-so.c => gdb.dwarf2/fission-multi-cu2.c} (95%)
--
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 099c15e7b43 [Constants] Replace calls to ConstantInt::equalsInt(0)/equa [...]
new 34a6854c594 Modify constraints in `llvm::canReplaceOperandWithVariable`
new 6e90f035015 [InstCombine] Remove include of DIBuilder.h and Dwarf.h as [...]
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/Transforms/InstCombine/InstCombineInternal.h | 2 --
lib/Transforms/Utils/Local.cpp | 10 ++++++++--
test/Transforms/SimplifyCFG/sink-common-code.ll | 24 ++++++++++++++++++++++++
3 files changed, 32 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 clang.
from 5bf57dfedf This reverts r305820 (ARMv.2-A FP16 vector intrinsics) becau [...]
new 70922a4eb4 [Objective-C] Fix non-determinism in clang
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/Frontend/Rewrite/RewriteModernObjC.cpp | 9 +++++----
...data-visibility.mm => objc-modern-metadata-visibility2.mm} | 11 ++++++++---
2 files changed, 13 insertions(+), 7 deletions(-)
copy test/Rewriter/{objc-modern-metadata-visibility.mm => objc-modern-metadata-vis [...]
--
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 hjl/pr81313/gcc-6-branch
in repository gcc.
at 8d92e9db41f x86: Use DRAP only if there are outgoing arguments on stack
This branch includes the following new commits:
new 8d92e9db41f x86: Use DRAP only if there are outgoing arguments on stack
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.
--
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 hjl/pr81313/master
in repository gcc.
discards 68704502e87 Use DRAP only if there are outgoing arguments on stack
new 5aef010e463 x86: Use DRAP only if there are outgoing arguments on stack
new c7efa2b6516 x86: Update gcc.dg/stack-layout-dynamic-1.c
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 (68704502e87)
\
N -- N -- N refs/heads/hjl/pr81313/master (c7efa2b6516)
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 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:
gcc/testsuite/gcc.dg/stack-layout-dynamic-1.c | 5 ++++-
gcc/testsuite/gcc.target/i386/pr81313-1.c | 12 ++++++++++++
gcc/testsuite/gcc.target/i386/pr81313-2.c | 12 ++++++++++++
gcc/testsuite/gcc.target/i386/pr81313-3.c | 12 ++++++++++++
gcc/testsuite/gcc.target/i386/pr81313-4.c | 12 ++++++++++++
5 files changed, 52 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81313-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81313-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81313-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81313-4.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 9c4186602a9 [X86][SSE] Dropped -mcpu from bitcast+setcc tests
new 1de5e7045e9 [InstCombine] Remove Builder argument from InstCombiner::tr [...]
new 9a2b6151ed9 [LoopUnrollRuntime] Bailout when multiple exiting blocks to [...]
new 6dbd34d261f [Constants] If we already have a ConstantInt*, prefer to us [...]
new 099c15e7b43 [Constants] Replace calls to ConstantInt::equalsInt(0)/equa [...]
The 4 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/CodeGen/SelectionDAGNodes.h | 4 +--
include/llvm/IR/IRBuilder.h | 2 +-
lib/Analysis/BranchProbabilityInfo.cpp | 2 +-
lib/Analysis/Lint.cpp | 2 +-
lib/Analysis/LoopInfo.cpp | 4 +--
lib/Analysis/ScalarEvolution.cpp | 20 ++++++------
lib/Analysis/ValueTracking.cpp | 2 +-
lib/Analysis/VectorUtils.cpp | 2 +-
lib/IR/ConstantFold.cpp | 38 +++++++++++-----------
lib/Target/AMDGPU/SIISelLowering.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 6 ++--
lib/Transforms/InstCombine/InstCombineCalls.cpp | 6 ++--
lib/Transforms/InstCombine/InstCombineInternal.h | 5 ++-
lib/Transforms/InstCombine/InstCombinePHI.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 10 +++---
.../InstCombine/InstCombineSimplifyDemanded.cpp | 2 +-
.../InstCombine/InstructionCombining.cpp | 9 +++--
.../Instrumentation/AddressSanitizer.cpp | 2 +-
.../Instrumentation/PGOInstrumentation.cpp | 2 +-
lib/Transforms/Scalar/EarlyCSE.cpp | 2 +-
lib/Transforms/Scalar/GVN.cpp | 2 +-
lib/Transforms/Scalar/InferAddressSpaces.cpp | 2 +-
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 +-
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 +-
lib/Transforms/Scalar/Reassociate.cpp | 2 +-
lib/Transforms/Scalar/SCCP.cpp | 2 +-
lib/Transforms/Utils/CmpInstAnalysis.cpp | 2 +-
lib/Transforms/Utils/Evaluator.cpp | 2 +-
lib/Transforms/Utils/LoopUnrollRuntime.cpp | 9 ++---
lib/Transforms/Utils/SimplifyLibCalls.cpp | 4 +--
.../LoopUnroll/runtime-loop-multiple-exits.ll | 30 +++++++++++++++++
31 files changed, 106 insertions(+), 77 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 242c0330a85 Remove selftest dependency on C++ frontend
new a53f6185300 PR c++/81204 - parse error with dependent template-name * [...]
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/ChangeLog | 5 +++++
gcc/cp/parser.c | 21 +++++----------------
gcc/testsuite/g++.dg/cpp0x/variadic-mem_fn2.C | 9 +++++++++
3 files changed, 19 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-mem_fn2.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-7-branch
in repository gcc.
from 40752513e47 Daily bump.
new dd9be9fd99b PR c++/81204 - parse error with dependent template-name * [...]
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/ChangeLog | 5 +++++
gcc/cp/parser.c | 21 +++++----------------
gcc/testsuite/g++.dg/cpp0x/variadic-mem_fn2.C | 9 +++++++++
3 files changed, 19 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-mem_fn2.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 1ed1565da6e Fix spelling in comments. NFCI.
new 9c4186602a9 [X86][SSE] Dropped -mcpu from bitcast+setcc 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/X86/bitcast-setcc-128.ll | 156 ++++++-------
test/CodeGen/X86/bitcast-setcc-256.ll | 419 ++++++++++++++++++++++++++++++++--
2 files changed, 475 insertions(+), 100 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 67a3f7fd429 Bitcode: Include any strings added to the string table in t [...]
new 1ed1565da6e Fix spelling in comments. NFCI.
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/X86/X86ISelLowering.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.