1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Analysis
Duncan Sands 14f11d6836 Integrate the readonly/readnone logic more deeply
into alias analysis.  This meant updating the API
which now has versions of the getModRefBehavior,
doesNotAccessMemory and onlyReadsMemory methods
which take a callsite parameter.  These should be
used unless the callsite is not known, since in
general they can do a better job than the versions
that take a function.  Also, users should no longer
call the version of getModRefBehavior that takes
both a function and a callsite.  To reduce the
chance of misuse it is now protected.

llvm-svn: 44487
2007-12-01 07:51:45 +00:00
..
IPA Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
AliasAnalysis.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
AliasAnalysisCounter.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
AliasAnalysisEvaluator.cpp Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. 2007-11-01 20:53:16 +00:00
AliasDebugger.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
AliasSetTracker.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
Analysis.cpp Bindings for the verifier. 2007-10-06 21:00:36 +00:00
BasicAliasAnalysis.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
CFGPrinter.cpp Add explicit keywords. 2007-07-02 14:53:37 +00:00
ConstantFolding.cpp splice some lines together, no functionality change. 2007-11-23 22:34:59 +00:00
InstCount.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
Interval.cpp
IntervalPartition.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
LoadValueNumbering.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
LoopInfo.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
LoopPass.cpp Use empty() member functions when that's what's being tested for instead 2007-10-03 19:26:29 +00:00
Makefile
MemoryDependenceAnalysis.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
PostDominators.cpp Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than inheriting from it. 2007-10-23 20:58:37 +00:00
ProfileInfo.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp More explicit keywords. 2007-08-01 15:32:29 +00:00
ScalarEvolution.cpp Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. 2007-11-25 22:41:31 +00:00
ScalarEvolutionExpander.cpp Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. 2007-11-25 22:41:31 +00:00
Trace.cpp
ValueNumbering.cpp Add explicit keywords. 2007-10-29 19:52:04 +00:00