This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0676c36b479 Daily bump.
new 2b1575de1a8 PR84300, ICE in dwarf2cfi on ppc64le with -fsplit-stack -fn [...]
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/config/rs6000/rs6000.md | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr84300.c | 5 +++++
4 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr84300.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 clang.
from 5ec079b92e [analyzer] Fix a merge error in -analyzer-config tests.
new 8d0b5771e4 [analyzer] NFC: Assert that our fix for noreturn destructors [...]
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/StaticAnalyzer/Core/ExprEngineCXX.cpp | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 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 94750c8e7e [analyzer] NFC: Use CFG construction contexts instead of hom [...]
new 5ec079b92e [analyzer] Fix a merge error in -analyzer-config 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/Analysis/analyzer-config.c | 2 +-
test/Analysis/analyzer-config.cpp | 2 +-
2 files changed, 2 insertions(+), 2 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 2640a02703 [CFG] Provide construction contexts when constructors have c [...]
new 94750c8e7e [analyzer] NFC: Use CFG construction contexts instead of hom [...]
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/CFG.h | 10 ++++
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 7 ---
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 70 ++++------------------
3 files changed, 21 insertions(+), 66 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 libcxx.
from 5bfbd7dac The apple versions of clang don't support deduction guides yet.
new 9e6ac074e Use multi-key tree search for {map, set}::{count, equal_range}
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/map | 6 +--
include/set | 6 +--
.../map/map.ops/count_transparent.pass.cpp | 50 ++++++++++++++++++
.../map/map.ops/equal_range_transparent.pass.cpp | 60 ++++++++++++++++++++++
.../multimap.ops/count_transparent.pass.cpp | 50 ++++++++++++++++++
.../multimap.ops/equal_range_transparent.pass.cpp | 60 ++++++++++++++++++++++
.../multiset/count_transparent.pass.cpp | 51 ++++++++++++++++++
.../multiset/equal_range_transparent.pass.cpp | 60 ++++++++++++++++++++++
.../associative/set/count_transparent.pass.cpp | 51 ++++++++++++++++++
.../set/equal_range_transparent.pass.cpp | 60 ++++++++++++++++++++++
10 files changed, 448 insertions(+), 6 deletions(-)
create mode 100644 test/std/containers/associative/map/map.ops/count_transparent.pass.cpp
create mode 100644 test/std/containers/associative/map/map.ops/equal_range_transpa [...]
create mode 100644 test/std/containers/associative/multimap/multimap.ops/count_tra [...]
create mode 100644 test/std/containers/associative/multimap/multimap.ops/equal_ran [...]
create mode 100644 test/std/containers/associative/multiset/count_transparent.pass.cpp
create mode 100644 test/std/containers/associative/multiset/equal_range_transparen [...]
create mode 100644 test/std/containers/associative/set/count_transparent.pass.cpp
create mode 100644 test/std/containers/associative/set/equal_range_transparent.pass.cpp
--
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 04b113b4bf1 [X86] Teach combineInsertSubvector how to combine some k-re [...]
new e8e03ba1cc1 [DAG] Make early exit hasPredecessorHelper return true. 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:
include/llvm/CodeGen/SelectionDAGNodes.h | 3 +++
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 3 ---
lib/Target/X86/X86ISelDAGToDAG.cpp | 11 ++++-------
3 files changed, 7 insertions(+), 10 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 a5f94fbb04 [CFG] Add construction context for constructor initializers.
new 2640a02703 [CFG] Provide construction contexts when constructors have c [...]
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/CFG.cpp | 2 +
test/Analysis/cfg-rich-constructors.cpp | 77 ++++++++++++++++++++++++++++-
test/Analysis/temp-obj-dtors-cfg-output.cpp | 44 ++++++++++++-----
3 files changed, 110 insertions(+), 13 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 20012b6592 [CFG] Add construction context for simple variable declarations.
new a5f94fbb04 [CFG] Add construction context for constructor initializers.
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/CFG.h | 23 +++++++++++---
lib/Analysis/CFG.cpp | 51 +++++++++++++++++++------------
test/Analysis/cfg-rich-constructors.cpp | 25 +++++++++++++++
test/Analysis/initializers-cfg-output.cpp | 15 ++++++---
4 files changed, 85 insertions(+), 29 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 lldb.
from 0e529da64 Add test case for x86_64 architecture recognition in the targ [...]
new cd0160fd1 Looks like this fails when built i386 on linux bots, possible [...]
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/functionalities/gdb_remote_client/TestTargetXMLArch.py | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.