llvm-mirror/lib/Analysis/IPA
Duncan Sands 0283a6c991 Cleanup GlobalsModRef a bit. When analysing the
callgraph, when one member of a SCC calls another
then the analysis would drop to mod-ref because
there is (usually) no function info for the callee
yet; fix this.  Teach the analysis about function
attributes, in particular the readonly attribute
(which requires being careful about globals).

llvm-svn: 55696
2008-09-03 12:55:42 +00:00
..
Andersens.cpp Fix some constructs that gcc-4.4 warns about. 2008-05-27 11:50:51 +00:00
CallGraph.cpp Replace two manual loops with calls to CallSite::hasArguments (no functional changes). 2008-06-04 16:57:50 +00:00
CallGraphSCCPass.cpp Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds 2008-08-08 15:14:09 +00:00
FindUsedTypes.cpp Don't use the result of WriteAsOperand or WriteTypeSymbolic. 2008-08-19 04:42:37 +00:00
GlobalsModRef.cpp Cleanup GlobalsModRef a bit. When analysing the 2008-09-03 12:55:42 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00