This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5603d18b0a [InstCombine] Fold Select with binary op new f264341a831 [DAGCombiner][PowerPC][AArch64] Pass Created vector by refe [...] new e9f23bb5b17 [TargetLowering] In BuildSDIV, add the MULHS/SMUL_LOHI to t [...] new 865d24fcb44 [ORC] Add SerializationTraits for std::set and std::map.
The 3 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/CodeGen/TargetLowering.h | 2 +- .../llvm/ExecutionEngine/Orc/RPCSerialization.h | 145 ++++++++++++++++++++- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 5 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 13 +- lib/Target/AArch64/AArch64ISelLowering.h | 2 +- lib/Target/PowerPC/PPCISelLowering.cpp | 8 +- lib/Target/PowerPC/PPCISelLowering.h | 2 +- unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 81 ++++++------ 9 files changed, 199 insertions(+), 61 deletions(-)