llvm-6502/lib/Analysis
Chris Lattner 920bd79f34 Be more robust in the face of undefined behavior.
Fixes bug: BasicAA/2003-06-01-AliasCrash.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6538 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-02 05:42:39 +00:00
..
DataStructure Eliminate unnecessary ->get calls that are now automatically handled. 2003-05-29 15:12:27 +00:00
IPA Fix bug: CBackend/2003-05-31-MissingStructName.ll 2003-05-31 23:30:52 +00:00
LiveVar Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly() 2003-05-27 00:06:48 +00:00
AliasAnalysis.cpp Add new -no-aa implementation 2003-02-26 19:57:10 +00:00
AliasAnalysisCounter.cpp Adjust to new AA interface 2003-02-26 19:27:05 +00:00
AliasAnalysisEvaluator.cpp Adjust to new AA interface 2003-02-26 19:29:16 +00:00
AliasSetTracker.cpp Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll 2003-05-03 03:42:08 +00:00
BasicAliasAnalysis.cpp Be more robust in the face of undefined behavior. 2003-06-02 05:42:39 +00:00
ConstantRange.cpp
Expressions.cpp s/convertable/convertible/g 2003-05-20 18:45:36 +00:00
InductionVariable.cpp Remove unneccesary &* 2003-04-23 16:36:11 +00:00
InstCount.cpp Add total instruction, bb, & function counts 2002-12-07 23:24:24 +00:00
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp Calculate and pass load sizes to the alias analysis infrastructure 2003-02-26 19:27:35 +00:00
LoopInfo.cpp Fix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll 2003-05-15 18:03:51 +00:00
Makefile
PostDominators.cpp
PrintSCC.cpp
ValueNumbering.cpp