llvm-6502/lib/Analysis/IPA
Chris Lattner ab38358fa0 Teach globalsmodref-aa to track scalar pointer global variables which point
to unaliased allocations.  Use this information to disambiguate pointers loaded
from them.  This is a very common case, so it's worthwhile to handle efficiently.

This implements Analysis/GlobalsModRef/indirect-global.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30684 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-01 22:36:45 +00:00
..
Andersens.cpp For PR387: 2006-08-28 01:02:49 +00:00
CallGraph.cpp simplify AnalysisGroup registration, eliminating one typeid call. 2006-08-28 00:42:29 +00:00
CallGraphSCCPass.cpp
FindUsedTypes.cpp Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. 2006-08-27 22:30:17 +00:00
GlobalsModRef.cpp Teach globalsmodref-aa to track scalar pointer global variables which point 2006-10-01 22:36:45 +00:00
Makefile