This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7377153 Fix warnings in FunctionTest.cpp. new 972586b [ADT] Add LLVM_MARK_AS_BITMASK_ENUM, used to enable bitwise o [...] new 00e79db Fix warning in ObjectTransformLayerTest. new 73aacfb Move mempcpy_call.ll to X86 subdirectory
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/ADT/BitmaskEnum.h | 152 +++++++++++++++++++++ test/CodeGen/{Generic => X86}/mempcpy_call.ll | 0 unittests/ADT/BitmaskEnumTest.cpp | 134 ++++++++++++++++++ unittests/ADT/CMakeLists.txt | 1 + .../Orc/ObjectTransformLayerTest.cpp | 3 +- 5 files changed, 289 insertions(+), 1 deletion(-) create mode 100644 include/llvm/ADT/BitmaskEnum.h rename test/CodeGen/{Generic => X86}/mempcpy_call.ll (100%) create mode 100644 unittests/ADT/BitmaskEnumTest.cpp