[all-commits] [llvm/llvm-project] 7f5d91: [clang][AIX] Implement ABIInfo and TargetCodeGenIn...
jasonliudev via All-commits
all-commits at lists.llvm.org
Tue May 19 08:01:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7f5d91d3ffedf89823f36a5eba5ec586bc885545
https://github.com/llvm/llvm-project/commit/7f5d91d3ffedf89823f36a5eba5ec586bc885545
Author: jasonliu <jasonliu.development at gmail.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M clang/lib/CodeGen/TargetInfo.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
A clang/test/CodeGen/aix-complex.c
A clang/test/CodeGen/aix-return.c
A clang/test/CodeGen/aix-struct-arg.c
A clang/test/CodeGen/aix-vaargs.c
A clang/test/CodeGen/aix-vector.c
A clang/test/CodeGen/ppc32-and-aix-struct-return.c
A clang/test/CodeGen/ppc32-dwarf.c
R clang/test/CodeGen/ppc32-struct-return.c
M clang/test/CodeGen/ppc64-dwarf.c
A clang/test/Frontend/aix-unsupported.c
Log Message:
-----------
[clang][AIX] Implement ABIInfo and TargetCodeGenInfo for AIX
Summary:
Created AIXABIInfo and AIXTargetCodeGenInfo for AIX ABI.
Reviewed By: Xiangling_L, ZarkoCA
Differential Revision: https://reviews.llvm.org/D79035
More information about the All-commits
mailing list