llvm-6502/lib
Dan Gohman a3f8b7a4ce Optimize DAGCombiner's worklist processing. Previously it started
its work by putting all nodes in the worklist, requiring a big
dynamic allocation. Now, DAGCombiner just iterates over the AllNodes
list and maintains a worklist for nodes that are newly created or
need to be revisited. This allows the worklist to stay small in most
cases, so it can be a SmallVector.

This has the side effect of making DAGCombine not miss a folding
opportunity in alloca-align-rounding.ll.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55498 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-28 21:01:56 +00:00
..
Analysis Clear the intervals list in "destroy", patch by 2008-08-28 03:33:03 +00:00
Archive
AsmParser
Bitcode
CodeGen Optimize DAGCombiner's worklist processing. Previously it started 2008-08-28 21:01:56 +00:00
Debugger
ExecutionEngine Avoid a warning about isTargetNullPtr being unused in release builds. 2008-08-26 01:38:29 +00:00
Linker
Support
System
Target Use resize instead of reserve. Reserve doesn't change size(). 2008-08-28 18:32:53 +00:00
Transforms Do not apply the transformation if the target does not support DestTy natively. 2008-08-27 20:55:23 +00:00
VMCore Make the verifier reject instructions which have null pointers 2008-08-28 04:02:44 +00:00
Makefile