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 1d9557213e1 avoid remove&reinsert of call when splitting block for inlining
new eafc86c6929 avoid remove&reinsert of call when splitting block for inlining
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 (1d9557213e1)
\
N -- N -- N refs/heads/aoliva/testme (eafc86c6929)
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/testsuite/gcc.dg/guality/inline-params-2.c | 37 ++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/guality/inline-params-2.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 ddeab36df73 [lanai] Add computeKnownBitsForTargetNode for Lanai.
new d35f86ef8f1 Suppress all uses of LLVM_END_WITH_NULL. NFC.
new ddb4f9c38b0 Fix the Endianness bug by adding the little endian UTF marker.
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/llvm/ADT/STLExtras.h | 12 ++++++
include/llvm/IR/Constants.h | 10 ++++-
include/llvm/IR/DerivedTypes.h | 29 +++++++++++--
include/llvm/Support/Compiler.h | 6 ---
lib/CodeGen/SjLjEHPrepare.cpp | 4 +-
lib/IR/Constants.cpp | 15 +------
lib/IR/Instructions.cpp | 6 +--
lib/IR/Module.cpp | 1 -
lib/IR/Type.cpp | 44 -------------------
lib/Object/COFFObjectFile.cpp | 2 -
lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +-
lib/Target/ARM/ARMISelLowering.cpp | 4 +-
lib/Target/X86/X86ISelLowering.cpp | 5 +--
.../Instrumentation/AddressSanitizer.cpp | 19 ++++-----
.../Instrumentation/DataFlowSanitizer.cpp | 8 ++--
.../Instrumentation/EfficiencySanitizer.cpp | 49 ++++++++++------------
lib/Transforms/Utils/EscapeEnumerator.cpp | 3 +-
lib/Transforms/Utils/ModuleUtils.cpp | 12 +++---
lib/Transforms/Utils/SimplifyLibCalls.cpp | 6 +--
lib/Transforms/Utils/ValueMapper.cpp | 9 ++--
tools/bugpoint/ExtractFunction.cpp | 3 +-
tools/llvm-readobj/COFFDumper.cpp | 8 ++++
unittests/ExecutionEngine/Orc/OrcTestCommon.h | 2 +-
unittests/IR/TypeBuilderTest.cpp | 30 +++++++------
24 files changed, 130 insertions(+), 159 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 56d4ee6da0 [WebAssembly] Fix failing wasm-toolchain test
new b0c092f298 Suppress all uses of LLVM_END_WITH_NULL. 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/CodeGen/CGBlocks.cpp | 10 +-
lib/CodeGen/CGBuiltin.cpp | 8 +-
lib/CodeGen/CGCUDANV.cpp | 2 +-
lib/CodeGen/CGCleanup.cpp | 3 +-
lib/CodeGen/CGException.cpp | 13 +-
lib/CodeGen/CGExpr.cpp | 4 +-
lib/CodeGen/CGExprConstant.cpp | 10 +-
lib/CodeGen/CGObjCGNU.cpp | 127 +++++++--------
lib/CodeGen/CGObjCMac.cpp | 170 ++++++++-------------
lib/CodeGen/CGOpenMPRuntime.cpp | 2 +-
lib/CodeGen/CodeGenModule.cpp | 2 +-
lib/CodeGen/CodeGenTypes.cpp | 2 +-
lib/CodeGen/ItaniumCXXABI.cpp | 2 +-
lib/CodeGen/TargetInfo.cpp | 10 +-
.../Checkers/BasicObjCFoundationChecks.cpp | 46 +++---
.../Checkers/NoReturnFunctionChecker.cpp | 4 +-
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 47 +++---
lib/StaticAnalyzer/Checkers/SelectorExtras.h | 40 ++---
18 files changed, 204 insertions(+), 298 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 dc29e454d [mips] Remove XFAIL from sanitizer_coverage_no_prune.cc
new 92760a253 [mips] XFAIL dfsan's custom.cc test on mips64.
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/dfsan/custom.cc | 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 2320b8ddd59 gcc/testsuite/ChangeLog:
new 0d7b4486ec9 PR c/35441 * c-pretty-print.c (c_pretty_pri [...]
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/c-family/ChangeLog | 10 ++++++++++
gcc/c-family/c-pretty-print.c | 22 +++++++++++++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr35441.c | 26 ++++++++++++++++++++++++++
4 files changed, 62 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr35441.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 4e7d66f791 [X86][LWP] Remove MSVC LWP intrinsics stubs.
new 56d4ee6da0 [WebAssembly] Fix failing wasm-toolchain test
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/Driver/wasm-toolchain.c | 6 +++---
1 file changed, 3 insertions(+), 3 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 072e32f0891 [WebAssembly] Fix validation of start function
new 5600d46a6d5 [SystemZ] Support missing relocation types in RuntimeDyldELF
new d65047601c4 [NewGVN] Explain why sorting by pointer values doesn't intr [...]
new ddeab36df73 [lanai] Add computeKnownBitsForTargetNode for Lanai.
The 3 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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 21 ++++++++--
lib/Target/Lanai/LanaiISelLowering.cpp | 26 +++++++++++-
lib/Target/Lanai/LanaiISelLowering.h | 5 +++
lib/Target/Lanai/LanaiInstrInfo.td | 3 --
lib/Transforms/Scalar/NewGVN.cpp | 4 ++
test/CodeGen/Lanai/masking_setccs.ll | 48 ++++++++++++++++++++++
6 files changed, 99 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/Lanai/masking_setccs.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 compiler-rt.
from aac85b1c9 [SystemZ] Remove XFAIL on sanitizer_coverage_no_prune.cc
new dc29e454d [mips] Remove XFAIL from sanitizer_coverage_no_prune.cc
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/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc | 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 compiler-rt.
from 6e815d2ef [SystemZ] Fix failures after D32542
new aac85b1c9 [SystemZ] Remove XFAIL on sanitizer_coverage_no_prune.cc
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/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc | 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 lld.
from 9fae679da Use a simpler heuristic for placing orphans.
new 6eee9bcc6 Add memory ORIGIN and LENGTH expression support
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:
ELF/ScriptParser.cpp | 12 +++++++++++
test/ELF/linkerscript/symbol-memoryexpr.s | 33 +++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
create mode 100644 test/ELF/linkerscript/symbol-memoryexpr.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.