llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner c9cf4f1a75 Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time.
This manifested itself as really long time to compile
Regression/CodeGen/Generic/2003-05-28-ManyArgs.ll on ppc.
This is PR847.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29313 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-26 23:55:56 +00:00
..
DAGCombiner.cpp Initialize some variables the compiler warns about. 2006-07-25 20:44:41 +00:00
LegalizeDAG.cpp Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time. 2006-07-26 23:55:56 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp Use an enumeration to eliminate data relocations. 2006-07-21 20:57:35 +00:00
ScheduleDAGList.cpp Reduce number of exported symbols 2006-07-20 17:28:38 +00:00
ScheduleDAGRRList.cpp Use an enumeration to eliminate data relocations. 2006-07-21 20:57:35 +00:00
ScheduleDAGSimple.cpp Shave another 27K off libllvmgcc.dylib with visibility hidden 2006-06-28 22:17:39 +00:00
SelectionDAG.cpp Add an out-of-line virtual method for the sdnode class to give it a home. 2006-07-19 00:00:37 +00:00
SelectionDAGISel.cpp Mems can be in the output list also. This is the second half of a fix for 2006-07-20 19:02:21 +00:00
SelectionDAGPrinter.cpp For PR801: 2006-06-27 16:49:46 +00:00
TargetLowering.cpp Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. 2006-07-07 21:37:21 +00:00