llvm-6502/lib
Chris Lattner ca5e4f8e19 reenable r101565, removing a problematic assertion.
CGSCC can delete nodes in regions of the callgraph that
have already been visited.  If new CG nodes are allocated
to the same pointer, we shouldn't abort, just handle it
correctly by assigning a new number.  This should restore
stability by removing invalidated pointers that *will* be
reused from the densemap in the iterator.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101628 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-17 07:17:19 +00:00
..
Analysis reenable r101565, removing a problematic assertion. 2010-04-17 07:17:19 +00:00
Archive
AsmParser
Bitcode Revert 101465, it broke internal OpenGL testing. 2010-04-16 23:37:20 +00:00
CodeGen Postra machine licm must add registers defined by loop invariants to *all* of 2010-04-17 07:07:11 +00:00
CompilerDriver
ExecutionEngine The JIT calls TidyLandingPads to tidy up the landing pads. However, because the 2010-04-16 08:46:10 +00:00
Linker
MC
Support
System
Target More work to allow dag combiner to promote 16-bit ops to 32-bit. 2010-04-17 06:13:15 +00:00
Transforms Re-commit my previous SSAUpdater changes. The previous version naively tried 2010-04-17 03:08:24 +00:00
VMCore Revert 101465, it broke internal OpenGL testing. 2010-04-16 23:37:20 +00:00
Makefile