This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 2f7f3cd8cd powerpc64le: Create divergent sysdep directory for powerpc64le.
new c064f6a613 powerpc: Fix logbl on power7 [BZ# 21280]
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:
ChangeLog | 7 +++++++
sysdeps/powerpc/power7/fpu/s_logbl.c | 24 ++++++++++++++++++------
2 files changed, 25 insertions(+), 6 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 b1406c5223 [ODRHash] Add testcase with different paramter names. NFC
new acf47c79de Adapt to LLVM API change (DINamespace no longer takes line/f [...]
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/CGDebugInfo.cpp | 6 ++----
test/CodeGenCXX/debug-info-namespace.cpp | 20 +++++++++++++-------
test/Modules/ExtDebugInfo.cpp | 2 +-
3 files changed, 16 insertions(+), 12 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 538cef39e67 Replace absolute linenrs in gfortran.dg
new 722889f9c2d PR tree-optimization/80523 - -Wformat-overflow doesn't con [...]
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/c-family/c.opt | 4 +-
gcc/gimple-ssa-sprintf.c | 358 ++++++++++++++++-----
gcc/testsuite/ChangeLog | 5 +
.../gcc.dg/tree-ssa/builtin-sprintf-warn-18.c | 141 ++++++++
5 files changed, 443 insertions(+), 74 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-18.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 3df4f544fe5 LoopRotate: Fix use after scope bug
new 3456f7f5beb [SCEV] Use early exit in createAddRecFromPHI. 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:
lib/Analysis/ScalarEvolution.cpp | 219 ++++++++++++++++++++-------------------
1 file changed, 110 insertions(+), 109 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 013513893fb Properly handle PHIs with subregisters in UnreachableBlockElim
new 737d3b6aab8 [RDF] Correctly calculate lane masks for defs
new 3df4f544fe5 LoopRotate: Fix use after scope bug
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/Hexagon/RDFLiveness.cpp | 9 ++++--
lib/Transforms/Scalar/LoopRotation.cpp | 7 +++--
test/CodeGen/Hexagon/rdf-def-mask.ll | 52 ++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/Hexagon/rdf-def-mask.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 880ae6be95 Enable -fno-split-dwarf-inlining even when -gsplit-dwarf isn [...]
new b1406c5223 [ODRHash] Add testcase with different paramter names. 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/Modules/odr_hash.cpp | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 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 master
in repository llvm.
from 50ddb71dad7 [LoopUnswitch] Make DEBUG output more readable.
new 00cdeeedbab [ConstantRange] Use const references to prevent a couple AP [...]
new 242ed359a8b [APInt] Add an isNullValue method to check for all bits bei [...]
new e490ed59931 [ConstantRange] Use APInt::isNullValue rather than APInt::i [...]
new fde3916adaa [IR] Make add/remove Attributes use AttrBuilder instead of [...]
new 653d6365072 [Hexagon] Do not move a block if it is on a fall-through path
new 013513893fb Properly handle PHIs with subregisters in UnreachableBlockElim
The 6 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/ADT/APInt.h | 11 +++-
include/llvm/CodeGen/CommandFlags.h | 30 ++++-----
include/llvm/IR/Attributes.h | 11 +---
include/llvm/IR/Function.h | 4 +-
lib/CodeGen/GlobalISel/CallLowering.cpp | 4 +-
lib/CodeGen/UnreachableBlockElim.cpp | 29 ++++++---
lib/IR/Attributes.cpp | 43 ++++++-------
lib/IR/ConstantRange.cpp | 8 +--
lib/IR/Function.cpp | 4 +-
lib/Target/Hexagon/HexagonCFGOptimizer.cpp | 13 +++-
lib/Target/Mips/Mips16HardFloat.cpp | 9 ++-
lib/Transforms/Coroutines/CoroSplit.cpp | 4 +-
.../Instrumentation/DataFlowSanitizer.cpp | 21 +++----
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 9 +--
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 3 +-
test/CodeGen/Hexagon/cfgopt-fall-through.ll | 71 ++++++++++++++++++++++
.../CodeGen/Hexagon/unreachable-mbb-phi-subreg.mir | 25 ++++++++
unittests/IR/AttributesTest.cpp | 2 +-
18 files changed, 190 insertions(+), 111 deletions(-)
create mode 100644 test/CodeGen/Hexagon/cfgopt-fall-through.ll
create mode 100644 test/CodeGen/Hexagon/unreachable-mbb-phi-subreg.mir
--
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 70ffd2cb2ad Replace absolute linenrs in objc.dg,obj-c++.dg
new 538cef39e67 Replace absolute linenrs in gfortran.dg
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/testsuite/ChangeLog | 6 +++++
.../gfortran.dg/gomp/appendix-a/a.24.1.f90 | 6 ++---
.../gfortran.dg/gomp/appendix-a/a.31.3.f90 | 26 ++++++++++------------
3 files changed, 21 insertions(+), 17 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 f8fdb78eaf Class-ify lm_info_windows
new ef79d9a3c6 Class-fy regcache
new b421c83cb8 Simplify regcache_dup
new deb1fa3eda Use tag dispatch regcache ctor in regcache_dup
new 0749542484 Remove cleanup in get_return_value
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:
gdb/ChangeLog | 72 ++++++
gdb/infcmd.c | 14 +-
gdb/regcache.c | 774 ++++++++++++++++++++++++++++++++-------------------------
gdb/regcache.h | 166 ++++++++++++-
gdb/target.c | 5 +-
5 files changed, 674 insertions(+), 357 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.