This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 2661a6cb5c2 [MC] Improve error message when a codeview register is unknown
adds 7f03ac80bc8 ValueTracking: Add tests for isKnownNeverNaN
adds a04ab7c2136 [AST] Add tests for argmemonly calls [NFC]
adds 803952bdf02 [AST[Tests] Shorten tests using noalias params
No new revisions were added by this update.
Summary of changes:
test/Analysis/AliasSet/argmemonly.ll | 122 +++++++++
test/Transforms/InstCombine/known-never-nan.ll | 343 ++++++++++++++++++++++++-
2 files changed, 463 insertions(+), 2 deletions(-)
create mode 100644 test/Analysis/AliasSet/argmemonly.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 llvm.
from 2661a6cb5c2 [MC] Improve error message when a codeview register is unknown
new 7f03ac80bc8 ValueTracking: Add tests for isKnownNeverNaN
new a04ab7c2136 [AST] Add tests for argmemonly calls [NFC]
new 803952bdf02 [AST[Tests] Shorten tests using noalias params
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:
test/Analysis/AliasSet/argmemonly.ll | 122 +++++++++
test/Transforms/InstCombine/known-never-nan.ll | 343 ++++++++++++++++++++++++-
2 files changed, 463 insertions(+), 2 deletions(-)
create mode 100644 test/Analysis/AliasSet/argmemonly.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 4c84da47e9 test commit: add a comment
new 4451356852 [analyzer] Drop support for GC mode in RetainCountChecker
new 06583b81f9 [analyzer] [NFC] Split up RetainCountChecker
new 10ae7efe33 [analyzer] [NFC] Split up summary generation in RetainCountC [...]
new 56719e5240 [analyzer] [NFC] Move canEval function from RetainCountCheck [...]
new e3ee7f2dce [analyzer] [NFC] Move ObjCRetainCount to include/Analysis
new d360121f4e [analyzer] Re-instate support for MakeCollectable is RetainC [...]
new 9af34252a3 [analyzer] [NFC] Minor refactoring of ISL-specific code in R [...]
The 7 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:
.../Checkers => Analysis}/ObjCRetainCount.h | 3 +-
lib/ARCMigrate/ObjCMT.cpp | 2 +-
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 4 +-
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 4156 --------------------
.../RetainCountChecker/RetainCountChecker.cpp | 1435 +++++++
.../RetainCountChecker/RetainCountChecker.h | 446 +++
.../RetainCountChecker/RetainCountDiagnostics.cpp | 568 +++
.../RetainCountChecker/RetainCountDiagnostics.h | 198 +
.../RetainCountChecker/RetainCountSummaries.cpp | 886 +++++
.../RetainCountChecker/RetainCountSummaries.h | 518 +++
test/Analysis/CFDateGC.m | 85 -
.../retain-release-path-notes-gc.m.plist | 1172 ------
.../retain-release-path-notes.m.plist | 152 +-
test/Analysis/PR2599.m | 63 -
test/Analysis/retain-release-gc-only.m | 434 --
test/Analysis/retain-release-path-notes-gc.m | 75 -
test/Analysis/retain-release-path-notes.m | 6 +-
test/Analysis/retain-release.m | 1 -
18 files changed, 4060 insertions(+), 6144 deletions(-)
rename include/clang/{StaticAnalyzer/Checkers => Analysis}/ObjCRetainCount.h (98%)
delete mode 100644 lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
create mode 100644 lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
create mode 100644 lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
create mode 100644 lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagn [...]
create mode 100644 lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagn [...]
create mode 100644 lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountSumma [...]
create mode 100644 lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountSummaries.h
delete mode 100644 test/Analysis/CFDateGC.m
delete mode 100644 test/Analysis/Inputs/expected-plists/retain-release-path-notes- [...]
delete mode 100644 test/Analysis/PR2599.m
delete mode 100644 test/Analysis/retain-release-gc-only.m
delete mode 100644 test/Analysis/retain-release-path-notes-gc.m
--
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 release_70
in repository clang.
from 445b8eb6c9 Backport r339704 to 7.0 for PR38598
new 8901ecd01a Merging r340079: ------------------------------------------- [...]
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/AST/MicrosoftMangle.cpp | 41 ++++++++++++++++++++--
test/CodeGenCXX/cfi-cross-dso.cpp | 2 +-
test/CodeGenCXX/cfi-icall.cpp | 2 +-
test/CodeGenCXX/debug-info-thunk.cpp | 2 +-
test/CodeGenCXX/dllexport.cpp | 2 +-
test/CodeGenCXX/mangle-ms.cpp | 2 +-
test/CodeGenCXX/microsoft-abi-structors.cpp | 4 +--
test/CodeGenCXX/microsoft-abi-throw.cpp | 4 +--
test/CodeGenCXX/microsoft-abi-thunks.cpp | 2 +-
test/CodeGenCXX/microsoft-abi-vftables.cpp | 6 ++--
.../microsoft-abi-virtual-member-pointers.cpp | 8 ++---
test/CodeGenCXX/msabi-swiftcall-cc.cpp | 8 ++---
test/CodeGenCXX/pragma-init_seg.cpp | 4 +--
test/CodeGenCXX/type-metadata.cpp | 14 ++++----
14 files changed, 68 insertions(+), 33 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 651c0bf01a4 [X86] Remove detectAddSubSatPattern.
adds 0a4b8880796 [MS Demangler] Properly print all thunk types.
adds 2661a6cb5c2 [MC] Improve error message when a codeview register is unknown
No new revisions were added by this update.
Summary of changes:
lib/Demangle/MicrosoftDemangle.cpp | 15 +++++++++++----
lib/MC/MCRegisterInfo.cpp | 5 ++++-
test/Demangle/ms-operators.test | 3 ---
test/Demangle/ms-thunks.test | 15 +++++++++++++++
4 files changed, 30 insertions(+), 8 deletions(-)
create mode 100644 test/Demangle/ms-thunks.test
--
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 651c0bf01a4 [X86] Remove detectAddSubSatPattern.
new 0a4b8880796 [MS Demangler] Properly print all thunk types.
new 2661a6cb5c2 [MC] Improve error message when a codeview register is unknown
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/Demangle/MicrosoftDemangle.cpp | 15 +++++++++++----
lib/MC/MCRegisterInfo.cpp | 5 ++++-
test/Demangle/ms-operators.test | 3 ---
test/Demangle/ms-thunks.test | 15 +++++++++++++++
4 files changed, 30 insertions(+), 8 deletions(-)
create mode 100644 test/Demangle/ms-thunks.test
--
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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/clang.
from fbc78a8687 Update comments in CGDebugInfo to reflect changes in the MS [...]
adds 4c84da47e9 test commit: add a comment
No new revisions were added by this update.
Summary of changes:
test/PCH/pch-through3c.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 218b727473c [AST] Adapt Polly to AnalysisSetTracker changes. NFC.
new 00e6049559b [Hexagon] Remove unused functions from HexagonInstPrinter, NFC
new c1011528465 [MS Demangler] Demangle all remaining types of operators.
new 7aacef06ca5 [ORC] Rename VSO to JITDylib.
new fbdb20b2ab5 DAG: Fix isKnownNeverNaN for basic non-sNaN cases
new 651c0bf01a4 [X86] Remove detectAddSubSatPattern.
The 5 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:
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 6 +-
include/llvm/ExecutionEngine/Orc/Core.h | 229 ++++-----
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 14 +-
.../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 4 +-
include/llvm/ExecutionEngine/Orc/LLJIT.h | 38 +-
include/llvm/ExecutionEngine/Orc/Layer.h | 14 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 19 +-
lib/Demangle/MicrosoftDemangle.cpp | 524 ++++++++++++++++-----
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 17 +-
lib/ExecutionEngine/Orc/Core.cpp | 308 ++++++------
lib/ExecutionEngine/Orc/ExecutionUtils.cpp | 15 +-
lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 6 +-
lib/ExecutionEngine/Orc/LLJIT.cpp | 16 +-
lib/ExecutionEngine/Orc/Layer.cpp | 13 +-
.../Orc/RTDyldObjectLinkingLayer.cpp | 22 +-
.../Hexagon/MCTargetDesc/HexagonInstPrinter.cpp | 88 +---
.../Hexagon/MCTargetDesc/HexagonInstPrinter.h | 44 +-
lib/Target/X86/X86ISelLowering.cpp | 115 -----
test/CodeGen/AArch64/known-never-nan.ll | 50 ++
test/Demangle/ms-operators.test | 28 +-
tools/lli/lli.cpp | 4 +-
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 184 ++++----
.../ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 16 +-
unittests/ExecutionEngine/Orc/OrcTestCommon.h | 4 +-
24 files changed, 947 insertions(+), 831 deletions(-)
create mode 100644 test/CodeGen/AArch64/known-never-nan.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.