This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2017c135c0f [X86][SNB] Remove unnecessary CVT InstRW overrides new 5cb89e921d0 [ARM] preserve test intent by removing undef new 9b35a3acde2 [ARM] preserve test intent by removing undef new 9be09777af7 [ARM] preserve test intent by removing undef new 34b5ae7518d [X86] Update SNB/generic scheduler tests missed from rL332536 new bb60b65608e [ORC] Rewrite the VSO symbol table yet again. Update relate [...]
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: .../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 1 + .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 1 + .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 1 + .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 1 + .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 1 + examples/Kaleidoscope/include/KaleidoscopeJIT.h | 1 + include/llvm/ExecutionEngine/JITSymbol.h | 3 + .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 13 +- include/llvm/ExecutionEngine/Orc/Core.h | 686 ++++++++----- include/llvm/ExecutionEngine/Orc/Legacy.h | 36 +- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 3 +- lib/ExecutionEngine/Orc/Core.cpp | 1063 ++++++++++++-------- lib/ExecutionEngine/Orc/Legacy.cpp | 40 +- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 7 +- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 22 +- test/CodeGen/ARM/ifcvt10.ll | 19 +- test/CodeGen/ARM/reg_sequence.ll | 16 +- test/CodeGen/ARM/spill-q.ll | 8 +- test/CodeGen/X86/3dnow-schedule.ll | 8 +- test/CodeGen/X86/avx512-schedule.ll | 62 +- tools/lli/OrcLazyJIT.h | 5 +- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 541 ++++++---- .../ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 50 +- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 2 +- 24 files changed, 1586 insertions(+), 1004 deletions(-)