llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands fec3ad3e5f Support for expanding extending loads of integers with
funky bit-widths.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43225 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-22 19:00:05 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Redo "last ppc long double fix" as Chris wants. 2007-10-19 20:29:00 +00:00
LegalizeDAG.cpp Fix a few places vector operations were not getting 2007-10-20 00:07:52 +00:00
LegalizeDAGTypes.cpp Support for expanding extending loads of integers with 2007-10-22 19:00:05 +00:00
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp Make CalcLatency() non-recursive. 2007-10-15 21:33:22 +00:00
ScheduleDAGRRList.cpp One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* 2007-10-15 06:10:22 +00:00
SelectionDAG.cpp If the value types are equal then this routine 2007-10-19 13:05:40 +00:00
SelectionDAGISel.cpp rename ExpandOperation to ExpandOperationResult, as suggested 2007-10-19 15:28:47 +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