llvm-6502/lib/Analysis
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
..
DataStructure Fix resolution of indirect function calls... whoops 2003-02-14 23:27:18 +00:00
IPA Implement optimization for direct function call case. This dramatically 2003-02-05 21:59:58 +00:00
LiveVar Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h 2003-01-14 23:05:08 +00:00
AliasAnalysis.cpp Implement knowledge in BasicAA that &A->field != &A and (P+1) != P 2003-02-09 19:38:11 +00:00
AliasAnalysisCounter.cpp Allow counting multiple passes, and print the pass name counted 2003-02-07 20:39:17 +00:00
AliasAnalysisEvaluator.cpp Rename options 2003-02-11 23:12:09 +00:00
AliasSetTracker.cpp This is a substantial rewrite of the AliasSetTracker class which now uses 2003-02-24 20:37:56 +00:00
ConstantRange.cpp Minor bug fix. 2002-09-03 23:12:40 +00:00
Expressions.cpp - Renamed Type::isIntegral() to Type::isInteger() 2002-09-03 01:05:48 +00:00
InductionVariable.cpp Fix warning 2002-11-09 00:49:43 +00:00
InstCount.cpp Add total instruction, bb, & function counts 2002-12-07 23:24:24 +00:00
Interval.cpp *** empty log message *** 2002-07-31 19:32:01 +00:00
IntervalPartition.cpp Fix spelling of `propagate'. 2002-10-29 23:06:16 +00:00
LoadValueNumbering.cpp Initial implementation of value numbering for load instructions 2002-08-30 20:28:10 +00:00
LoopInfo.cpp Dramatically simplify building of natural loops and fix a bug where the BBMap 2003-02-22 21:33:11 +00:00
Makefile Use PARALLEL_DIRS. 2002-10-11 16:08:17 +00:00
PostDominators.cpp Handle post dominance correctly in the case where blocks do not have a path to 2002-10-04 14:50:20 +00:00
PrintSCC.cpp Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. 2002-11-04 14:20:22 +00:00
ValueNumbering.cpp Use new isCommutative interface, which gives us SetEQ and SetNE for free. 2002-10-31 04:20:07 +00:00