llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands c6fa170b4d Fix some load/store logic that would be wrong for
apints on big-endian machines if the bitwidth is
not a multiple of 8.  Introduce a new helper,
MVT::getStoreSizeInBits, and use it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43934 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-09 08:57:19 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Fix some load/store logic that would be wrong for 2007-11-09 08:57:19 +00:00
LegalizeDAG.cpp Much improved pic jumptable codegen: 2007-11-09 01:32:10 +00:00
LegalizeDAGTypes.cpp Fix some load/store logic that would be wrong for 2007-11-09 08:57:19 +00:00
Makefile
ScheduleDAG.cpp Make labels work in asm blocks; allow labels as 2007-11-05 21:20:28 +00:00
ScheduleDAGList.cpp Make CalcLatency() non-recursive. 2007-10-15 21:33:22 +00:00
ScheduleDAGRRList.cpp Bug fix. Passive nodes are not in SUnitMap. 2007-11-09 01:27:11 +00:00
SelectionDAG.cpp If a call to getTruncStore is for a normal store, 2007-10-30 12:40:58 +00:00
SelectionDAGISel.cpp Make labels work in asm blocks; allow labels as 2007-11-05 21:20:28 +00:00
SelectionDAGPrinter.cpp Add a (disabled by default) way to view the ID of a node. 2007-10-15 05:32:43 +00:00
TargetLowering.cpp Much improved pic jumptable codegen: 2007-11-09 01:32:10 +00:00