[all-commits] [llvm/llvm-project] 660b0d: [AIX] Enable frame pointer for AIX and add related...
xiangling-liao via All-commits
all-commits at lists.llvm.org
Mon Feb 10 12:44:28 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 660b0d7f7bba70047033e14f5a58bf065d6926b3
https://github.com/llvm/llvm-project/commit/660b0d7f7bba70047033e14f5a58bf065d6926b3
Author: Xiangling Liao <Xiangling.Liao at ibm.com>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
M llvm/lib/Target/PowerPC/PPCSubtarget.h
R llvm/test/CodeGen/PowerPC/Frames-alloca.ll
A llvm/test/CodeGen/PowerPC/Frames-dyn-alloca-with-func-call.ll
A llvm/test/CodeGen/PowerPC/Frames-dyn-alloca.ll
M llvm/test/CodeGen/PowerPC/Frames-large.ll
M llvm/test/CodeGen/PowerPC/Frames-small.ll
A llvm/test/CodeGen/PowerPC/Frames-stack-floor.ll
Log Message:
-----------
[AIX] Enable frame pointer for AIX and add related test suite
This patch:
- enable frame pointer for AIX;
- update some of red zone comments;
- add/update testcases;
Differential Revision: https://reviews.llvm.org/D72454
More information about the All-commits
mailing list