llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng 14245a9d62 Added isLegalAddressExpression hook to test if the given expression can be
folded into target addressing mode for the given type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35121 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-16 08:42:32 +00:00
..
CallingConvLower.cpp add methods for analysis of call results and return nodes. 2007-02-28 07:09:40 +00:00
DAGCombiner.cpp Avoid combining indexed load further. 2007-03-07 08:07:03 +00:00
LegalizeDAG.cpp Refactoring of formal parameter flags. Enable properly use of 2007-03-07 16:25:09 +00:00
Makefile
ScheduleDAG.cpp print target nodes nicely 2007-02-17 06:38:37 +00:00
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Estimate a cost using the possible number of scratch registers required and use 2007-03-14 22:43:40 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp fold away addc nodes when we know there cannot be a carry-out. 2007-03-04 20:40:38 +00:00
SelectionDAGISel.cpp implement support for floating point constants used as inline asm memory operands. 2007-03-08 22:29:47 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Added isLegalAddressExpression hook to test if the given expression can be 2007-03-16 08:42:32 +00:00