llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands 3b346368de A bitcast of a global variable may have been constant folded to a GEP -
handle this case too.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36745 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-04 17:12:26 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Don't create indexed load / store with zero offset! 2007-05-03 23:52:19 +00:00
LegalizeDAG.cpp memory inputs to an inline asm are required to have an address available. 2007-04-28 06:42:38 +00:00
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Fix a typo in a comment. 2007-04-26 19:40:56 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp Be more careful about folding op(x, undef) when we have vector operands. 2007-04-25 00:00:45 +00:00
SelectionDAGISel.cpp A bitcast of a global variable may have been constant folded to a GEP - 2007-05-04 17:12:26 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll 2007-05-03 16:54:34 +00:00