This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 089cd2cb501 Revert r301487: Replace HashString algorithm with xxHash64 new a596026865a MachineFrameInfo: Move implementation to an own file; NFC new 7c2792bdea1 Lanai: Remove unnecessary canRealignStack() override; NFC new 3e8c96253a7 MachineFrameInfo.h: Remove unnecessary forward declarations; NFC
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/MachineFrameInfo.h | 6 - lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/MachineFrameInfo.cpp | 218 ++++++++++++++++++++++++++++++++ lib/CodeGen/MachineFunction.cpp | 208 ------------------------------ lib/Target/Lanai/LanaiRegisterInfo.cpp | 6 - lib/Target/Lanai/LanaiRegisterInfo.h | 2 - 6 files changed, 219 insertions(+), 222 deletions(-) create mode 100644 lib/CodeGen/MachineFrameInfo.cpp