llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 36d439666c Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
by producing target constants instead of constants.  Constants can get
selected to li/movri instructions, which causes the scheduler to explode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32633 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-16 21:14:48 +00:00
..
DAGCombiner.cpp Cannot combine an indexed load / store any further. 2006-12-16 06:25:23 +00:00
LegalizeDAG.cpp Expand FP undef 2006-12-16 02:20:50 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
ScheduleDAGList.cpp Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
ScheduleDAGRRList.cpp Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
ScheduleDAGSimple.cpp It seems the llvm::OStream class does not handle stream manipulators. 2006-12-11 19:15:36 +00:00
SelectionDAG.cpp Removed more <iostream> includes 2006-12-07 20:28:15 +00:00
SelectionDAGISel.cpp Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll 2006-12-16 21:14:48 +00:00
SelectionDAGPrinter.cpp Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
TargetLowering.cpp Cleaned setjmp/longjmp lowering interfaces. Now we're producing right 2006-12-10 23:12:42 +00:00