[all-commits] [llvm/llvm-project] 8e1f09: [PowerPC] Delete PPCSubtarget::isDarwin and isDarw...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jan 21 09:55:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8e1f0974c280540ec516ac16678c2c582ffb6705
https://github.com/llvm/llvm-project/commit/8e1f0974c280540ec516ac16678c2c582ffb6705
Author: Fangrui Song <maskray at google.com>
Date: 2020-01-21 (Tue, 21 Jan 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPC.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
M llvm/lib/Target/PowerPC/PPCSubtarget.h
R llvm/test/CodeGen/PowerPC/2008-10-31-PPCF128Libcalls.ll
Log Message:
-----------
[PowerPC] Delete PPCSubtarget::isDarwin and isDarwinABI
http://lists.llvm.org/pipermail/llvm-dev/2018-August/125614.html developers have agreed to remove Darwin support from POWER backends.
Reviewed By: sfertile
Differential Revision: https://reviews.llvm.org/D72067
More information about the All-commits
mailing list