llvm-6502/include/llvm/Analysis
Owen Anderson 5fc4abac3d Fix several cache coherence bugs in MemDep/GVN that were found. Also add some (disabled) debugging code
to make such problems easier to diagnose in the future, written by Duncan Sands.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44695 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-08 01:37:09 +00:00
..
AliasAnalysis.h Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
AliasSetTracker.h Remove another leak. Due to some reason AliasSetTracker didn't had any dtor... 2007-11-25 23:52:02 +00:00
CallGraph.h Add empty() member functions to a few container-like classes. 2007-10-01 16:01:23 +00:00
CFGPrinter.h
ConstantFolding.h
ConstantsScanner.h Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
DominatorInternals.h Some fixes to get MachineDomTree working better. 2007-10-31 03:30:14 +00:00
Dominators.h Add accessor for getting the underlying templated type. This is necessary for templated LoopInfo. 2007-11-27 03:33:40 +00:00
FindUsedTypes.h
Interval.h
IntervalIterator.h
IntervalPartition.h
LoadValueNumbering.h
LoopInfo.h Fixes for MachineLoopInfo, mostly from Evan. With these, it should be almost useable! 2007-12-01 03:01:39 +00:00
LoopPass.h Start the process of making MachineLoopInfo possible by templating Loop. 2007-11-14 02:33:58 +00:00
MemoryDependenceAnalysis.h Fix several cache coherence bugs in MemDep/GVN that were found. Also add some (disabled) debugging code 2007-12-08 01:37:09 +00:00
Passes.h
PostDominators.h Make DomTreeBase not a FunctionPass. 2007-10-23 21:42:49 +00:00
ProfileInfo.h
ProfileInfoLoader.h
ProfileInfoTypes.h
ScalarEvolution.h Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. 2007-11-25 22:41:31 +00:00
ScalarEvolutionExpander.h Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. 2007-11-25 22:41:31 +00:00
ScalarEvolutionExpressions.h Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. 2007-11-25 22:41:31 +00:00
Trace.h
ValueNumbering.h
Verifier.h