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 218b727473c [AST] Adapt Polly to AnalysisSetTracker changes. NFC. adds 00e6049559b [Hexagon] Remove unused functions from HexagonInstPrinter, NFC adds c1011528465 [MS Demangler] Demangle all remaining types of operators. adds 7aacef06ca5 [ORC] Rename VSO to JITDylib. adds fbdb20b2ab5 DAG: Fix isKnownNeverNaN for basic non-sNaN cases adds 651c0bf01a4 [X86] Remove detectAddSubSatPattern.
No new revisions were added by this update.
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