This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 59db388889e [tools] Introduce llvm-lipo new 93af05e03e0 [ORC] Track JIT symbol states more explicitly. new fe32ed1e468 [RegUsageInfoCollector] Don't mark as saved registers that [...]
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/ExecutionEngine/JITSymbol.h | 21 +- include/llvm/ExecutionEngine/Orc/Core.h | 55 ++++- lib/CodeGen/RegUsageInfoCollector.cpp | 7 +- lib/ExecutionEngine/Orc/Core.cpp | 235 +++++++++------------ .../Orc/RTDyldObjectLinkingLayer.cpp | 2 +- test/CodeGen/ARM/ipra-reg-usage.ll | 15 ++ 6 files changed, 180 insertions(+), 155 deletions(-) create mode 100644 test/CodeGen/ARM/ipra-reg-usage.ll