llvm-6502/lib/Analysis/DataStructure
Chris Lattner 23f83dce3f Fold arrays down to a single element. This causes huge wins on some benchmarks
for example: 197.parser (64M->14M), 164.gzip (14M->2.7M).  The actual graphs
represented should not change at all.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4643 91177308-0d34-0410-b5e6-96231b3b80d8
2002-11-08 22:49:57 +00:00
..
BottomUpClosure.cpp ONLY merge in the aux call sites, this causes a HUGE speedup 2002-11-08 22:27:25 +00:00
DataStructure.cpp Fold arrays down to a single element. This causes huge wins on some benchmarks 2002-11-08 22:49:57 +00:00
IPModRef.cpp Reduce amount of work needed to compute ip/modref 2002-11-08 22:17:01 +00:00
Local.cpp * actually handle constants (especially constantexprs) correctly. 2002-11-08 05:00:44 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Printer.cpp Add flush 2002-11-08 01:21:07 +00:00
Steensgaard.cpp Cannot modify original call sites vector 2002-11-08 21:27:37 +00:00
TopDownClosure.cpp Reenable 'quick exit' case 2002-11-08 22:26:43 +00:00