This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libunwind.
from 20fc48d Revert `rL321667: [PPC64] Port to ppc64le - initial version` new 89702f6 Don't use a strict larger-than comparison in the check_fit/do [...] new dc25db1 Reland [PPC64] Port to ppc64le - initial version
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/__libunwind_config.h | 11 +- include/libunwind.h | 114 +++++++++ src/AddressSpace.hpp | 7 + src/Registers.hpp | 577 +++++++++++++++++++++++++++++++++++++++++++ src/UnwindCursor.hpp | 19 ++ src/UnwindRegistersRestore.S | 95 +++++++ src/UnwindRegistersSave.S | 103 ++++++++ src/assembly.h | 4 +- src/config.h | 6 +- src/libunwind.cpp | 2 + 10 files changed, 932 insertions(+), 6 deletions(-)