This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db1d61d7157 [Dwarf] Complete the list of type tags. new 1269c3a3b67 [NFC][AIX] Use assert instead of llvm_unreachable new d1e29eb4389 Reland r368691: "[AIX] Implement LR prolog/epilog save/restore" new 490f3306c44 [NFC] Revisited/updated tests
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/MC/MCStreamer.h | 2 +- lib/MC/MCAsmStreamer.cpp | 6 ++--- lib/MC/MCSectionXCOFF.cpp | 12 ++++----- lib/MC/MCXCOFFStreamer.cpp | 4 +-- lib/Target/PowerPC/PPCFrameLowering.cpp | 34 +++++++++++++++++++++++--- lib/Target/PowerPC/PPCFrameLowering.h | 6 ++--- test/CodeGen/PowerPC/aix-lr.ll | 32 ++++++++++++++++++++++++ test/CodeGen/PowerPC/test_call_aix.ll | 2 -- test/Transforms/InstCombine/mem-deref-bytes.ll | 26 +++++++++++++++++--- 9 files changed, 100 insertions(+), 24 deletions(-) create mode 100644 test/CodeGen/PowerPC/aix-lr.ll