llvm-6502/lib/Analysis/DataStructure
Chris Lattner 37ec591c74 Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on
several mallocbench programs, including perl.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14342 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-23 06:29:59 +00:00
..
BottomUpClosure.cpp Minor changes, remove some debugging code that got checked in somehow. 2004-03-04 17:05:28 +00:00
CompleteBottomUp.cpp Inline both direct and indirect callees in the CBU phase because 2004-05-23 08:00:34 +00:00
DataStructure.cpp Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on 2004-06-23 06:29:59 +00:00
DataStructureAA.cpp Updates to work with the new auto-forwarding AA interface changes 2004-05-23 21:14:27 +00:00
DataStructureOpt.cpp
DataStructureStats.cpp
DSCallSiteIterator.h
EquivClassGraphs.cpp Complete rewrite of the code that merges DS graphs for equivalence classes 2004-05-23 07:54:02 +00:00
GraphChecker.cpp
IPModRef.cpp
Local.cpp Recognize memalign and friends, and handle them specially. 2004-05-25 08:14:52 +00:00
Makefile
MemoryDepAnalysis.cpp Make code more readable. 2004-03-12 00:58:41 +00:00
Parallelize.cpp DemoteRegToStack got moved from DemoteRegToStack.h to Local.h 2004-03-14 02:13:38 +00:00
PgmDependenceGraph.cpp
Printer.cpp If an edge points to a field of another memory object, actually reflect this 2004-06-22 07:13:10 +00:00
Steensgaard.cpp Update to match the autochaining interface that the AA interface uses 2004-05-23 21:13:51 +00:00
TopDownClosure.cpp Wrapped code and comments at 80 cols; doxygenified some comments. 2004-04-29 04:05:30 +00:00