Chris Lattner 9971ac4a36 This is a substantial rewrite of the AliasSetTracker class which now uses
a union-find based algorithm, is significantly faster, and is more general.
It will also scale to handle call instructions correctly, which is a nice
added bonus.

This includes a new pass -print-alias-sets which can be used to show how
alias sets are formed for a particular analysis.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5619 91177308-0d34-0410-b5e6-96231b3b80d8
2003-02-24 20:37:56 +00:00
2003-02-14 04:22:13 +00:00
2003-02-18 20:42:15 +00:00
2003-02-24 20:30:14 +00:00
2003-02-24 20:07:54 +00:00
2003-02-02 17:02:20 +00:00
2003-02-19 22:12:20 +00:00
2003-01-31 19:00:26 +00:00
2003-02-19 22:12:20 +00:00
2003-01-31 19:00:26 +00:00
Description
Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
473 MiB
Languages
LLVM 46.9%
C++ 42.5%
Assembly 8.9%
C 0.6%
Python 0.4%
Other 0.5%