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
/
AliasSetTracker.cpp
Age
Commit message (
Expand
)
Author
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-05-22
Free and vaarg are not really volatile.
Chris Lattner
2008-05-20
Fix PR2346 by marking vaarg as volatile so that licm doesn't try to
Chris Lattner
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-04-21
Fix the way AliasSet::print prints "may alias".
Dan Gohman
2008-04-14
Teach AliasSetTracker about VAArgInst.
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
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-01
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-10-03
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-05-23
when merging two alias sets together, be sure to propagate the volatility of
Chris Lattner
2007-05-06
Fix typo in comment.
Nick Lewycky
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
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-28
Removed some of the iostream #includes. Moved towards converting to using
Bill Wendling
2006-09-17
Explain change with a comment.
Nick Lewycky
2006-09-17
Fix PR912. The input to erase() must not be a reference to the data
Nick Lewycky
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-06-27
Handle alias sets that have been unified, and thus can have other references
Chris Lattner
2006-06-27
Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue
Chris Lattner
2006-06-26
Fix a stale pointer issue that caused 300.twolf to fail to build on zion
Chris Lattner
2006-01-03
Make the -print-alias-sets pass work for printing out something other than
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-25
Treat free operations as volatile, since they cannot be moved. This fixes
Chris Lattner
2005-03-17
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2004-12-15
Adjust to new alias analysis interfaces
Chris Lattner
2004-12-07
For PR387:\
Reid Spencer
2004-11-27
When merging to alias sets, if they are both must alias, the result is not
Chris Lattner
2004-11-26
Add a new interface
Chris Lattner
2004-11-05
Remove dead var
Chris Lattner
2004-09-15
Add some assertions
Chris Lattner
2004-09-14
Implement an AliasSetTracker::copyValue method
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-27
Remove a bogus assertion
Chris Lattner
2004-07-27
Use context-sensitive alias analysis to avoid pessimization in clients of
Chris Lattner
2004-07-26
Add some new methods
Chris Lattner
2004-07-25
Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst addi...
Chris Lattner
2004-07-25
Add support for free instructions
Chris Lattner
2004-07-22
Clean up reference counting to stop "leaking" alias sets
Chris Lattner
2004-07-21
Add capability to remove aliasing aliassets from an AST
Chris Lattner
2004-07-21
Make the AST interface a bit richer by returning whether an insertion caused
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-05-23
Rename a method
Chris Lattner
[next]