This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6b8a078 Fix -Wpessimizing-move warning. new 345d21c Make the FunctionComparator of the MergeFunctions pass a stan [...]
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: include/llvm/Transforms/Utils/FunctionComparator.h | 367 ++++++ lib/Transforms/IPO/MergeFunctions.cpp | 1218 +------------------- lib/Transforms/Utils/CMakeLists.txt | 1 + lib/Transforms/Utils/FunctionComparator.cpp | 922 +++++++++++++++ unittests/Transforms/Utils/CMakeLists.txt | 1 + unittests/Transforms/Utils/FunctionComparator.cpp | 130 +++ 6 files changed, 1422 insertions(+), 1217 deletions(-) create mode 100644 include/llvm/Transforms/Utils/FunctionComparator.h create mode 100644 lib/Transforms/Utils/FunctionComparator.cpp create mode 100644 unittests/Transforms/Utils/FunctionComparator.cpp