Handle some 64-bit atomics on x86-32, some of the time.
authorDale Johannesen <dalej@apple.com>
Thu, 2 Oct 2008 18:53:47 +0000 (18:53 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 2 Oct 2008 18:53:47 +0000 (18:53 +0000)
commit48c1bc2ace6481d3272ab5c18e1f19352c563be8
tree415c0f43e5c715afbe4b5209c9da1fadbe232080
parent46f7a5ec1af7e991f5dae6625b0d187ab62ad511
Handle some 64-bit atomics on x86-32, some of the time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56963 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrInfo.td
test/CodeGen/X86/2008-10-02-Atomics32-2.ll [new file with mode: 0644]
utils/TableGen/CodeGenInstruction.cpp