llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner d93d46ee7e Revert Nate's patch to fix X86/store-fp-constant.ll. With the dag combiner
and legalizer separated like they currently are, I don't see a way to handle
this xform.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32466 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-12 04:18:56 +00:00
..
DAGCombiner.cpp make this code more aggressive about turning store fpimm into store int imm. 2006-12-12 04:16:14 +00:00
LegalizeDAG.cpp Revert Nate's patch to fix X86/store-fp-constant.ll. With the dag combiner 2006-12-12 04:18:56 +00:00
Makefile
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 Cleaned setjmp/longjmp lowering interfaces. Now we're producing right 2006-12-10 23:12:42 +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