llvm-6502/lib/Analysis/DataStructure
Vikram S. Adve 052682f1c3 Inline both direct and indirect callees in the CBU phase because
a direct callee may have indirect callees and so may have changed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13649 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-23 08:00:34 +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 Wrapped code and comments at 80 cols; doxygenified some comments. 2004-04-29 04:05:30 +00:00
DataStructureAA.cpp If an object is not in the scalar map then it must be a global from another 2004-04-26 14:44:08 +00:00
DataStructureOpt.cpp Fine-grainify namespaces for this library 2003-11-12 23:11:14 +00:00
DataStructureStats.cpp Fine-grainify namespaces for this library 2003-11-12 23:11:14 +00:00
DSCallSiteIterator.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
EquivClassGraphs.cpp Complete rewrite of the code that merges DS graphs for equivalence classes 2004-05-23 07:54:02 +00:00
GraphChecker.cpp Add two missing returns, which caused us to be very pessimistic about the 2004-02-20 23:27:09 +00:00
IPModRef.cpp getNodes() is gone 2004-02-07 23:57:26 +00:00
Local.cpp Support getelementptr instructions which use uint's to index into structure 2004-04-05 01:30:19 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
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 Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Printer.cpp Move the stuff that fixes the size, orientation & fonts of graphs to 2004-05-05 06:10:06 +00:00
Steensgaard.cpp Forward method request to chained aa implementation 2004-01-30 22:20:55 +00:00
TopDownClosure.cpp Wrapped code and comments at 80 cols; doxygenified some comments. 2004-04-29 04:05:30 +00:00