llvm-6502/lib/Analysis/DataStructure
Chris Lattner 28977af72a Support getelementptr instructions which use uint's to index into structure
types and can have arbitrary 32- and 64-bit integer types indexing into
sequential types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12653 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-05 01:30:19 +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 Fix a minor bug 2004-03-05 22:04:07 +00:00
DataStructure.cpp Fix a tiny bug that caused an incorrect assertion failure poolallocating 2004-03-13 01:14:23 +00:00
DataStructureAA.cpp Implement getModRefInfo() for DSA to calculate whether a function modifies or 2004-03-12 06:14:22 +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
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 FINALLY be able to get symbolic type names in the globals graph! 2004-03-02 21:39:43 +00:00
Steensgaard.cpp Forward method request to chained aa implementation 2004-01-30 22:20:55 +00:00
TopDownClosure.cpp Instead of callign removeTriviallyDeadNodes on the global graph every time 2004-02-08 01:51:48 +00:00