This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme
in repository gcc.
discards 065c7265432 [C++] [PR84231] overload on cond_expr in template
new 16389532ade [C++] [PR84231] overload on cond_expr in template
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 (065c7265432)
\
N -- N -- N refs/heads/aoliva/testme (16389532ade)
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 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/call.c | 3 +++
gcc/cp/typeck.c | 18 ------------------
2 files changed, 3 insertions(+), 18 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 b4b42d6821 [analyzer] Introduce correct lifetime extension behavior in [...]
new f524e7c6ff [CFG] NFC: Refactor ConstructionContext into a finite set of cases.
new f23067b376 [analyzer] Self-debug: Dump dynamic type info and taint with [...]
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/CFG.h | 107 +--------
include/clang/Analysis/ConstructionContext.h | 245 +++++++++++++++++++++
.../Core/PathSensitive/DynamicTypeMap.h | 3 +
lib/Analysis/CFG.cpp | 118 ++++++----
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/ConstructionContext.cpp | 92 ++++++++
lib/StaticAnalyzer/Core/DynamicTypeMap.cpp | 23 ++
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 130 ++++++-----
.../Core/ExprEngineCallAndReturn.cpp | 8 +-
lib/StaticAnalyzer/Core/ProgramState.cpp | 9 +-
10 files changed, 530 insertions(+), 206 deletions(-)
create mode 100644 include/clang/Analysis/ConstructionContext.h
create mode 100644 lib/Analysis/ConstructionContext.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 575b2908bc3 [ARM] Another f16 litpool fix
new 3c6e03477e5 [ValueTracking] Teach cannotBeOrderedLessThanZeroImpl to lo [...]
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/ValueTracking.cpp | 6 ++++++
test/Transforms/InstSimplify/floating-point-arithmetic.ll | 14 ++++++++++++++
2 files changed, 20 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 binutils-gdb.
from 55089490f7 Change target_write_memory_blocks to use std::vector
new f6aec96dce ld: Add --enable-separate-code
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:
bfd/ChangeLog | 10 ++++++++++
bfd/config.in | 4 ++++
bfd/configure | 33 +++++++++++++++++++++++++++++++--
bfd/configure.ac | 24 ++++++++++++++++++++++++
bfd/elf64-x86-64.c | 12 ++++++++++--
ld/ChangeLog | 12 ++++++++++++
ld/NEWS | 5 +++++
ld/config.in | 4 ++++
ld/configure | 26 ++++++++++++++++++++++++--
ld/configure.ac | 17 +++++++++++++++++
ld/configure.tgt | 9 +++++++++
ld/emultempl/elf32.em | 1 +
12 files changed, 151 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 bd1add2fd5 [analyzer] Remove redundant check
new 9be874366e [MinGW, CrossWindows] Allow passing -static together with -shared
new b4b42d6821 [analyzer] Introduce correct lifetime extension behavior in [...]
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:
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 13 ++
lib/Driver/ToolChains/CrossWindows.cpp | 3 +-
lib/Driver/ToolChains/MinGW.cpp | 25 ++-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 169 ++++++++++++++++-----
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 15 +-
test/Analysis/lifetime-extension.cpp | 159 ++++++++++++++++++-
test/Analysis/temporaries.cpp | 27 ++++
test/Driver/mingw-libgcc.c | 13 +-
test/Driver/windows-cross.c | 10 ++
9 files changed, 369 insertions(+), 65 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 77aa5a16bf [analyzer] Quickfix: don't crash when runtime definition is [...]
new cc206d72c2 [analyzer] Only attempt to get the value of locations of known type
new bd1add2fd5 [analyzer] Remove redundant check
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/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp | 2 +-
lib/StaticAnalyzer/Core/RegionStore.cpp | 2 --
test/Analysis/novoidtypecrash.c | 8 ++++++++
3 files changed, 9 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/novoidtypecrash.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 roland/6.3.0/zircon
in repository gcc.
at b824b5a2484 PR target/80180 * config/i386/i386.c (ix86_expand_builtin [...]
This branch includes the following new commits:
new b824b5a2484 PR target/80180 * config/i386/i386.c (ix86_expand_builtin [...]
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 master
in repository llvm.
from 94aeacc62f8 Revert r326225 "[X86] Move the load folding tables to a sep [...]
new f521abc300c [dsymutil] Skip DW_AT_sibling attributes.
new 575b2908bc3 [ARM] Another f16 litpool fix
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/ARM/ARMConstantIslandPass.cpp | 8 +++++--
...fp16-litpool2-arm.mir => fp16-litpool3-arm.mir} | 14 ++++++++----
test/tools/dsymutil/Inputs/sibling.o | Bin 1748 -> 1732 bytes
test/tools/dsymutil/PowerPC/sibling.test | 25 ++++++++++++++++-----
tools/dsymutil/DwarfLinker.cpp | 5 +++--
5 files changed, 38 insertions(+), 14 deletions(-)
copy test/CodeGen/ARM/{fp16-litpool2-arm.mir => fp16-litpool3-arm.mir} (88%)
--
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 9e5c2f4ede [clang-format] Format operator key in protos
new 6d40150029 [analyzer] Logging test quickfix #2.
new 77aa5a16bf [analyzer] Quickfix: don't crash when runtime definition is [...]
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/StaticAnalyzer/Core/BugReporterVisitors.cpp | 8 +++++---
test/Analysis/region_store_overflow.c | 5 ++---
2 files changed, 7 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 llvm.
from 8933ad2b9a2 ARM: Don't rewrite add reg, $sp, 0 -> mov reg, $sp if the a [...]
new 94aeacc62f8 Revert r326225 "[X86] Move the load folding tables to a sep [...]
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/X86FoldTables.inc | 3624 -------------------------------------
lib/Target/X86/X86InstrInfo.cpp | 3633 +++++++++++++++++++++++++++++++++++++-
2 files changed, 3623 insertions(+), 3634 deletions(-)
delete mode 100644 lib/Target/X86/X86FoldTables.inc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.