[PATCH] D11090: Move most user of TargetMachine::getDataLayout to the Module one

Mehdi AMINI mehdi.amini at apple.com
Thu Jul 9 15:55:28 PDT 2015


joker.eph created this revision.
joker.eph added a reviewer: echristo.
joker.eph added subscribers: jholewinski, llvm-commits, rafael, yaron.keren.

This change is part of a series of commits dedicated to have a single
DataLayout during compilation by using always the one owned by the
module.

This patch is quite boring overall, except for some uglyness in
ASMPrinter which has a getDataLayout function but has some clients
that use it without a Module (llmv-dsymutil, llvm-dwarfdump), so
some methods are taking a DataLayout as parameter.

http://reviews.llvm.org/D11090

Files:
  include/llvm/CodeGen/AsmPrinter.h
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
  lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
  lib/CodeGen/ScheduleDAGInstrs.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/StackMaps.cpp
  lib/CodeGen/TargetInstrInfo.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/AArch64/AArch64CallingConvention.h
  lib/Target/AArch64/AArch64CallingConvention.td
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/ARM/ARMAsmPrinter.cpp
  lib/Target/ARM/ARMAsmPrinter.h
  lib/Target/ARM/ARMConstantIslandPass.cpp
  lib/Target/ARM/ARMInstrInfo.cpp
  lib/Target/ARM/ARMLoadStoreOptimizer.cpp
  lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  lib/Target/MSP430/MSP430MCInstLower.cpp
  lib/Target/Mips/MipsAsmPrinter.cpp
  lib/Target/Mips/MipsConstantIslandPass.cpp
  lib/Target/Mips/MipsDelaySlotFiller.cpp
  lib/Target/Mips/MipsISelLowering.cpp
  lib/Target/Mips/MipsTargetObjectFile.cpp
  lib/Target/Mips/MipsTargetObjectFile.h
  lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  lib/Target/PowerPC/PPCAsmPrinter.cpp
  lib/Target/PowerPC/PPCMCInstLower.cpp
  lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
  lib/Target/Sparc/SparcAsmPrinter.cpp
  lib/Target/SystemZ/SystemZAsmPrinter.cpp
  lib/Target/X86/X86MCInstLower.cpp
  lib/Target/XCore/XCoreAsmPrinter.cpp
  lib/Target/XCore/XCoreTargetObjectFile.cpp
  utils/TableGen/CallingConvEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11090.29408.patch
Type: text/x-patch
Size: 75276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150709/5d7b81ef/attachment.bin>


More information about the llvm-commits mailing list