llvm-6502/lib
Dan Gohman 81f9121cda Make SCEVCallbackVH::allUsesReplacedWith update the old SCEVUnknown
object, as it may still be referenced by SCEVs not cleaned up by the
use list traversal.

Also, in ScalarEvolution::forgetValue, only check for a SCEVUnknown
object for the original value, not for any value in the use list,
because other SCEVUnknown values aren't necessary obsolete at that
point.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109570 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-28 01:09:07 +00:00
..
Analysis Make SCEVCallbackVH::allUsesReplacedWith update the old SCEVUnknown 2010-07-28 01:09:07 +00:00
Archive
AsmParser Revert r109361; it's impossible to write a call with an argument with an 2010-07-24 23:06:59 +00:00
Bitcode
CodeGen It is FE's responsibility to emit proper directory name. 2010-07-27 20:51:15 +00:00
CompilerDriver Fix silent failure with no input files. 2010-07-27 11:19:40 +00:00
ExecutionEngine Don't call __register_frame from the JIT on systems that use setjmp/longjmp 2010-07-26 21:58:00 +00:00
Linker
MC Fix format-specifier warning 2010-07-26 03:55:44 +00:00
Support
System
Target Implement a vectorized algorithm for <16 x i8> << <16 x i8> 2010-07-28 00:21:48 +00:00
Transforms recommit simplification (r109502, backed out r109509); seems to innocent 2010-07-27 16:44:23 +00:00
VMCore After updating value handles for RAUW, check that no weak or tracking handles 2010-07-27 06:53:14 +00:00
Makefile