llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 5a145f0094 Fix a load folding issue that Evan noticed: there is no need to export values
used by comparisons in the main block.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31279 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-29 18:23:37 +00:00
..
DAGCombiner.cpp Add option for controlling inclusion of global AA. 2006-10-18 19:08:31 +00:00
LegalizeDAG.cpp For PR950: 2006-10-20 07:07:24 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp Debug tweak. 2006-10-14 08:34:06 +00:00
ScheduleDAGList.cpp s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
ScheduleDAGRRList.cpp Debug tweak. 2006-10-14 08:34:06 +00:00
ScheduleDAGSimple.cpp s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
SelectionDAG.cpp VLOAD is not the LoadSDNode opcode. 2006-10-29 06:14:47 +00:00
SelectionDAGISel.cpp Fix a load folding issue that Evan noticed: there is no need to export values 2006-10-29 18:23:37 +00:00
SelectionDAGPrinter.cpp Make flag and chain edges visually distinguishable from value edges in DOT 2006-10-20 18:06:09 +00:00
TargetLowering.cpp Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. 2006-10-13 21:14:26 +00:00