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
LLVM backend for 6502
277 MiB
Languages
C++ 48.7%
LLVM 38.5%
Assembly 10.2%
C 0.9%
Python 0.4%
Other 1.2%