llvm-6502/lib/Analysis
Chris Lattner 9342a939eb Fix a problem where we not marking incoming arguments to functions with
external linkage as incomplete.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20927 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-29 19:16:59 +00:00
..
DataStructure Fix a problem where we not marking incoming arguments to functions with 2005-03-29 19:16:59 +00:00
IPA Fix a major problem with global variable initializers. This could cause 2005-03-29 17:21:53 +00:00
AliasAnalysis.cpp Make this more efficient by only making one virtual method call. 2005-03-23 23:26:58 +00:00
AliasAnalysisCounter.cpp Add two options to allow -count-aa to print queries either (1) all queries, 2005-03-23 21:59:07 +00:00
AliasAnalysisEvaluator.cpp there is no point comparing against null pointer. 2005-03-29 17:44:52 +00:00
AliasSetTracker.cpp Treat free operations as volatile, since they cannot be moved. This fixes 2005-03-25 05:49:37 +00:00
BasicAliasAnalysis.cpp Fix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicAA.ll, a miscompilation 2005-03-09 16:29:52 +00:00
CFGPrinter.cpp
ConstantRange.cpp
Expressions.cpp
InstCount.cpp Directly count the number of memory instructions. 2005-03-22 03:55:10 +00:00
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp
Makefile
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp expose this pass to both opt and analyze 2005-03-18 05:27:57 +00:00
ScalarEvolution.cpp Export two methods for getting -X and A-B. 2005-03-09 05:34:41 +00:00
Trace.cpp
ValueNumbering.cpp