[PATCH] D18201: Switch over targets to use AtomicExpandPass, and clean up target atomics code.

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 12:27:22 PDT 2016


jyknight updated this revision to Diff 61121.
jyknight added a comment.

Rebased.


http://reviews.llvm.org/D18201

Files:
  include/llvm/Target/TargetLowering.h
  include/llvm/Target/TargetSubtargetInfo.h
  lib/CodeGen/AtomicExpandPass.cpp
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  lib/CodeGen/SelectionDAG/LegalizeTypes.h
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  lib/Target/ARM/ARMSubtarget.cpp
  lib/Target/ARM/ARMSubtarget.h
  lib/Target/BPF/BPFISelLowering.cpp
  lib/Target/Hexagon/HexagonISelLowering.cpp
  lib/Target/Hexagon/HexagonISelLowering.h
  lib/Target/Mips/Mips16ISelLowering.cpp
  lib/Target/Mips/MipsISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/Sparc/SparcISelLowering.cpp
  lib/Target/SystemZ/SystemZISelLowering.cpp
  lib/Target/TargetSubtargetInfo.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/XCore/XCoreISelLowering.cpp
  lib/Target/XCore/XCoreISelLowering.h
  test/CodeGen/ARM/atomic-cmpxchg.ll
  test/CodeGen/ARM/atomic-load-store.ll
  test/CodeGen/ARM/atomic-op.ll
  test/CodeGen/PowerPC/atomics-indexed.ll
  test/CodeGen/PowerPC/atomics.ll
  test/CodeGen/X86/atomic-non-integer.ll
  test/CodeGen/X86/nocx16.ll
  test/CodeGen/XCore/atomic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18201.61121.patch
Type: text/x-patch
Size: 68243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160617/74623dd7/attachment.bin>


More information about the llvm-commits mailing list