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