llvm-6502/lib/Analysis
Vikram S. Adve c102cb7359 Cute bug fix: when moving links from N to this, some links could have
been missed if node *this got merged away due to recursive merging!
Also, links were not moved correctly if a node is collapsed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4933 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-05 17:17:26 +00:00
..
DataStructure Cute bug fix: when moving links from N to this, some links could have 2002-12-05 17:17:26 +00:00
IPA (1) Bug fix that was causing nodes with dangling references to be freed. 2002-11-27 17:37:46 +00:00
LiveVar Fix spelling of `propagate'. 2002-10-29 23:06:16 +00:00
AliasAnalysis.cpp Make query operations non-const to allow demand-driven analyses. 2002-11-06 17:17:55 +00:00
AliasSetTracker.cpp
ConstantRange.cpp
Expressions.cpp
InductionVariable.cpp Fix warning 2002-11-09 00:49:43 +00:00
InstCount.cpp Simplify code 2002-12-03 19:40:16 +00:00
Interval.cpp
IntervalPartition.cpp Fix spelling of `propagate'. 2002-10-29 23:06:16 +00:00
LoadValueNumbering.cpp
LoopInfo.cpp
Makefile
PostDominators.cpp
PrintSCC.cpp Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. 2002-11-04 14:20:22 +00:00
ValueNumbering.cpp Use new isCommutative interface, which gives us SetEQ and SetNE for free. 2002-10-31 04:20:07 +00:00