This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1ced44b [Analysis] Centralize objectsize lowering logic. new 8317950 IPO: Remove the ModuleSummary argument to the FunctionImport [...] new 389d8df [Orc] Add some static-assert checks to improve the error mess [...]
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/Orc/RPCUtils.h | 133 ++++++++++++++++++++++- include/llvm/Transforms/IPO.h | 2 +- include/llvm/Transforms/IPO/FunctionImport.h | 5 - include/llvm/Transforms/IPO/PassManagerBuilder.h | 3 - lib/Transforms/IPO/FunctionImport.cpp | 42 +++---- lib/Transforms/IPO/PassManagerBuilder.cpp | 7 -- unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 126 +++++++++++++++++++++ 7 files changed, 273 insertions(+), 45 deletions(-)