llvm-6502/lib/CodeGen/SelectionDAG
Eli Friedman 069e2ed794 Atomic load/store on ARM/Thumb.
I don't really like the patterns, but I'm having trouble coming up with a
better way to handle them.

I plan on making other targets use the same legalization
ARM-without-memory-barriers is using... it's not especially efficient, but
if anyone cares, it's not that hard to fix for a given target if there's
some better lowering.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138621 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-26 02:59:24 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Roll back the rest of r126557. It's a hack that will break in some obscure cases. 2011-08-19 22:39:31 +00:00
FastISel.cpp FastISel: avoid function calls between the materialization of the constant and its use. 2011-08-18 22:06:10 +00:00
FunctionLoweringInfo.cpp Add the support in code-gen for the landingpad instruction lowering. 2011-08-17 21:56:44 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Atomic load/store on ARM/Thumb. 2011-08-26 02:59:24 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Be less redundant. 2011-08-22 18:26:12 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Basic x86 code generation for atomic load and store instructions. 2011-08-24 20:50:09 +00:00
SelectionDAGBuilder.cpp Atomic load/store on ARM/Thumb. 2011-08-26 02:59:24 +00:00
SelectionDAGBuilder.h Basic x86 code generation for atomic load and store instructions. 2011-08-24 20:50:09 +00:00
SelectionDAGISel.cpp A landingpad instruction is neither folded nor dead. 2011-08-23 21:33:05 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
TargetSelectionDAGInfo.cpp