[PATCH] Update TargetLowering API - no longer require TLOF

Aditya Nandakumar aditya_nandakumar at apple.com
Thu Nov 13 02:49:44 PST 2014


Hi echristo,

We can get the TLOF from the TargetMachine - so constructor no longer requires TargetLoweringObjectFile to be passed.
Updated all targets.

http://reviews.llvm.org/D6246

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/Hexagon/HexagonISelLowering.cpp
  lib/Target/MSP430/MSP430ISelLowering.cpp
  lib/Target/Mips/MipsISelLowering.cpp
  lib/Target/NVPTX/NVPTXISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/R600/AMDGPUISelLowering.cpp
  lib/Target/Sparc/SparcISelLowering.cpp
  lib/Target/SystemZ/SystemZISelLowering.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/XCore/XCoreISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6246.16142.patch
Type: text/x-patch
Size: 9356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141113/4a1eb91d/attachment.bin>


More information about the llvm-commits mailing list