This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc8923b Revert r268832 "Refactor stripDebugInfo(Function) to handle i [...] new c14b8e9 [Orc] Rename OrcArchitectureSupport to OrcABISupport and add [...]
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: examples/Kaleidoscope/Orc/fully_lazy/toy.cpp | 4 +- .../{OrcArchitectureSupport.h => OrcABISupport.h} | 56 ++++-- lib/ExecutionEngine/Orc/CMakeLists.txt | 2 +- ...rcArchitectureSupport.cpp => OrcABISupport.cpp} | 224 ++++++++++++++------- lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp | 26 ++- tools/lli/ChildTarget/ChildTarget.cpp | 4 +- tools/lli/OrcLazyJIT.cpp | 27 ++- 7 files changed, 233 insertions(+), 110 deletions(-) rename include/llvm/ExecutionEngine/Orc/{OrcArchitectureSupport.h => OrcABISupport [...] rename lib/ExecutionEngine/Orc/{OrcArchitectureSupport.cpp => OrcABISupport.cpp} (78%)