index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
IPA
/
GlobalsModRef.cpp
Age
Commit message (
Expand
)
Author
2009-02-05
Refactor my previous change to maintain the distinction between AliasAnalysis...
Owen Anderson
2009-01-15
Add the private linkage.
Rafael Espindola
2008-10-01
Factorize code: remove variants of "strip off
Duncan Sands
2008-09-13
Fix PR2792: treat volatile loads as writing memory somewhere.
Duncan Sands
2008-09-12
Rather than marking all internal globals "Ref"
Duncan Sands
2008-09-11
Intrinsics don't touch internal global variables
Duncan Sands
2008-09-11
Intrinsics don't read these kinds of global
Duncan Sands
2008-09-04
Neaten this up a bit. No functionality change.
Duncan Sands
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-03
If a SCC has a node without a function, then the SCC
Duncan Sands
2008-09-03
Fix maxo bado thinko.
Duncan Sands
2008-09-03
Since onlyReadsMemory returns true if in fact
Duncan Sands
2008-09-03
Cleanup GlobalsModRef a bit. When analysing the
Duncan Sands
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-03-20
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-19
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-18
Identify Analysis pass.
Devang Patel
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-01
Integrate the readonly/readnone logic more deeply
Duncan Sands
2007-11-30
chain update requests properly.
Chris Lattner
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-02-05
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
Reid Spencer
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-19
eliminate static ctors from Statistics
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-11-27
For PR950:
Reid Spencer
2006-10-01
Fixme is already done
Chris Lattner
2006-10-01
Teach globalsmodref-aa to track scalar pointer global variables which point
Chris Lattner
2006-08-28
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-07-12
Change the callgraph representation to store the callsite along with the
Chris Lattner
2005-04-22
Malloc/Free have mod/ref effects. Do not allow CSE of function calls that
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-24
Simplify dead code into a fixme :)
Chris Lattner
2005-03-24
fix a compiler crash in runtime/libprofile
Chris Lattner
2005-03-23
wrap a long line
Chris Lattner
2005-03-23
If we are calling an external function, chain to another AA to potentially
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2004-12-17
Actually overload the virtual method. This fixes
Chris Lattner
2004-12-15
Adjust to new alias analysis interfaces
Chris Lattner
2004-12-07
For PR387:\
Reid Spencer
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-27
nuke pointless -debug output
Chris Lattner
[next]