This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from fefaf852b10 Daily bump.
new 607855267a7 PR c++/80290 - memory-hog with std::pair.
new c6f88c6ee42 PR c++/86320 - memory-hog with std::array of pair
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/cp/ChangeLog | 11 +++++++++++
gcc/cp/pt.c | 22 ++++++++++++++++++++++
gcc/cp/typeck2.c | 3 +++
3 files changed, 36 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 gcc.
from a2fa87687ed Daily bump.
new 070c395b755 PR c++/80290 - memory-hog with std::pair.
new cf755750cc4 PR c++/86320 - memory-hog with std::array of pair
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/cp/ChangeLog | 16 ++++++
gcc/cp/call.c | 102 ++++++++++++++++++++++++-------------
gcc/cp/class.c | 2 +-
gcc/cp/cp-tree.h | 3 ++
gcc/cp/pt.c | 149 +++++++++++++++++++++++++++++++------------------------
gcc/cp/typeck2.c | 16 +++++-
6 files changed, 186 insertions(+), 102 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 3387634751 [analyzer] [NFC] A convenient getter for getting a current s [...]
new aa26656cf2 Fix warning about unhandled enumeration in switch.
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/FreeBSD.cpp | 2 ++
1 file changed, 2 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 clang.
from 2f412f2b98 Diagnose missing 'template' keywords in contexts where a com [...]
new ed40733793 [analyzer] [NFC] Add -verify to malloc checker test
new 3387634751 [analyzer] [NFC] A convenient getter for getting a current s [...]
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:
include/clang/Analysis/AnalysisDeclContext.h | 2 +-
include/clang/Analysis/ProgramPoint.h | 4 +++
.../StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 2 +-
.../Core/PathSensitive/ExplodedGraph.h | 2 +-
lib/Analysis/AnalysisDeclContext.cpp | 4 +--
.../Checkers/CXXSelfAssignmentChecker.cpp | 2 +-
.../Checkers/ExprInspectionChecker.cpp | 4 +--
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 4 +--
lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp | 3 +-
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 6 ++--
.../Checkers/StackAddrEscapeChecker.cpp | 5 ++-
lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp | 6 ++--
lib/StaticAnalyzer/Core/BugReporter.cpp | 6 ++--
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 17 +++++-----
lib/StaticAnalyzer/Core/CallEvent.cpp | 2 +-
lib/StaticAnalyzer/Core/CoreEngine.cpp | 2 +-
lib/StaticAnalyzer/Core/Environment.cpp | 2 +-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 28 ++++++++--------
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 8 ++---
.../Core/ExprEngineCallAndReturn.cpp | 14 ++++----
lib/StaticAnalyzer/Core/LoopWidening.cpp | 2 +-
lib/StaticAnalyzer/Core/MemRegion.cpp | 10 +++---
lib/StaticAnalyzer/Core/SymbolManager.cpp | 2 +-
lib/StaticAnalyzer/Core/WorkList.cpp | 4 +--
test/Analysis/malloc-plist.c | 38 +++++++++++-----------
25 files changed, 89 insertions(+), 90 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 affe61a680 [mips] Explicitly specify the linker emulation for MIPS on FreeBSD.
new 2f412f2b98 Diagnose missing 'template' keywords in contexts where a com [...]
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/Parse/Parser.h | 8 ++
include/clang/Sema/Sema.h | 18 ++--
lib/Parse/ParseExpr.cpp | 91 ++++---------------
lib/Parse/ParseExprCXX.cpp | 11 ++-
lib/Parse/ParseTemplate.cpp | 108 +++++++++++++++++++++++
test/SemaTemplate/dependent-template-recover.cpp | 10 +++
6 files changed, 157 insertions(+), 89 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 06f46b29d52 [X86] Don't store register and memory FMA3 opcodes in the s [...]
new 3dbfeaffe7a [Debugify] Handle failure to get fragment size when checkin [...]
new bde65c4dd97 [InstCombine] Avoid creating mis-sized dbg.values in common [...]
new 0f220def93e [llvm-mca] Add a comment to Stage::execute and fix a spelli [...]
new 2051d2558e7 [ADT] Pass DerivedT from pointe{e,r}_iterator to iterator_a [...]
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/ADT/iterator.h | 4 ++--
lib/Transforms/InstCombine/InstCombineCasts.cpp | 7 +++++--
test/Transforms/InstCombine/double-float-shrink-2.ll | 3 +++
test/Transforms/SCCP/ipsccp-basic.ll | 1 +
tools/llvm-mca/Stage.h | 4 +++-
tools/opt/Debugify.cpp | 11 +++++++----
unittests/ADT/IteratorTest.cpp | 14 ++++++++++++++
7 files changed, 35 insertions(+), 9 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 acc979319bb [Debugify] Diagnose mis-sized dbg.values
new 06f46b29d52 [X86] Don't store register and memory FMA3 opcodes in the s [...]
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/X86InstrFMA3Info.cpp | 36 +++++++----------
lib/Target/X86/X86InstrFMA3Info.h | 81 ++++++-------------------------------
lib/Target/X86/X86InstrInfo.cpp | 12 ++----
3 files changed, 30 insertions(+), 99 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 compiler-rt.
from b36fc83e6 Fix test broken by r335644
new 4220bb4e7 Fix another bot broken by r335644
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/cfi/cross-dso-diagnostic.cpp | 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 zorg.
from 7b83ba4 Add a couple native arm builders to build armv7 and aarch64 clang.
new 072b239 Update Android NDK to r16.
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:
zorg/buildbot/builders/sanitizers/buildbot_android.sh | 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 gcc.
from 60025d59c41 * common/config/v850/v850-common.c (TARGET_DEFAULT_TARGET_ [...]
new 393138d71ac Declare some explicit instantiations for strings in Debug Mode
new a2fa87687ed Daily bump.
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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/include/bits/basic_string.tcc | 8 ++++----
3 files changed, 11 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.