llvm-6502/lib/Analysis
Owen Anderson 8f35315798 Improve the accuracy of memdep for determining the dependencies of loads.
This brings GVN to parity with GCSE+LoadVN.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40882 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-06 23:26:03 +00:00
..
IPA More explicit keywords. 2007-08-01 15:32:29 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
BasicAliasAnalysis.cpp This resolves a regression of BasicAA which failed to find any memory information for overloaded intrinsics (PR1600). This resolves that issue, and improves the matching scheme to use a BitVector rather than a binary search. 2007-08-06 20:57:16 +00:00
CFGPrinter.cpp
ConstantFolding.cpp This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. 2007-08-04 01:51:18 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp
LoopPass.cpp
Makefile
MemoryDependenceAnalysis.cpp Improve the accuracy of memdep for determining the dependencies of loads. 2007-08-06 23:26:03 +00:00
PostDominators.cpp Fix an iterator invalidation bug I induced. 2007-08-05 00:24:30 +00:00
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp More explicit keywords. 2007-08-01 15:32:29 +00:00
ScalarEvolution.cpp Let scalar-evolution analyze loops with an unsigned comparison for the exit 2007-08-06 19:21:00 +00:00
ScalarEvolutionExpander.cpp
Trace.cpp
ValueNumbering.cpp