llvm-6502/lib/Analysis
Chris Lattner 3b303d91d7 In a "seeing the forest through the trees" kinda situation, I realized that a
complete rewrite of load-vn will make it a bit faster.  This changes speeds up
the gcse pass (which uses load-vn) from 25.45s to 0.42s on the testcase in
PR209.

I've also verified that this gives the exact same results as the old one.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11132 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-05 17:20:00 +00:00
..
DataStructure Avoid referencing deleted DSgraphs when merging an SCC into a larger SCC. This 2004-01-31 21:02:18 +00:00
IPA
AliasAnalysis.cpp Improve mod/ref information based on the pointsToConstantMemory method. 2004-01-30 22:16:42 +00:00
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasSetTracker.cpp
BasicAliasAnalysis.cpp Fix thinko 2004-01-30 22:48:02 +00:00
CFGPrinter.cpp
ConstantRange.cpp
Expressions.cpp
InductionVariable.cpp
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp In a "seeing the forest through the trees" kinda situation, I realized that a 2004-02-05 17:20:00 +00:00
LoopInfo.cpp Order #includes alphabetically, per style guide. 2004-01-30 17:26:24 +00:00
Makefile
PostDominators.cpp
PrintSCC.cpp
ValueNumbering.cpp