1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Analysis/IPA
Chris Lattner f0c3081939 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

llvm-svn: 30684
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 Remove trailing whitespace 2005-04-21 21:13:18 +00:00
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 DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00