llvm-6502/lib/Analysis/DataStructure
Chris Lattner e6e93ccd0c Implement a FIXME, improving the efficiency of DSA on povray.
This reduces CBU time from 145s -> 122s (debug build), reduces # allocated nodes
from 129420 to 116477.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12125 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-04 19:47:04 +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 Speed up the cbu pass from taking somewhere near the age of the universe to about 90s on povray 2004-03-04 19:16:35 +00:00
DataStructure.cpp Implement a FIXME, improving the efficiency of DSA on povray. 2004-03-04 19:47:04 +00:00
DataStructureAA.cpp
DataStructureOpt.cpp
DataStructureStats.cpp
DSCallSiteIterator.h
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
Local.cpp Fix a minor bug handling incomplete programs 2004-03-03 23:00:19 +00:00
Makefile
MemoryDepAnalysis.cpp
Parallelize.cpp * Remove function to find "main" in a Module, there's a method for that 2004-02-29 23:09:10 +00:00
PgmDependenceGraph.cpp
Printer.cpp FINALLY be able to get symbolic type names in the globals graph! 2004-03-02 21:39:43 +00:00
Steensgaard.cpp
TopDownClosure.cpp Instead of callign removeTriviallyDeadNodes on the global graph every time 2004-02-08 01:51:48 +00:00